running these on devuan jessie:
$ sudo qemu-system-x86_64 -enable-kvm -hda win.qcow2 -m 2048 -runas user -smp cpus=2 -spice addr=127.0.0.1,port=5900,disable-ticketing,image-compression=off,agent-mouse=on,seamless-migration=on -vga qxl -net nic,vlan=0,macaddr=00:16:76:51:cc:f4,model=e1000 -net user,vlan=0 -device nec-usb-xhci,id=usb,bus=pci.0,addr=0x4 -chardev spicevmc,id=charredir0,name=usbredir -device usb-redir,chardev=charredir0,id=redir0,bus=usb.0,port=2 -rtc base=localtime,driftfix=slew -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x7 -chardev spicevmc,id=charchannel0,name=vdagent -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 and $ spicy --uri=spice://127.0.0.1:5900 i couldn't get a lock on the mouse within the spice window and copy/paste did not work to the guest the agent was confirmed running, spice-vdagent is running via the init.d service *solution* have to run: $ sudo spice-vdagentd -xX this disables systemd-logind integration so the service defaults need to have -X then, it works ! inputs_connect: inputs channel client create red_dispatcher_set_cursor_peer: main_channel_handle_parsed: agent start merry XMAS virtualbox... _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
