[Qemu-devel] [PATCH] Introduce new "no_guest_reset" parameter for usb-host device

2018-12-18 Thread Alexander Kappner
endorid=0x05ac,productid=0x12a8,no_guest_reset=True,id=iphone Best regards Alexander Signed-off-by: Alexander Kappner --- hw/usb/host-libusb.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/usb/host-libusb.c b/hw/usb/host-libusb.c index 833250a..1b5e655 100644 ---

[Qemu-devel] [PATCH] Implement query-usbhost QMP command

2018-04-13 Thread Alexander Kappner
p_nousb.c is provided for targets without USB support. Signed-off-by: Alexander Kappner --- hw/usb/Makefile.objs | 2 ++ hw/usb/host-libusb.c | 64 hw/usb/qmp-nousb.c | 28 +++

[Qemu-devel] qapi: [PATCH v2] Implement query-usbhost QMP command

2018-04-14 Thread Alexander Kappner
, a stub function in host-stub.c is provided for targets without USB support. v2 of this patch resolves build failure under some configurations without libusb. Signed-off-by: Alexander Kappner --- hw/usb/host-libusb.c | 64 hw/usb/host-stub.c | 9

Re: [Qemu-devel] qapi: [PATCH v2] Implement query-usbhost QMP command

2018-04-16 Thread Alexander Kappner
that same keyboard/mouse to run a command that re-attaches those devices to the host, so I need some external channel). Basically using the phone as a KVM switch. Best Alexander On 04/16/2018 01:29 AM, Gerd Hoffmann wrote: > On Sat, Apr 14, 2018 at 02:29:34AM -0700, Alexander Kappner wrote: