Re: [PATCH 4/5] pcie, virtio: Remove redundant pm_cap

2025-02-24 Thread Eric Auger
On 2/20/25 11:48 PM, Alex Williamson wrote: > The pm_cap on the PCIExpressDevice object can be distilled down > to the new instance on the PCIDevice object. > > Cc: Michael S. Tsirkin > Cc: Marcel Apfelbaum > Signed-off-by: Alex Williamson Reviewed-by: Eric Auger Eric > --- > hw/pci-bridg

RE: [PATCH 4/5] pcie, virtio: Remove redundant pm_cap

2025-02-23 Thread Duan, Zhenzhong
Hi Cédric, >-Original Message- >From: Cédric Le Goater >Subject: Re: [PATCH 4/5] pcie, virtio: Remove redundant pm_cap > >Hello Zhenzhong, > >On 2/21/25 07:12, Duan, Zhenzhong wrote: >> >> >>> -Original Message- >>> From: Ale

Re: [PATCH 4/5] pcie, virtio: Remove redundant pm_cap

2025-02-21 Thread Cédric Le Goater
Hello Zhenzhong, On 2/21/25 07:12, Duan, Zhenzhong wrote: -Original Message- From: Alex Williamson Subject: [PATCH 4/5] pcie, virtio: Remove redundant pm_cap The pm_cap on the PCIExpressDevice object can be distilled down to the new instance on the PCIDevice object. Cc: Michael S.

RE: [PATCH 4/5] pcie, virtio: Remove redundant pm_cap

2025-02-20 Thread Duan, Zhenzhong
>-Original Message- >From: Alex Williamson >Subject: [PATCH 4/5] pcie, virtio: Remove redundant pm_cap > >The pm_cap on the PCIExpressDevice object can be distilled down >to the new instance on the PCIDevice object. > >Cc: Michael S. Tsirkin >Cc: Marcel Apfelbaum >Signed-off-by: Alex