Re: [Qemu-devel] [PATCH 01/16] memory: move endianness compensation to memory core

2012-01-06 Thread Andreas Färber
Am 02.01.2012 17:33, schrieb Avi Kivity: > Instead of doing device endianness compensation in cpu_register_io_memory(), > do it in the memory core. > > Signed-off-by: Avi Kivity > diff --git a/exec.c b/exec.c > index 28c057c..507d37c 100644 > --- a/exec.c > +++ b/exec.c > @@ -3666,30 +3565,14 @

Re: [Qemu-devel] [PATCH 01/16] memory: move endianness compensation to memory core

2012-01-05 Thread Andreas Färber
Am 02.01.2012 17:33, schrieb Avi Kivity: > Instead of doing device endianness compensation in cpu_register_io_memory(), > do it in the memory core. > > Signed-off-by: Avi Kivity This further broke PReP boot (Etch 2.4.x kernel): be675c972088eba210e18dc125613e9f205a6bfb is the first bad commit co

[Qemu-devel] [PATCH 01/16] memory: move endianness compensation to memory core

2012-01-02 Thread Avi Kivity
Instead of doing device endianness compensation in cpu_register_io_memory(), do it in the memory core. Signed-off-by: Avi Kivity --- exec-obsolete.h |2 +- exec.c | 142 --- memory.c| 37 -- 3 files changed,