]> git.proxmox.com Git - mirror_qemu.git/commit - dump.c
dump: introduce GuestPhysBlockList
authorLaszlo Ersek <lersek@redhat.com>
Tue, 6 Aug 2013 10:37:09 +0000 (12:37 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 8 Aug 2013 15:01:46 +0000 (11:01 -0400)
commit5ee163e8ea2fb6610339f494e039159e08a69066
tree1920cb270da0408460aa213ee9c16286557cf7c8
parent2cac260768b9d4253737417ea7501cf2950e257f
dump: introduce GuestPhysBlockList

The vmcore must use physical addresses that are visible to the guest, not
addresses that point into linear RAMBlocks. As first step, introduce the
list type into which we'll collect the physical mappings in effect at the
time of the dump.

Related RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=981582

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
dump.c
include/sysemu/memory_mapping.h
memory_mapping.c