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>
(cherry picked from commit
87f848ec2d6ca609252b313b062bbd57bd290565)
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;
}