diff options
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vl.c b/vl.c index 4a350de5cd..f46f8d769a 100644 --- a/vl.c +++ b/vl.c @@ -237,6 +237,7 @@ static struct { { .driver = "vmware-svga", .flag = &default_vga }, { .driver = "qxl-vga", .flag = &default_vga }, { .driver = "virtio-vga", .flag = &default_vga }, + { .driver = "ati-vga", .flag = &default_vga }, }; static QemuOptsList qemu_rtc_opts = { |