Hi
I'm trying to make sense of how this libvirt configuration is working so
well with the mouse.
Normally, if I start an OSX guest and connect with Spice the mouse is
captured - you have to click and ctrl-alt to release.
But when I imported the VM into Virt-manager and connected with Spice the
m
Ooof - multiple displays caused problems with mouse/usb-tablet
https://gitlab.com/qemu-project/qemu/-/issues/723
On Fri, Nov 12, 2021 at 11:33 AM John Paul Morrison
wrote:
> Hi
>
> I'm trying to make sense of how this libvirt configuration is working so
> well with the mouse.
Are the guests running at the same time? If they support virtiofs you could
share a host folder.
-fsdev local,id=fsdev0,path="${PUBLIC}",security_model=mapped-xattr
-device virtio-9p-pci,fsdev=fsdev0,mount_tag="${PUBLIC_TAG}"
guest
mount -t 9p ${PUBLIC_TAG} /mnt
I don't know if 9p handles lock