Here is another set of uninorth/macio fixups from various working branches in my QEMU git repository.
Patch 1 adds min_access_size/max_access_size to unin_ops as suggested by David when reviewing my last set of uninorth patches. Patch 2 adds trace-events to the macio timer device in order to help debug some timer issues I've been working on. In a similar manner to patch 1, patch 3 adds the same min_access_size/max_access_size fields to the macio timer device (this agrees with a similar change in Ben's PMU branch). Finally patch 4 removes the uninorth token register hack, replacing it instead with a single read-only version register as determined from looking at various Darwin/Linux/BSD sources. Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> Mark Cave-Ayland (4): uninorth: add impl min_access_size and max_access_size to unin_ops macio: add trace-events to timer device macio: add impl min_access_size and max_access_size to timer_ops uninorth: remove token register from uninorth device hw/misc/macio/macio.c | 7 +++++++ hw/misc/macio/trace-events | 4 ++++ hw/pci-host/uninorth.c | 15 +++++++++------ include/hw/pci-host/uninorth.h | 4 +++- 4 files changed, 23 insertions(+), 7 deletions(-) -- 2.11.0