Re: [PATCH 0/2] hw/pci-bridge: pci_expander_bridge: Fix wrong type and rework inheritance.

2023-04-22 Thread Michael S. Tsirkin
On Fri, Apr 21, 2023 at 01:19:08PM +0100, Jonathan Cameron wrote: > On Fri, 21 Apr 2023 09:59:57 +0100 > Peter Maydell wrote: > > > On Fri, 21 Apr 2023 at 09:19, Michael S. Tsirkin wrote: > > > > > > On Thu, Apr 20, 2023 at 03:27:48PM +0100, Jonathan Cameron wrote: > > > > Peter Maydell

Re: [PATCH 0/2] hw/pci-bridge: pci_expander_bridge: Fix wrong type and rework inheritance.

2023-04-21 Thread Thomas Huth
On 21/04/2023 14.19, Jonathan Cameron via wrote: On Fri, 21 Apr 2023 09:59:57 +0100 Peter Maydell wrote: On Fri, 21 Apr 2023 at 09:19, Michael S. Tsirkin wrote: On Thu, Apr 20, 2023 at 03:27:48PM +0100, Jonathan Cameron wrote: Peter Maydell highlighted an incorrect conversion to

Re: [PATCH 0/2] hw/pci-bridge: pci_expander_bridge: Fix wrong type and rework inheritance.

2023-04-21 Thread Jonathan Cameron via
On Fri, 21 Apr 2023 09:59:57 +0100 Peter Maydell wrote: > On Fri, 21 Apr 2023 at 09:19, Michael S. Tsirkin wrote: > > > > On Thu, Apr 20, 2023 at 03:27:48PM +0100, Jonathan Cameron wrote: > > > Peter Maydell highlighted an incorrect conversion to TYPE_PXB_DEVICE from > > > a device that

Re: [PATCH 0/2] hw/pci-bridge: pci_expander_bridge: Fix wrong type and rework inheritance.

2023-04-21 Thread Peter Maydell
On Fri, 21 Apr 2023 at 09:19, Michael S. Tsirkin wrote: > > On Thu, Apr 20, 2023 at 03:27:48PM +0100, Jonathan Cameron wrote: > > Peter Maydell highlighted an incorrect conversion to TYPE_PXB_DEVICE from > > a device that didn't have that a an ancestor type. PXB_DEV() used instead of > >

Re: [PATCH 0/2] hw/pci-bridge: pci_expander_bridge: Fix wrong type and rework inheritance.

2023-04-21 Thread Michael S. Tsirkin
On Thu, Apr 20, 2023 at 03:27:48PM +0100, Jonathan Cameron wrote: > Peter Maydell highlighted an incorrect conversion to TYPE_PXB_DEVICE from > a device that didn't have that a an ancestor type. PXB_DEV() used instead of > PXB_CXL_DEV()/ > >

[PATCH 0/2] hw/pci-bridge: pci_expander_bridge: Fix wrong type and rework inheritance.

2023-04-20 Thread Jonathan Cameron via
Peter Maydell highlighted an incorrect conversion to TYPE_PXB_DEVICE from a device that didn't have that a an ancestor type. PXB_DEV() used instead of PXB_CXL_DEV()/ https://lore.kernel.org/qemu-devel/cafeaca-+de+eelce4ysaw1o-qyd_4w1ra05mgdsu_-3a6d9...@mail.gmail.com/ During the discussion it