qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Fix memory_region_destroy() in a transaction


From: Avi Kivity
Subject: [Qemu-devel] [PATCH 0/2] Fix memory_region_destroy() in a transaction
Date: Wed, 17 Oct 2012 17:17:43 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]