On 20/10/25 22:54, BALATON Zoltan wrote:
On Mon, 20 Oct 2025, Philippe Mathieu-Daudé wrote:
On 18/10/25 16:04, 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 <[email protected]>
---
hw/pci-host/raven.c | 30 +-----------------------------
1 file changed, 1 insertion(+), 29 deletions(-)
I'd rather this patch split in 2: remove vmstate, mentioning this breaks
migration, then use pci_create_simple().
I can do the other way around: first convert to pci_create_simple which
leaves RavenPCIState pci_dev unused that then can be removed in another
patch.
LGTM, thanks!