Re: [PATCH v3 2/7] hw/isa/piix4: Use object_initialize_child() for embedded struct

2022-06-01 Thread Bernhard Beschow
Am 30. Mai 2022 11:38:30 UTC schrieb "Philippe Mathieu-Daudé" : >On 28/5/22 21:20, Bernhard Beschow wrote: >> Found-by: Peter Maydell > >I suppose you refer to this thread: >https://lore.kernel.org/qemu-devel/CAFEAcA_y69=iXMH75dHeNkxMa038Z7Xk63GW9fdcAFHJSWS=s...@mail.gmail.com/ Yes, correct. >I'

Re: [PATCH v3 2/7] hw/isa/piix4: Use object_initialize_child() for embedded struct

2022-05-30 Thread Philippe Mathieu-Daudé via
On 28/5/22 21:20, Bernhard Beschow wrote: Found-by: Peter Maydell I suppose you refer to this thread: https://lore.kernel.org/qemu-devel/CAFEAcA_y69=iXMH75dHeNkxMa038Z7Xk63GW9fdcAFHJSWS=s...@mail.gmail.com/ I'm going to change the tag to "Reported-by". Reviewed-by: Philippe Mathieu-Daudé

[PATCH v3 2/7] hw/isa/piix4: Use object_initialize_child() for embedded struct

2022-05-28 Thread Bernhard Beschow
Found-by: Peter Maydell Signed-off-by: Bernhard Beschow --- hw/isa/piix4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/isa/piix4.c b/hw/isa/piix4.c index 9a6d981037..1d04fb6a55 100644 --- a/hw/isa/piix4.c +++ b/hw/isa/piix4.c @@ -224,7 +224,7 @@ static void piix4_init(