[Qemu-devel] [PATCH 08/15] prep: Declare as little endian

2010-12-08 Thread Alexander Graf
This patch replaces explicit bswaps with endianness hints to the mmio layer. Signed-off-by: Alexander Graf --- hw/ppc_prep.c | 38 +++--- 1 files changed, 3 insertions(+), 35 deletions(-) diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index 80f5db6..1492266 100644

[Qemu-devel] [PATCH 08/15] prep: Declare as little endian

2010-12-01 Thread Alexander Graf
This patch replaces explicit bswaps with endianness hints to the mmio layer. Signed-off-by: Alexander Graf --- hw/ppc_prep.c | 38 +++--- 1 files changed, 3 insertions(+), 35 deletions(-) diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index 80f5db6..1492266 100644

Re: [Qemu-devel] [PATCH 08/15] prep: Declare as little endian

2010-11-26 Thread Benjamin Herrenschmidt
On Fri, 2010-11-26 at 23:06 +0100, Alexander Graf wrote: > > http://repo.or.cz/w/qemu/afaerber.git/shortlog/refs/heads/prep > > I simply replaces explicit bswaps with the flag. Testing prep is hard, > as recent kernels don't run on it. To be honest, unless someone steps > up to maintain it I might

Re: [Qemu-devel] [PATCH 08/15] prep: Declare as little endian

2010-11-26 Thread Alexander Graf
On 26.11.2010, at 22:58, Andreas Färber wrote: > Am 25.11.2010 um 08:35 schrieb Alexander Graf: > >> This patch replaces explicit bswaps with endianness hints to the >> mmio layer. >> >> Signed-off-by: Alexander Graf > > I'm confused by the subject: Are you positive that PReP is little-endian

Re: [Qemu-devel] [PATCH 08/15] prep: Declare as little endian

2010-11-26 Thread Andreas Färber
Am 25.11.2010 um 08:35 schrieb Alexander Graf: This patch replaces explicit bswaps with endianness hints to the mmio layer. Signed-off-by: Alexander Graf I'm confused by the subject: Are you positive that PReP is little- endian? Or should this read "prep: Declare some devices as little en

[Qemu-devel] [PATCH 08/15] prep: Declare as little endian

2010-11-25 Thread Alexander Graf
This patch replaces explicit bswaps with endianness hints to the mmio layer. Signed-off-by: Alexander Graf --- hw/ppc_prep.c | 38 +++--- 1 files changed, 3 insertions(+), 35 deletions(-) diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index 80f5db6..1492266 100644