From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHdBj-0001VN-Re for qemu-devel@nongnu.org; Thu, 05 Sep 2013 13:17:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHdBe-0000mk-Fs for qemu-devel@nongnu.org; Thu, 05 Sep 2013 13:17:47 -0400 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:46162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHdBe-0000lD-94 for qemu-devel@nongnu.org; Thu, 05 Sep 2013 13:17:42 -0400 Received: by mail-ea0-f171.google.com with SMTP id n15so1058915ead.16 for ; Thu, 05 Sep 2013 10:17:41 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 5 Sep 2013 19:17:30 +0200 Message-Id: <1378401455-583-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/5] Memory patches for 2013-09-05 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: anthony@codemonkey.ws Anthony, the following changes since commit aaa6a40194e9f204cb853f64ef3c1e170bb014e8: Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging (2013-09-03 12:33:32 -0500) are available in the git repository at: git://github.com/bonzini/qemu.git iommu-for-anthony for you to fetch changes up to 2641689a37144b201814f39046e36eb285498cbe: exec: do tcg_commit only when tcg_enabled (2013-09-05 18:11:52 +0200) Mostly small fixes, all except one queued for stable. Paolo ---------------------------------------------------------------- Hu Tao (1): exec: check offset_within_address_space for register subpage Jan Kiszka (2): memory: Provide separate handling of unassigned io ports accesses Revert "memory: Return -1 again on reads from unsigned regions" Paolo Bonzini (1): exec: fix writing to MMIO area with non-power-of-two length liguang (1): exec: do tcg_commit only when tcg_enabled exec.c | 12 +++++++++--- include/exec/ioport.h | 4 ++++ ioport.c | 16 ++++++++++++++++ memory.c | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) -- 1.8.3.1