Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-06-19 Thread Mark Cave-Ayland
On 13/06/2023 12:50, Markus Armbruster wrote: Mark Cave-Ayland writes: On 01/06/2023 10:00, Markus Armbruster wrote: Mark Cave-Ayland writes: On 31/05/2023 16:00, Markus Armbruster wrote: Philippe Mathieu-Daudé writes: On 31/5/23 14:53, Mark Cave-Ayland wrote: Also change the insta

Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-06-13 Thread Markus Armbruster
Mark Cave-Ayland writes: > On 01/06/2023 10:00, Markus Armbruster wrote: > >> Mark Cave-Ayland writes: >> >>> On 31/05/2023 16:00, Markus Armbruster wrote: >>> Philippe Mathieu-Daudé writes: > On 31/5/23 14:53, Mark Cave-Ayland wrote: >> Also change the instantiation of the C

Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-06-03 Thread Mark Cave-Ayland
On 01/06/2023 10:00, Markus Armbruster wrote: Mark Cave-Ayland writes: On 31/05/2023 16:00, Markus Armbruster wrote: Philippe Mathieu-Daudé writes: On 31/5/23 14:53, Mark Cave-Ayland wrote: Also change the instantiation of the CPU to use object_initialize_child() followed by a separate

Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-06-03 Thread Mark Cave-Ayland
On 31/05/2023 18:43, Philippe Mathieu-Daudé wrote: On 31/5/23 14:53, Mark Cave-Ayland wrote: Also change the instantiation of the CPU to use object_initialize_child() followed by a separate realisation. Signed-off-by: Mark Cave-Ayland ---   hw/m68k/q800.c | 13 -   include/

Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-06-01 Thread Markus Armbruster
Mark Cave-Ayland writes: > On 31/05/2023 16:00, Markus Armbruster wrote: > >> Philippe Mathieu-Daudé writes: >> >>> On 31/5/23 14:53, Mark Cave-Ayland wrote: Also change the instantiation of the CPU to use object_initialize_child() followed by a separate realisation. Signed-off-b

Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-06-01 Thread Mark Cave-Ayland
On 31/05/2023 16:00, Markus Armbruster wrote: Philippe Mathieu-Daudé writes: On 31/5/23 14:53, Mark Cave-Ayland wrote: Also change the instantiation of the CPU to use object_initialize_child() followed by a separate realisation. Signed-off-by: Mark Cave-Ayland --- hw/m68k/q800.c

Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-05-31 Thread Laurent Vivier
Le 31/05/2023 à 19:43, Philippe Mathieu-Daudé a écrit : On 31/5/23 14:53, Mark Cave-Ayland wrote: Also change the instantiation of the CPU to use object_initialize_child() followed by a separate realisation. Signed-off-by: Mark Cave-Ayland ---   hw/m68k/q800.c | 13 -   incl

Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-05-31 Thread Philippe Mathieu-Daudé
On 31/5/23 14:53, Mark Cave-Ayland wrote: Also change the instantiation of the CPU to use object_initialize_child() followed by a separate realisation. Signed-off-by: Mark Cave-Ayland --- hw/m68k/q800.c | 13 - include/hw/m68k/q800.h | 2 ++ 2 files changed, 10 insertio

Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-05-31 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 31/5/23 14:53, Mark Cave-Ayland wrote: >> Also change the instantiation of the CPU to use object_initialize_child() >> followed by a separate realisation. >> Signed-off-by: Mark Cave-Ayland >> --- >> hw/m68k/q800.c | 13 - >> include/hw/

Re: [PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-05-31 Thread Philippe Mathieu-Daudé
On 31/5/23 14:53, Mark Cave-Ayland wrote: Also change the instantiation of the CPU to use object_initialize_child() followed by a separate realisation. Signed-off-by: Mark Cave-Ayland --- hw/m68k/q800.c | 13 - include/hw/m68k/q800.h | 2 ++ 2 files changed, 10 insertio

[PATCH v2 05/23] q800: move CPU object into Q800MachineState

2023-05-31 Thread Mark Cave-Ayland
Also change the instantiation of the CPU to use object_initialize_child() followed by a separate realisation. Signed-off-by: Mark Cave-Ayland --- hw/m68k/q800.c | 13 - include/hw/m68k/q800.h | 2 ++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/hw/m68k/q80