]> git.proxmox.com Git - qemu.git/commit - include/qemu/typedefs.h
memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.h
authorAndreas Färber <afaerber@suse.de>
Tue, 28 May 2013 12:20:15 +0000 (14:20 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 11 Jun 2013 15:58:03 +0000 (17:58 +0200)
commit6d4d3ae77dbb756d454c2deb2ef844b0cc7bde7b
tree4eaf32a00a4b214ba11e99f0fad083fb594bd855
parent444d55907871f88276a654fc7fdc8c7db95f4b59
memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.h

This will avoid issues with hwaddr and ram_addr_t when including
sysemu/memory_mapping.h for CONFIG_USER_ONLY, e.g., from qom/cpu.h.

Signed-off-by: Andreas Färber <afaerber@suse.de>
include/qemu/typedefs.h
include/sysemu/memory_mapping.h