The following changes since commit af44da87e926ff64260b95f4350d338c4fc113ca:
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2014-06-16 18:26:21 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git memory for you to fetch changes up to 9b7958d31fa8d1fa3f97cadae0c06964aaae5539: memory: Don't call memory_region_update_coalesced_range if nothing changed (2014-06-17 17:11:21 +0200) I don't think QOMification will make it into 2.1, so I'm sending this out early. If all the prerequisite get in timely, I will send another pull request. ---------------------------------------------------------------- Fam Zheng (1): memory: Don't call memory_region_update_coalesced_range if nothing changed Gonglei (1): memory: Don't update all memory region when ioeventfd changed Hu Tao (2): exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr unset RAMBlock idstr when unregister MemoryRegion Paolo Bonzini (2): MAINTAINERS: Add myself as Memory API maintainer memory: MemoryRegion: rename parent to container Peter Crosthwaite (4): memory: Simplify mr_add_subregion() if-else exec: dummy_section: Pass address space through. memory: MemoryRegion: factor out subregion add functionality memory: MemoryRegion: factor out memory region re-adder Sergey Fedorov (1): qtest: fix qtest_clock_warp() for no deadline case MAINTAINERS | 10 +++++ cpus.c | 2 +- exec.c | 40 ++++++++++++----- include/exec/cpu-common.h | 1 + include/exec/memory.h | 20 ++++----- memory.c | 110 ++++++++++++++++++++++++++++------------------ savevm.c | 2 +- 7 files changed, 119 insertions(+), 66 deletions(-) -- 1.8.3.1