Re: [PATCH] vfio: platform: reset: add support for XHCI reset hook

2019-07-15 Thread Gregory CLEMENT
Hi Eric, > Hi Gregory, > > On 7/11/19 4:31 PM, Gregory CLEMENT wrote: >> The VFIO reset hook is called every time a platform device is passed >> to a guest or removed from a guest. >> >> When the XHCI device is unbound from the host, the host driver >> disables the XHCI clocks/phys/regulators so

Re: [PATCH] vfio: platform: reset: add support for XHCI reset hook

2019-07-12 Thread Auger Eric
Hi Gregory, On 7/11/19 4:31 PM, Gregory CLEMENT wrote: > The VFIO reset hook is called every time a platform device is passed > to a guest or removed from a guest. > > When the XHCI device is unbound from the host, the host driver > disables the XHCI clocks/phys/regulators so when the device is

[PATCH] vfio: platform: reset: add support for XHCI reset hook

2019-07-11 Thread Gregory CLEMENT
The VFIO reset hook is called every time a platform device is passed to a guest or removed from a guest. When the XHCI device is unbound from the host, the host driver disables the XHCI clocks/phys/regulators so when the device is passed to the guest it becomes dis-functional. This initial