From: Avi Kivity <avi@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/2] Fix memory_region_destroy() in a transaction
Date: Wed, 17 Oct 2012 17:17:43 +0200 [thread overview]
Message-ID: <1350487065-32022-1-git-send-email-avi@redhat.com> (raw)
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
next reply other threads:[~2012-10-17 15:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-17 15:17 Avi Kivity [this message]
2012-10-17 15:17 ` [Qemu-devel] [PATCH 1/2] i440fx: avoid destroying memory regions within a transaction Avi Kivity
2012-10-17 15:17 ` [Qemu-devel] [PATCH 2/2] memory: abort if a memory region is destroyed during " Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1350487065-32022-1-git-send-email-avi@redhat.com \
--to=avi@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).