Re: [PATCH 1/2] !fixup "hw/misc: Add limited support for AVR power device"

2020-01-31 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On Fri, Jan 31, 2020 at 12:27 PM Alex Bennée wrote: >> Philippe Mathieu-Daudé writes: >> >> > - convert DB_PRINT() to trace-events >> > - fix style/indentation >> > >> > Signed-off-by: Philippe Mathieu-Daudé >> > --- >> > hw/misc/avr_power.c | 17 +-

Re: [PATCH 1/2] !fixup "hw/misc: Add limited support for AVR power device"

2020-01-31 Thread Philippe Mathieu-Daudé
On Fri, Jan 31, 2020 at 12:27 PM Alex Bennée wrote: > Philippe Mathieu-Daudé writes: > > > - convert DB_PRINT() to trace-events > > - fix style/indentation > > > > Signed-off-by: Philippe Mathieu-Daudé > > --- > > hw/misc/avr_power.c | 17 + > > hw/misc/trace-events | 4 >

Re: [PATCH 1/2] !fixup "hw/misc: Add limited support for AVR power device"

2020-01-31 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > - convert DB_PRINT() to trace-events > - fix style/indentation > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/misc/avr_power.c | 17 + > hw/misc/trace-events | 4 > 2 files changed, 13 insertions(+), 8 deletions(-) > > diff --git a

[PATCH 1/2] !fixup "hw/misc: Add limited support for AVR power device"

2020-01-30 Thread Philippe Mathieu-Daudé
- convert DB_PRINT() to trace-events - fix style/indentation Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/avr_power.c | 17 + hw/misc/trace-events | 4 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/hw/misc/avr_power.c b/hw/misc/avr_power.c index 598b