From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOVNh-0004Dx-0s for qemu-devel@nongnu.org; Wed, 17 Oct 2012 11:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOVNa-0006cs-Fk for qemu-devel@nongnu.org; Wed, 17 Oct 2012 11:18:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOVNa-0006ZJ-86 for qemu-devel@nongnu.org; Wed, 17 Oct 2012 11:17:54 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9HFHnvJ012516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 17 Oct 2012 11:17:50 -0400 From: Avi Kivity Date: Wed, 17 Oct 2012 17:17:43 +0200 Message-Id: <1350487065-32022-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Fix memory_region_destroy() in a transaction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org memory_region_destroy() in a transaction is illegal, for reasons which are best disclosed in the actual patches. This patchset fixes one violation and adds prevention for the next. Avi Kivity (2): i440fx: avoid destroying memory regions within a transaction memory: abort if a memory region is destroyed during a transaction hw/piix_pci.c | 69 ++++++++++++++++++++++++++++++----------------------------- memory.c | 1 + 2 files changed, 36 insertions(+), 34 deletions(-) -- 1.7.12