Re: [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition

2019-12-03 Thread Cornelia Huck
On Fri, 18 Oct 2019 17:06:19 +0200 Damien Hedde wrote: > Adds trace events to reset procedure and when updating the parent > bus of a device. > > Signed-off-by: Damien Hedde > --- > hw/core/qdev.c | 27 --- > hw/core/trace-events | 9 + > 2 files changed,

Re: [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition

2019-11-04 Thread Philippe Mathieu-Daudé
On 11/4/19 1:16 PM, Damien Hedde wrote: On 11/1/19 12:23 AM, Philippe Mathieu-Daudé wrote: On 10/18/19 5:06 PM, Damien Hedde wrote: Adds trace events to reset procedure and when updating the parent bus of a device. Signed-off-by: Damien Hedde ---   hw/core/qdev.c   | 27 +

Re: [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition

2019-11-04 Thread Damien Hedde
On 11/1/19 12:23 AM, Philippe Mathieu-Daudé wrote: > On 10/18/19 5:06 PM, Damien Hedde wrote: >> Adds trace events to reset procedure and when updating the parent >> bus of a device. >> >> Signed-off-by: Damien Hedde >> --- >>   hw/core/qdev.c   | 27 --- >>   hw/core/

Re: [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition

2019-10-31 Thread Philippe Mathieu-Daudé
On 10/18/19 5:06 PM, Damien Hedde wrote: Adds trace events to reset procedure and when updating the parent bus of a device. Signed-off-by: Damien Hedde --- hw/core/qdev.c | 27 --- hw/core/trace-events | 9 + 2 files changed, 33 insertions(+), 3 deleti

Re: [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition

2019-10-19 Thread Richard Henderson
On 10/18/19 8:06 AM, Damien Hedde wrote: > Adds trace events to reset procedure and when updating the parent > bus of a device. > > Signed-off-by: Damien Hedde > --- > hw/core/qdev.c | 27 --- > hw/core/trace-events | 9 + > 2 files changed, 33 insertions(+

[PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition

2019-10-18 Thread Damien Hedde
Adds trace events to reset procedure and when updating the parent bus of a device. Signed-off-by: Damien Hedde --- hw/core/qdev.c | 27 --- hw/core/trace-events | 9 + 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/hw/core/qdev.c b/hw/core/