Lines Matching +full:display +full:- +full:backend
3 # virtio-gpu tests
6 # later. See the COPYING file in the top-level directory.
23 relative_path = "./contrib/vhost-user-gpu/vhost-user-gpu"
50 failure_message="Kernel panic - not syncing",
62 self.vm.add_args("-cpu", "host")
63 self.vm.add_args("-m", "2G")
64 self.vm.add_args("-machine", "pc,accel=kvm")
65 self.vm.add_args("-device", "virtio-vga-gl")
66 self.vm.add_args("-display", "egl-headless")
68 "-kernel",
70 "-initrd",
72 "-append",
87 # FIXME: should check presence of vhost-user-gpu, virgl, memfd etc
92 self.skipTest("Could not find vhost-user-gpu")
105 self.logdir, "vhost-user-gpu.log"
108 self.log.info('Complete vhost-user-gpu.log file can be '
112 [vug, "--virgl", "--fd=%d" % vug_sock.fileno()],
121 self.vm.add_args("-cpu", "host")
122 self.vm.add_args("-m", "2G")
123 self.vm.add_args("-object", "memory-backend-memfd,id=mem,size=2G")
124 self.vm.add_args("-machine", "pc,memory-backend=mem,accel=kvm")
125 self.vm.add_args("-chardev", "socket,id=vug,fd=%d" % qemu_sock.fileno())
126 self.vm.add_args("-device", "vhost-user-vga,chardev=vug")
127 self.vm.add_args("-display", "egl-headless")
129 "-kernel",
131 "-initrd",
133 "-append",