Re: [Qemu-devel] egl: EGL_MESA_image_dma_buf_export not supported / Failed to initialize EGL render node for SPICE GL

2019-03-07 Thread manish jaggi
On Thu, Mar 7, 2019 at 9:55 PM Marc-André Lureau wrote: > > Hi > > On Thu, Mar 7, 2019 at 3:00 PM manish jaggi wrote: > > > > Hi List, > > I am trying to run qemu with spice gl=on with the below command line > > and getting errors. > > > > qemu-s

[Qemu-devel] egl: EGL_MESA_image_dma_buf_export not supported / Failed to initialize EGL render node for SPICE GL

2019-03-07 Thread manish jaggi
Hi List, I am trying to run qemu with spice gl=on with the below command line and getting errors. qemu-system-x86_64 -cdrom ubuntu-18.04.2-desktop-amd64.iso -hda u1.qcow2 -enable-kvm -m 1G -cpu host -smp 8 -machine vmport=off -boot order=dc -device virtio-vga,virgl=on -spice gl=on,unix,addr=/home/

Re: [Qemu-devel] [RFC] [PATCH] kvm: arm: Introduce error code KVM_EINVARIANT

2018-11-10 Thread Manish Jaggi
CCing a larger audience. Please review. On 10/23/2018 03:51 PM, Jaggi, Manish wrote: > From: Manish Jaggi > > This patch introduces an error code KVM_EINVARIANT which is returned > by KVM when userland tries to set an invariant register. > > The need for this error code is i