Re: [PATCH 07/11] hw/isa: Reorder to separate ISABus* vs ISADevice* functions

2023-02-11 Thread Richard Henderson
On 2/10/23 06:37, Philippe Mathieu-Daudé wrote: Separate functions taking an ISABus* argument versus functions taking a ISADevice* one. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/isa/isa.h | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderso

[PATCH 07/11] hw/isa: Reorder to separate ISABus* vs ISADevice* functions

2023-02-10 Thread Philippe Mathieu-Daudé
Separate functions taking an ISABus* argument versus functions taking a ISADevice* one. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/isa/isa.h | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/hw/isa/isa.h b/include/hw/isa/isa.h index 25acd5c34c..e81cd3