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 wrote: > > Am 06.07.2011 um 09:09 schrieb 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

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

2011-07-12 Thread Alexander Graf
Am 06.07.2011 um 09:09 schrieb 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

[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 CP

[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 CP