From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxG84-0005TB-AN for qemu-devel@nongnu.org; Wed, 18 Jun 2014 09:42:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxG7z-0008Ln-Ch for qemu-devel@nongnu.org; Wed, 18 Jun 2014 09:42:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxG7z-0008Kk-3f for qemu-devel@nongnu.org; Wed, 18 Jun 2014 09:42:15 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5IDgDw1021109 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 18 Jun 2014 09:42:13 -0400 Received: from playground.com (ovpn-112-50.ams2.redhat.com [10.36.112.50]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s5IDgBQE027254 for ; Wed, 18 Jun 2014 09:42:12 -0400 From: Paolo Bonzini Date: Wed, 18 Jun 2014 15:41:57 +0200 Message-Id: <1403098928-30749-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 00/11] Memory API changes for 2014-06-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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