Re: Qemu guest-reset option on device_add

2022-07-24 Thread Simon Fairweather
Awesome, thanks! On Tue, Jul 12, 2022 at 2:17 PM Michal Prívozník wrote: > On 7/6/22 17:55, Simon Fairweather wrote: > > Hi Michal, If you are able to implement the feature that would be great. > > > > Regards > > Simon. > > Hey, I've posted patches here: > > https://listman.redhat.com/archives/

Re: Qemu guest-reset option on device_add

2022-07-12 Thread Michal Prívozník
On 7/6/22 17:55, Simon Fairweather wrote: > Hi Michal, If you are able to implement the feature that would be great. > > Regards > Simon. Hey, I've posted patches here: https://listman.redhat.com/archives/libvir-list/2022-July/232756.html I'm not sure whether you want to build libvirt from git

Re: Qemu guest-reset option on device_add

2022-06-28 Thread Michal Prívozník
On 6/25/22 13:00, Simon Fairweather wrote: > Hi > > Is there any plans to add support for guest_reset directive for QEMU? I don't think so. I haven't found any bug/gitlab issue requesting it. > > device_add > usb-host,vendorid=0x05ac,productid=0x12a8,guest_reset=True,id=iphone > > Are you abl

Qemu guest-reset option on device_add

2022-06-28 Thread Simon Fairweather
Hi Is there any plans to add support for guest_reset directive for QEMU? device_add usb-host,vendorid=0x05ac,productid=0x12a8,guest_reset=True,id=iphone Are you able to point me in the direction of where code would need to be executed and I can look to see if I can create a PR? Regards Simon