From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1GlL-0008VY-0I for qemu-devel@nongnu.org; Mon, 22 Jul 2013 10:06:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1GlG-0001yQ-2L for qemu-devel@nongnu.org; Mon, 22 Jul 2013 10:06:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1GlF-0001yF-NY for qemu-devel@nongnu.org; Mon, 22 Jul 2013 10:06:49 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6ME6n41005065 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 22 Jul 2013 10:06:49 -0400 From: Kevin Wolf Date: Mon, 22 Jul 2013 16:06:38 +0200 Message-Id: <1374502000-25482-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] exec: Fix bounce buffer allocation in address_space_map() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com v2: - l = MIN(l, TARGET_PAGE_SIZE) instead of unconditionally TARGET_PAGE_SIZE Kevin Wolf (2): exec: Fix bounce buffer allocation in address_space_map() ide-test: Check what happens with bus mastering disabled exec.c | 4 +++- tests/ide-test.c | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) -- 1.8.1.4