From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7lOR-0005l5-H3 for qemu-devel@nongnu.org; Fri, 09 Aug 2013 08:02:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7lOK-0007cm-8n for qemu-devel@nongnu.org; Fri, 09 Aug 2013 08:02:07 -0400 Received: from goliath.siemens.de ([192.35.17.28]:26734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7lOJ-0007bl-W5 for qemu-devel@nongnu.org; Fri, 09 Aug 2013 08:02:00 -0400 From: Jan Kiszka Date: Fri, 9 Aug 2013 14:01:47 +0200 Message-Id: Subject: [Qemu-devel] [PATCH for 1.6 0/2] Fix unassigned memory and I/O access handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , Anthony Liguori Cc: Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Peter Maydell This just binds both patches properly together and fixes up the return value size of unassigned_io_read as suggested. Please merge before the 1.6 release. Jan Kiszka (2): memory: Provide separate handling of unassigned io ports accesses Revert "memory: Return -1 again on reads from unsigned regions" exec.c | 3 ++- include/exec/ioport.h | 2 ++ ioport.c | 16 ++++++++++++++++ memory.c | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) -- 1.7.3.4