Re: [PATCH] target/avr/cpu: Use device_class_set_parent_realize()

2021-02-13 Thread Laurent Vivier
Le 01/02/2021 à 09:03, Philippe Mathieu-Daudé a écrit : > Change generated automatically using the Coccinelle > patch included in commit bf853881690 ("qdev: use > device_class_set_parent_realize/unrealize/reset()") > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/avr/cpu.c | 4 +--- > 1

Re: [PATCH] target/avr/cpu: Use device_class_set_parent_realize()

2021-02-02 Thread Richard Henderson
On 1/31/21 10:03 PM, Philippe Mathieu-Daudé wrote: > Change generated automatically using the Coccinelle > patch included in commit bf853881690 ("qdev: use > device_class_set_parent_realize/unrealize/reset()") > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/avr/cpu.c | 4 +--- > 1 file

[PATCH] target/avr/cpu: Use device_class_set_parent_realize()

2021-02-01 Thread Philippe Mathieu-Daudé
Change generated automatically using the Coccinelle patch included in commit bf853881690 ("qdev: use device_class_set_parent_realize/unrealize/reset()") Signed-off-by: Philippe Mathieu-Daudé --- target/avr/cpu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/target/avr/cp