Why does Qemu+Spice capture the mouse on OSX but not libvirt?

2021-11-12 Thread John Paul Morrison
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

Re: Why does Qemu+Spice capture the mouse on OSX but not libvirt?

2021-11-12 Thread John Paul Morrison
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.

Re: Does anybody have anecdotal experience of running 3 OSes (Free/Net/OpenBSD) and share data between them?

2021-12-07 Thread John Paul Morrison
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