From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL 0/7] vhost, pc features, fixes
Date: Fri, 16 Oct 2015 11:49:11 +0300 [thread overview]
Message-ID: <1444985258-6605-1-git-send-email-mst@redhat.com> (raw)
The following changes since commit b37686f7e84b22cfaf7fd01ac5133f2617cc3027:
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2015-10-09 12:18:14 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
for you to fetch changes up to 7f31381190755a1aa22c5cd486723b674ab83369:
vhost: fail backend intialization early (2015-10-16 11:44:15 +0300)
----------------------------------------------------------------
vhost, pc features, fixes
New features:
VT-d support for devices behind a bridge
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Igor Mammedov (3):
vhost: add vhost_has_free_slot() interface
pc-dimm: add vhost slots limit check before commiting to hotplug
vhost: fail backend intialization early
Knut Omang (1):
intel_iommu: Add support for translation for devices behind bridges
Marc-André Lureau (1):
tests: re-enable vhost-user-test
Michael S. Tsirkin (2):
exec: factor out duplicate mmap code
net: don't set native endianness
configure | 1 +
include/hw/i386/intel_iommu.h | 16 ++++++-
include/hw/virtio/vhost-backend.h | 2 +
include/hw/virtio/vhost.h | 2 +
include/qemu/mmap-alloc.h | 10 +++++
exec.c | 47 +++++----------------
hw/i386/intel_iommu.c | 89 ++++++++++++++++++++++++++++++++-------
hw/mem/pc-dimm.c | 7 +++
hw/pci-host/q35.c | 25 ++---------
hw/virtio/vhost-backend.c | 19 +++++++++
hw/virtio/vhost-user.c | 6 +++
hw/virtio/vhost.c | 27 ++++++++++++
net/net.c | 8 ++++
stubs/vhost.c | 6 +++
util/mmap-alloc.c | 71 +++++++++++++++++++++++++++++++
util/oslib-posix.c | 28 ++----------
stubs/Makefile.objs | 1 +
tests/Makefile | 4 +-
util/Makefile.objs | 1 +
19 files changed, 266 insertions(+), 104 deletions(-)
create mode 100644 include/qemu/mmap-alloc.h
create mode 100644 stubs/vhost.c
create mode 100644 util/mmap-alloc.c
next reply other threads:[~2015-10-16 8:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-16 8:49 Michael S. Tsirkin [this message]
2015-10-16 8:49 ` [Qemu-devel] [PULL 1/7] intel_iommu: Add support for translation for devices behind bridges Michael S. Tsirkin
2015-10-16 8:49 ` [Qemu-devel] [PULL 2/7] exec: factor out duplicate mmap code Michael S. Tsirkin
2015-10-25 15:04 ` Paolo Bonzini
2015-10-16 8:49 ` [Qemu-devel] [PULL 3/7] net: don't set native endianness Michael S. Tsirkin
2015-10-16 8:49 ` [Qemu-devel] [PULL 4/7] tests: re-enable vhost-user-test Michael S. Tsirkin
2015-10-16 8:49 ` [Qemu-devel] [PULL 5/7] vhost: add vhost_has_free_slot() interface Michael S. Tsirkin
2015-10-16 8:49 ` [Qemu-devel] [PULL 6/7] pc-dimm: add vhost slots limit check before commiting to hotplug Michael S. Tsirkin
2015-10-16 8:49 ` [Qemu-devel] [PULL 7/7] vhost: fail backend intialization early Michael S. Tsirkin
2015-10-16 18:11 ` [Qemu-devel] [PULL 0/7] vhost, pc features, fixes Peter Maydell
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=1444985258-6605-1-git-send-email-mst@redhat.com \
--to=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--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).