Re: [PATCH v2 07/20] nubus: add trace-events for empty slot accesses

2021-09-15 Thread Philippe Mathieu-Daudé
On 9/15/21 12:10 PM, Mark Cave-Ayland wrote: > Increase the max_access_size to 4 bytes for empty Nubus slot and super slot > accesses to allow tracing of the Nubus enumeration process by the guest OS. I forgot to reply to v1, this is OK but I'd rather have 2 different patches here, tracing first t

[PATCH v2 07/20] nubus: add trace-events for empty slot accesses

2021-09-15 Thread Mark Cave-Ayland
Increase the max_access_size to 4 bytes for empty Nubus slot and super slot accesses to allow tracing of the Nubus enumeration process by the guest OS. Signed-off-by: Mark Cave-Ayland --- hw/nubus/nubus-bus.c | 10 +++--- hw/nubus/trace-events | 7 +++ hw/nubus/trace.h | 1 + mes