On 10/2/21 13:00, Mark Cave-Ayland wrote: > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > hw/display/macfb.c | 8 +++++++- > hw/display/trace-events | 4 ++++ > 2 files changed, 11 insertions(+), 1 deletion(-)
> @@ -289,7 +290,10 @@ static uint64_t macfb_ctrl_read(void *opaque, > hwaddr addr, > unsigned int size) > { > +# macfb.c > +macfb_ctrl_read(uint64_t addr, uint64_t value, int size) "addr 0x%"PRIx64 " > value 0x%"PRIx64 " size %d" > +macfb_ctrl_write(uint64_t addr, uint64_t value, int size) "addr 0x%"PRIx64 " > value 0x%"PRIx64 " size %d" > 'size' is unsigned, otherwise: Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>