mbox

[PULL,0/4] Memory API fixes for soft freeze

Message ID 1374264478-23913-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git iommu-for-anthony

Message

Paolo Bonzini July 19, 2013, 8:07 p.m. UTC
Anthony,

The following changes since commit 6453a3a69488196f26d12654c6b148446abdf3d6:

  Merge remote-tracking branch 'quintela/migration.next' into staging (2013-07-15 14:49:16 -0500)

are available in the git repository at:

  git://github.com/bonzini/qemu.git iommu-for-anthony

for you to fetch changes up to e1622f4b15391bd44eb0f99a244fdf19a20fd981:

  exec: fix incorrect assumptions in memory_access_size (2013-07-18 06:03:25 +0200)

----------------------------------------------------------------
Jan Kiszka (1):
      memory: Return -1 again on reads from unsigned regions

Paolo Bonzini (2):
      memory: actually set the owner
      exec: fix incorrect assumptions in memory_access_size

Peter Maydell (1):
      exec.c: Pass correct pointer type to qemu_ram_ptr_length

 exec.c   | 11 ++---------
 memory.c |  3 +--
 2 files changed, 3 insertions(+), 11 deletions(-)

Comments

Peter Maydell July 22, 2013, 4:08 p.m. UTC | #1
On 19 July 2013 21:07, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Anthony,
>
> The following changes since commit 6453a3a69488196f26d12654c6b148446abdf3d6:
>
>   Merge remote-tracking branch 'quintela/migration.next' into staging (2013-07-15 14:49:16 -0500)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git iommu-for-anthony
>
> for you to fetch changes up to e1622f4b15391bd44eb0f99a244fdf19a20fd981:

Ping!

> Peter Maydell (1):
>       exec.c: Pass correct pointer type to qemu_ram_ptr_length

In particular this compile failure fix has now been two weeks
on list and still not in master :-(

thanks
-- PMM