hack: Prevent virtio from dying bizarrely

Signed-off-by: Marc Zyngier <maz@kernel.org>
diff --git a/virtio/pci.c b/virtio/pci.c
index 8a34cec..005d2f9 100644
--- a/virtio/pci.c
+++ b/virtio/pci.c
@@ -34,8 +34,8 @@
 	if (gsi == -ENXIO && vpci->signal_msi)
 		return gsi;
 
-	if (gsi < 0)
-		die("failed to configure MSIs");
+//	if (gsi < 0)
+//		die("failed to configure MSIs");
 
 	return gsi;
 }