From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz7Da-0001X8-8C for qemu-devel@nongnu.org; Tue, 16 Jul 2013 11:31:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz7DZ-0003ma-3g for qemu-devel@nongnu.org; Tue, 16 Jul 2013 11:31:10 -0400 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:65025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz7DY-0003mL-UB for qemu-devel@nongnu.org; Tue, 16 Jul 2013 11:31:09 -0400 Received: by mail-ee0-f53.google.com with SMTP id c41so461594eek.40 for ; Tue, 16 Jul 2013 08:31:08 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 16 Jul 2013 17:30:59 +0200 Message-Id: <1373988662-19211-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH for-1.6 0/3] Memory API fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, stefanha@redhat.com, jan.kiszka@siemens.com Three fixes from Peter, Jan and me. I'm still recovering from the email backlog, hence I don't trust myself sending a pull request... In any case, they are available also from git://github.com/bonzini/qemu.git iommu-from-anthony Paolo Jan Kiszka (1): memory: Return -1 again on reads from unsigned regions Paolo Bonzini (1): memory: actually set the owner Peter Maydell (1): exec.c: Pass correct pointer type to qemu_ram_ptr_length exec.c | 2 +- memory.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) -- 1.8.1.4