Skip to content

Commit 694cb84

Browse files
committed
ppc/pnv: Allow VIRTIO_VGA
It works fine with the Linux driver out of the box Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1 parent 558acfb commit 694cb84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hw/ppc/pnv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ static int pnv_vga_init(PCIBus *pci_bus)
514514
case VGA_DEVICE:
515515
return true;
516516
case VGA_STD:
517+
case VGA_VIRTIO:
517518
return pci_vga_init(pci_bus) != NULL;
518519
default:
519520
fprintf(stderr, "This vga model is not supported,"

0 commit comments

Comments
 (0)