Re: [PATCH 03/16] hw/pci-host/raven: Simplify PCI facing part

2025-06-03 Thread BALATON Zoltan
On Tue, 3 Jun 2025, Philippe Mathieu-Daudé wrote: Hi Zoltan, On 4/5/25 18:01, BALATON Zoltan wrote: The raven PCI device does not need a state struct as it has no data to store there any more so we can remove that to simplify code. Signed-off-by: BALATON Zoltan --- hw/pci-host/raven.c | 30

Re: [PATCH 03/16] hw/pci-host/raven: Simplify PCI facing part

2025-06-03 Thread Philippe Mathieu-Daudé
Hi Zoltan, On 4/5/25 18:01, BALATON Zoltan wrote: The raven PCI device does not need a state struct as it has no data to store there any more so we can remove that to simplify code. Signed-off-by: BALATON Zoltan --- hw/pci-host/raven.c | 30 +- 1 file changed, 1

[PATCH 03/16] hw/pci-host/raven: Simplify PCI facing part

2025-05-04 Thread BALATON Zoltan
The raven PCI device does not need a state struct as it has no data to store there any more so we can remove that to simplify code. Signed-off-by: BALATON Zoltan --- hw/pci-host/raven.c | 30 +- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/hw/pci-host