We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558acfb commit 694cb84Copy full SHA for 694cb84
1 file changed
hw/ppc/pnv.c
@@ -514,6 +514,7 @@ static int pnv_vga_init(PCIBus *pci_bus)
514
case VGA_DEVICE:
515
return true;
516
case VGA_STD:
517
+ case VGA_VIRTIO:
518
return pci_vga_init(pci_bus) != NULL;
519
default:
520
fprintf(stderr, "This vga model is not supported,"
0 commit comments