[Qemu-devel] [PATCH 11/15] openpic: Replace explicit byte swap with endian hints

2010-12-08 Thread Alexander Graf
This patch replaces explicit bswaps with endianness hints to the mmio layer. Signed-off-by: Alexander Graf ag...@suse.de --- hw/openpic.c | 23 ++- 1 files changed, 2 insertions(+), 21 deletions(-) diff --git a/hw/openpic.c b/hw/openpic.c index 9e2500a..6d2cf99 100644 ---

[Qemu-devel] [PATCH 11/15] openpic: Replace explicit byte swap with endian hints

2010-11-30 Thread Alexander Graf
This patch replaces explicit bswaps with endianness hints to the mmio layer. Signed-off-by: Alexander Graf ag...@suse.de --- hw/openpic.c | 23 ++- 1 files changed, 2 insertions(+), 21 deletions(-) diff --git a/hw/openpic.c b/hw/openpic.c index 0e287bd..7b75d3f 100644 ---

[Qemu-devel] [PATCH 11/15] openpic: Replace explicit byte swap with endian hints

2010-11-24 Thread Alexander Graf
This patch replaces explicit bswaps with endianness hints to the mmio layer. Signed-off-by: Alexander Graf ag...@suse.de --- hw/openpic.c | 23 ++- 1 files changed, 2 insertions(+), 21 deletions(-) diff --git a/hw/openpic.c b/hw/openpic.c index 0e287bd..7b75d3f 100644 ---