Re: [Qemu-devel] [PATCH v2 1/9] exec: add endian specific phys ld/st functions

2011-07-12 Thread Blue Swirl
Thanks, applied all. On Tue, Jul 12, 2011 at 10:52 AM, Alexander Graf ag...@suse.de wrote: Am 06.07.2011 um 09:09 schrieb Alexander Graf ag...@suse.de: Device code some times needs to access physical memory and does that through the ld./st._phys functions. However, these are the exact same

[Qemu-devel] [PATCH v2 1/9] exec: add endian specific phys ld/st functions

2011-07-07 Thread Alexander Graf
Device code some times needs to access physical memory and does that through the ld./st._phys functions. However, these are the exact same functions that the CPU uses to access memory, which means they will be endianness swapped depending on the target CPU. However, devices don't know about the

[Qemu-devel] [PATCH v2 1/9] exec: add endian specific phys ld/st functions

2011-07-05 Thread Alexander Graf
Device code some times needs to access physical memory and does that through the ld./st._phys functions. However, these are the exact same functions that the CPU uses to access memory, which means they will be endianness swapped depending on the target CPU. However, devices don't know about the