From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org, Anthony Liguori <anthony@codemonkey.ws>,
gleb@redhat.com, Jason Wang <jasowang@redhat.com>,
Alex Williamson <alex.williamson@redhat.com>,
Jes Sorensen <Jes.Sorensen@redhat.com>,
Amit Shah <amit.shah@redhat.com>,
Christoph Hellwig <hch@infradead.org>,
armbru@redhat.com, kwolf@redhat.com
Subject: [Qemu-devel] [PATCH 0/3] virtio and vhost error handling
Date: Mon, 28 Mar 2011 23:13:17 +0200 [thread overview]
Message-ID: <cover.1301346785.git.mst@redhat.com> (raw)
This patchset makes virtio and vhost more robust
in face of broken/malicious guests.
Lightly tested.
Pls review.
Michael S. Tsirkin (3):
virtio: don't exit on guest errors
vhost: don't exit on memory errors
vhost: roll our own cpu map variant
hw/vhost.c | 74 ++++++++++++++++++++++++++++++++++----------
hw/vhost.h | 1 +
hw/virtio-blk.c | 12 +++++--
hw/virtio-serial-bus.c | 13 +++++--
hw/virtio.c | 79 +++++++++++++++++++++++++++++++-----------------
hw/virtio.h | 7 +++-
6 files changed, 131 insertions(+), 55 deletions(-)
--
1.7.3.2.91.g446ac
next reply other threads:[~2011-03-28 21:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-28 21:13 Michael S. Tsirkin [this message]
2011-03-28 21:14 ` [Qemu-devel] [PATCH 1/3] virtio: don't exit on guest errors Michael S. Tsirkin
2011-03-29 10:33 ` Amit Shah
2011-03-28 21:14 ` [Qemu-devel] [PATCH 2/3] vhost: don't exit on memory errors Michael S. Tsirkin
2011-03-28 21:14 ` [Qemu-devel] [PATCH 3/3] vhost: roll our own cpu map variant Michael S. Tsirkin
2011-03-29 10:53 ` Stefan Hajnoczi
2011-03-30 16:09 ` Michael S. Tsirkin
2011-03-30 16:26 ` Stefan Hajnoczi
2011-03-30 16:59 ` Michael S. Tsirkin
2011-03-30 17:59 ` Stefan Hajnoczi
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=cover.1301346785.git.mst@redhat.com \
--to=mst@redhat.com \
--cc=Jes.Sorensen@redhat.com \
--cc=alex.williamson@redhat.com \
--cc=amit.shah@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=armbru@redhat.com \
--cc=gleb@redhat.com \
--cc=hch@infradead.org \
--cc=jasowang@redhat.com \
--cc=kwolf@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.