qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Fix memory_region_destroy() in a transaction
@ 2012-10-17 15:17 Avi Kivity
  2012-10-17 15:17 ` [Qemu-devel] [PATCH 1/2] i440fx: avoid destroying memory regions within " Avi Kivity
  2012-10-17 15:17 ` [Qemu-devel] [PATCH 2/2] memory: abort if a memory region is destroyed during " Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Avi Kivity @ 2012-10-17 15:17 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-17 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 15:17 [Qemu-devel] [PATCH 0/2] Fix memory_region_destroy() in a transaction Avi Kivity
2012-10-17 15:17 ` [Qemu-devel] [PATCH 1/2] i440fx: avoid destroying memory regions within " Avi Kivity
2012-10-17 15:17 ` [Qemu-devel] [PATCH 2/2] memory: abort if a memory region is destroyed during " Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).