Re: [PATCH 10/16] hw/pci-host/raven: Use correct parameter in direct access ops

2025-06-03 Thread Philippe Mathieu-Daudé
On 4/5/25 18:01, BALATON Zoltan wrote: Instead of passing unneeded enclosing objects to the config direct access ops that only need the bus we can pass that directly thus simplifying the functions. Signed-off-by: BALATON Zoltan --- hw/pci-host/raven.c | 10 +++--- 1 file changed, 3 inser

[PATCH 10/16] hw/pci-host/raven: Use correct parameter in direct access ops

2025-05-04 Thread BALATON Zoltan
Instead of passing unneeded enclosing objects to the config direct access ops that only need the bus we can pass that directly thus simplifying the functions. Signed-off-by: BALATON Zoltan --- hw/pci-host/raven.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/hw/p