Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-28 | omap_sdrc: convert to memory API | Avi Kivity | 1 | -18/+21 | |
Signed-off-by: Avi Kivity <avi@redhat.com> | |||||
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -1/+1 | |
qemu_malloc/qemu_free no longer exist after this commit. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||||
2010-12-11 | Add endianness as io mem parameter | Alexander Graf | 1 | -1/+1 | |
As stated before, devices can be little, big or native endian. The target endianness is not of their concern, so we need to push things down a level. This patch adds a parameter to cpu_register_io_memory that allows a device to choose its endianness. For now, all devices simply choose native endian, because that's the same behavior as before. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||||
2010-06-30 | hw/omap2.c : separate sdrc (sdram controller) | cmchao | 1 | -0/+165 | |
Signed-off-by: cmchao <cmchao@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> |