[Qemu-devel] [PATCH 0/4] uninorth/macio: minor fixups

Mark Cave-Ayland posted 4 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180506142005.19580-1-mark.cave-ayland@ilande.co.uk
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
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(-)
[Qemu-devel] [PATCH 0/4] uninorth/macio: minor fixups
Posted by Mark Cave-Ayland 7 years, 5 months ago
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-ayland@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