mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
gfxstream + rutabaga: enable rutabaga
This change enables rutabaga to receive virtio-gpu-3d hypercalls when it is active. Signed-off-by: Gurchetan Singh <gurchetansingh@chromium.org> Tested-by: Alyssa Ross <hi@alyssa.is> Tested-by: Emmanouil Pitsidianakis <manos.pitsidianakis@linaro.org> Tested-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Antonio Caggiano <quic_acaggian@quicinc.com> Reviewed-by: Emmanouil Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
This commit is contained in:
parent
cd9adbefcc
commit
8e7b21ca16
4 changed files with 9 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue