Re: [PATCH v1] piix: fix regression during unplug in Xen HVM domUs

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/16/21 11:44 PM, Olaf Hering wrote: > Commit ee358e919e385fdc79d59d0d47b4a81e349cd5c9 causes a regression in > Xen HVM domUs which run xenlinux based kernels. > > If the domU has an USB device assigned, for example with > "usbdevice=['tablet']" in domU.cfg, the late unplug of devices will > ki

Re: [PATCH v1] piix: fix regression during unplug in Xen HVM domUs

2021-03-16 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210316224412.11609-1-o...@aepfle.de/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210316224412.11609-1-o...@aepfle.de Subject: [PATCH v1] piix: fix regression during unplug

[PATCH v1] piix: fix regression during unplug in Xen HVM domUs

2021-03-16 Thread Olaf Hering
Commit ee358e919e385fdc79d59d0d47b4a81e349cd5c9 causes a regression in Xen HVM domUs which run xenlinux based kernels. If the domU has an USB device assigned, for example with "usbdevice=['tablet']" in domU.cfg, the late unplug of devices will kill the emulated USB host. As a result the khubd thre