Remote access to accellerated graphic console - is it possible?

Folks, Running android on qemu/kvm with spice.

After mucking around for a bit - I strongly suspect the simple answer is ‘no’ but, I thought to confirm before giving up.

I mean, <listen type="none"/> means what it says, I guess?

OTH, I see here that there is an element egl-headless but it doesn’t seem supported in the virt-manager options - do I just have to get my hands dirty with the xml?

Thanks
M

1 Like
...
    <graphics type='spice' port='5901' autoport='no' listen='0.0.0.0'>
      <listen type='address' address='0.0.0.0'/>
    </graphics>
    <graphics type='egl-headless'>
      <gl rendernode='/dev/dri/by-path/pci-0000:0b:00.0-render'/>
    </graphics>
...