Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-07-05 Thread Leonardo Bras Soares Passos
On Wed, Jul 5, 2023 at 3:40 AM Leonardo Bras Soares Passos wrote: > > On Tue, Jul 4, 2023 at 3:43 AM Michael S. Tsirkin wrote: > > > > On Tue, Jul 04, 2023 at 03:20:36AM -0300, Leonardo Brás wrote: > > > Hello Peter and Michael, I have a few updates on this: > > > > > > On Mon, 2023-07-03 at 02:2

Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-07-04 Thread Leonardo Bras Soares Passos
On Tue, Jul 4, 2023 at 3:43 AM Michael S. Tsirkin wrote: > > On Tue, Jul 04, 2023 at 03:20:36AM -0300, Leonardo Brás wrote: > > Hello Peter and Michael, I have a few updates on this: > > > > On Mon, 2023-07-03 at 02:20 -0300, Leonardo Brás wrote: > > > Hello Peter and Michael, thanks for reviewing

Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-07-03 Thread Michael S. Tsirkin
On Tue, Jul 04, 2023 at 03:20:36AM -0300, Leonardo Brás wrote: > Hello Peter and Michael, I have a few updates on this: > > On Mon, 2023-07-03 at 02:20 -0300, Leonardo Brás wrote: > > Hello Peter and Michael, thanks for reviewing! > > > > > > On Thu, 2023-06-29 at 16:56 -0400, Peter Xu wrote: >

Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-07-03 Thread Leonardo Brás
Hello Peter and Michael, I have a few updates on this: On Mon, 2023-07-03 at 02:20 -0300, Leonardo Brás wrote: > Hello Peter and Michael, thanks for reviewing! > > > On Thu, 2023-06-29 at 16:56 -0400, Peter Xu wrote: > > On Thu, Jun 29, 2023 at 04:06:53PM -0400, Michael S. Tsirkin wrote: > > > O

Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-07-02 Thread Leonardo Brás
Hello Peter and Michael, thanks for reviewing! On Thu, 2023-06-29 at 16:56 -0400, Peter Xu wrote: > On Thu, Jun 29, 2023 at 04:06:53PM -0400, Michael S. Tsirkin wrote: > > On Thu, Jun 29, 2023 at 04:01:41PM -0400, Peter Xu wrote: > > > On Thu, Jun 29, 2023 at 03:33:06PM -0400, Michael S. Tsirkin

Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-06-29 Thread Peter Xu
On Thu, Jun 29, 2023 at 04:06:53PM -0400, Michael S. Tsirkin wrote: > On Thu, Jun 29, 2023 at 04:01:41PM -0400, Peter Xu wrote: > > On Thu, Jun 29, 2023 at 03:33:06PM -0400, Michael S. Tsirkin wrote: > > > On Thu, Jun 29, 2023 at 01:01:53PM -0400, Peter Xu wrote: > > > > Hi, Leo, > > > > > > > > T

Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-06-29 Thread Michael S. Tsirkin
On Thu, Jun 29, 2023 at 04:01:41PM -0400, Peter Xu wrote: > On Thu, Jun 29, 2023 at 03:33:06PM -0400, Michael S. Tsirkin wrote: > > On Thu, Jun 29, 2023 at 01:01:53PM -0400, Peter Xu wrote: > > > Hi, Leo, > > > > > > Thanks for figuring this out. Let me copy a few more potential reviewers > > > f

Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-06-29 Thread Peter Xu
On Thu, Jun 29, 2023 at 03:33:06PM -0400, Michael S. Tsirkin wrote: > On Thu, Jun 29, 2023 at 01:01:53PM -0400, Peter Xu wrote: > > Hi, Leo, > > > > Thanks for figuring this out. Let me copy a few more potential reviewers > > from commit 17858a1695 ("hw/acpi/ich9: Set ACPI PCI hot-plug as default

Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-06-29 Thread Michael S. Tsirkin
On Thu, Jun 29, 2023 at 01:01:53PM -0400, Peter Xu wrote: > Hi, Leo, > > Thanks for figuring this out. Let me copy a few more potential reviewers > from commit 17858a1695 ("hw/acpi/ich9: Set ACPI PCI hot-plug as default on > Q35"). > > On Thu, Jun 29, 2023 at 06:05:00AM -0300, Leonardo Bras wrot

Re: [PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-06-29 Thread Peter Xu
Hi, Leo, Thanks for figuring this out. Let me copy a few more potential reviewers from commit 17858a1695 ("hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35"). On Thu, Jun 29, 2023 at 06:05:00AM -0300, Leonardo Bras wrote: > When trying to migrate a machine type pc-q35-6.0 or lower, with thi

[PATCH 1/1] pcie: Add hotplug detect state register to w1cmask

2023-06-29 Thread Leonardo Bras
When trying to migrate a machine type pc-q35-6.0 or lower, with this cmdline options: -device driver=pcie-root-port,port=18,chassis=19,id=pcie-root-port18,bus=pcie.0,addr=0x12 \ -device driver=nec-usb-xhci,p2=4,p3=4,id=nex-usb-xhci0,bus=pcie-root-port18,addr=0x12.0x1 the following bug happens