Unlike planned earlier virtio-vga will be compatible with the qemu stdvga, with the framebuffer in bar 0. Drop the virtio-vga chunk, update comment accordingly.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com --- vgasrc/bochsvga.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/vgasrc/bochsvga.c b/vgasrc/bochsvga.c index ee6f437..aa82fc5 100644 --- a/vgasrc/bochsvga.c +++ b/vgasrc/bochsvga.c @@ -403,10 +403,7 @@ bochsvga_setup(void) case 0x15ad: /* qemu vmware vga */ barid = 1; break; - case 0x1af4: /* virtio-vga */ - barid = 2; - break; - default: /* stdvga, qxl */ + default: /* stdvga, qxl, virtio */ barid = 0; break; }