Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2167ba6 authored by Daniel De Graaf's avatar Daniel De Graaf Committed by Jens Axboe
Browse files

xen/blkback: Enable blkback on HVM guests

parent 4f14faaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -809,7 +809,7 @@ static int __init xen_blkif_init(void)
	int i, mmap_pages;
	int rc = 0;

	if (!xen_pv_domain())
	if (!xen_domain())
		return -ENODEV;

	blkbk = kzalloc(sizeof(struct xen_blkbk), GFP_KERNEL);