]> git.proxmox.com Git - qemu.git/commit
exec: change well-known physical sections to macros
authorLiu Ping Fan <qemulist@gmail.com>
Wed, 29 May 2013 09:09:17 +0000 (11:09 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Jul 2013 15:42:49 +0000 (17:42 +0200)
commitb41aac4f0d17000babd815e088699d58e59917b8
tree942bce754164be507477f7d9c7fcda1b9d8e53ac
parentf08c03f3c404e85a2b81890191ccb48dc1ecc157
exec: change well-known physical sections to macros

Sections like phys_section_unassigned always have fixed address
in phys_sections.  Declared as macro, so we can use them
when having more than one phys_sections array.

Signed-off-by: Liu Ping Fan <pingfank@linux.vnet.ibm.com>
Signed-off-by: Liu Ping Fan <qemulist@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c