From 2237f5365b64c113e971267b1dc5f38e6f2af672 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 14 Jan 2024 16:13:14 +0100 Subject: img/app: add QEMU rutabaga device This allows testing Wayland forwarding with the VM running in QEMU. Signed-off-by: Alyssa Ross --- img/app/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/img/app/Makefile b/img/app/Makefile index 60ecc2f..95212b8 100644 --- a/img/app/Makefile +++ b/img/app/Makefile @@ -110,6 +110,7 @@ run-qemu: $(imgdir)/appvm/blk/root.img start-virtiofsd -device virtio-net,netdev=net0,mac=0A:B3:EC:00:00:00 \ -chardev socket,id=virtiofsd,path=build/virtiofsd.sock \ -device vhost-user-fs-pci,chardev=virtiofsd,tag=virtiofs0 \ + -device virtio-gpu-rutabaga-pci,cross-domain=on,hostmem=8G \ -object memory-backend-memfd,id=mem,size=256M,share=on \ -numa node,memdev=mem \ -chardev vc,id=virtiocon0 \ -- cgit 1.4.1