Re: [PATCH v3 01/11] hw/ide/ich9: Use AHCIPCIState typedef

2024-02-09 Thread Peter Maydell
On Thu, 8 Feb 2024 at 18:13, Philippe Mathieu-Daudé wrote: > > QEMU coding style recommend using structure typedefs: > https://www.qemu.org/docs/master/devel/style.html#typedefs > > Signed-off-by: Philippe Mathieu-Daudé > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 01/11] hw/ide/ich9: Use AHCIPCIState typedef

2024-02-08 Thread Philippe Mathieu-Daudé
QEMU coding style recommend using structure typedefs: https://www.qemu.org/docs/master/devel/style.html#typedefs Signed-off-by: Philippe Mathieu-Daudé --- hw/ide/ich.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/ide/ich.c b/hw/ide/ich.c index