Re: [PATCH v5 8/9] hw/misc/pca9552: Trace GPIO change events

2020-06-22 Thread Cédric Le Goater
On 6/22/20 8:34 PM, Philippe Mathieu-Daudé wrote: > Emit a trace event when a GPIO change its state. > > Example booting obmc-phosphor-image: > > $ qemu-system-arm -M witherspoon-bmc -trace pca955x_gpio_change > 1592690552.687372:pca955x_gpio_change pca1 GPIO id:0 status: 0 -> 1 > 159269055

[PATCH v5 8/9] hw/misc/pca9552: Trace GPIO change events

2020-06-22 Thread Philippe Mathieu-Daudé
Emit a trace event when a GPIO change its state. Example booting obmc-phosphor-image: $ qemu-system-arm -M witherspoon-bmc -trace pca955x_gpio_change 1592690552.687372:pca955x_gpio_change pca1 GPIO id:0 status: 0 -> 1 1592690552.690169:pca955x_gpio_change pca1 GPIO id:1 status: 0 -> 1 159