Re: [Qemu-devel] [PATCH v4 29/29] hw/display: add vhost-user-vga & gpu-pci

2018-08-29 Thread Daniel P . Berrangé
On Fri, Jul 13, 2018 at 03:09:16PM +0200, Marc-André Lureau wrote: > Add new virtio-gpu devices with a "vhost-user" property. Tthe > associated vhost-user backend is used to handle the virtio rings and > provide rendering results thanks to the vhost-user-gpu protocol. > > Example usage: > -object

[Qemu-devel] [PATCH v4 29/29] hw/display: add vhost-user-vga & gpu-pci

2018-07-13 Thread Marc-André Lureau
Add new virtio-gpu devices with a "vhost-user" property. Tthe associated vhost-user backend is used to handle the virtio rings and provide rendering results thanks to the vhost-user-gpu protocol. Example usage: -object vhost-user-backend,id=vug,cmd="./vhost-user-gpu" -device vhost-user-vga,vhost-u