mbox

[PULL,for-1.6,0/4] QMP queue

Message ID 1375974809-1757-1-git-send-email-lcapitulino@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Message

Luiz Capitulino Aug. 8, 2013, 3:13 p.m. UTC
The following changes since commit 6fdf98f281f85ae6e2883bed2f691bcfe33b1f9f:

  fw_cfg: the I/O port variant expects little-endian (2013-08-07 12:48:15 -0500)

are available in the git repository at:

  git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

for you to fetch changes up to 56c4bfb3f07f3107894c00281276aea4f5e8834d:

  dump: rebase from host-private RAMBlock offsets to guest-physical addresses (2013-08-08 11:01:46 -0400)

----------------------------------------------------------------
Laszlo Ersek (4):
      dump: clamp guest-provided mapping lengths to ramblock sizes
      dump: introduce GuestPhysBlockList
      dump: populate guest_phys_blocks
      dump: rebase from host-private RAMBlock offsets to guest-physical addresses

 dump.c                          | 171 ++++++++++++++++++++++------------------
 include/sysemu/dump.h           |   4 +-
 include/sysemu/memory_mapping.h |  30 ++++++-
 memory_mapping.c                | 123 ++++++++++++++++++++++++++---
 stubs/dump.c                    |   3 +-
 target-i386/arch_dump.c         |  10 ++-
 target-s390x/arch_dump.c        |   3 +-
 7 files changed, 251 insertions(+), 93 deletions(-)