diff options
Diffstat (limited to 'system/vl.c')
-rw-r--r-- | system/vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/vl.c b/system/vl.c index ba83040675..3100ac01ed 100644 --- a/system/vl.c +++ b/system/vl.c @@ -216,6 +216,7 @@ static struct { { .driver = "ati-vga", .flag = &default_vga }, { .driver = "vhost-user-vga", .flag = &default_vga }, { .driver = "virtio-vga-gl", .flag = &default_vga }, + { .driver = "virtio-vga-rutabaga", .flag = &default_vga }, }; static QemuOptsList qemu_rtc_opts = { |