From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 00/10] Misc patches for 2021-04-30 (incl. NVMM accelerator)
Date: Sat, 1 May 2021 11:30:16 +0200 [thread overview]
Message-ID: <20210501093026.189429-1-pbonzini@redhat.com> (raw)
The following changes since commit b1cffefa1b163bce9aebc3416f562c1d3886eeaa:
Update version for v6.0.0-rc4 release (2021-04-20 16:30:01 +0100)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 29740bdf1418c1193524356389cec825051c7a64:
gitlab-ci: use --meson=internal for CFI jobs (2021-04-30 21:39:59 +0200)
----------------------------------------------------------------
* NetBSD NVMM support
* RateLimit mutex
* Prepare for Meson 0.57 upgrade
----------------------------------------------------------------
Joelle van Dyne (1):
slirp: add configure option to disable smbd
Paolo Bonzini (5):
oslib-win32: do not rely on macro to get redefined function name
ratelimit: protect with a mutex
configure: reindent meson invocation
configure: handle meson options that have changed type
gitlab-ci: use --meson=internal for CFI jobs
Reinoud Zandijk (4):
Add NVMM accelerator: configure and build logic
Add NVMM accelerator: x86 CPU support
Add NVMM accelerator: acceleration enlightenments
Add NVMM Accelerator: add maintainers for NetBSD/NVMM
.gitlab-ci.yml | 10 +-
MAINTAINERS | 11 +
accel/Kconfig | 3 +
block/block-copy.c | 2 +
blockjob.c | 3 +
configure | 119 ++--
include/qemu/ratelimit.h | 14 +
include/sysemu/hw_accel.h | 1 +
include/sysemu/nvmm.h | 26 +
meson.build | 16 +-
meson_options.txt | 2 +
net/slirp.c | 16 +-
qemu-options.hx | 8 +-
target/i386/helper.c | 2 +-
target/i386/meson.build | 1 +
target/i386/nvmm/meson.build | 8 +
target/i386/nvmm/nvmm-accel-ops.c | 111 ++++
target/i386/nvmm/nvmm-accel-ops.h | 24 +
target/i386/nvmm/nvmm-all.c | 1226 +++++++++++++++++++++++++++++++++++++
util/oslib-win32.c | 2 +-
20 files changed, 1545 insertions(+), 60 deletions(-)
create mode 100644 include/sysemu/nvmm.h
create mode 100644 target/i386/nvmm/meson.build
create mode 100644 target/i386/nvmm/nvmm-accel-ops.c
create mode 100644 target/i386/nvmm/nvmm-accel-ops.h
create mode 100644 target/i386/nvmm/nvmm-all.c
--
2.31.1
next reply other threads:[~2021-05-01 9:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-01 9:30 Paolo Bonzini [this message]
2021-05-01 9:30 ` [PULL 01/10] oslib-win32: do not rely on macro to get redefined function name Paolo Bonzini
2021-05-01 9:30 ` [PULL 02/10] Add NVMM accelerator: configure and build logic Paolo Bonzini
2021-05-01 9:30 ` [PULL 03/10] Add NVMM accelerator: x86 CPU support Paolo Bonzini
2021-05-01 9:30 ` [PULL 04/10] Add NVMM accelerator: acceleration enlightenments Paolo Bonzini
2021-05-01 9:30 ` [PULL 05/10] Add NVMM Accelerator: add maintainers for NetBSD/NVMM Paolo Bonzini
2021-05-01 9:30 ` [PULL 06/10] ratelimit: protect with a mutex Paolo Bonzini
2021-05-01 9:30 ` [PULL 07/10] slirp: add configure option to disable smbd Paolo Bonzini
2021-05-01 9:30 ` [PULL 08/10] configure: reindent meson invocation Paolo Bonzini
2021-05-01 9:30 ` [PULL 09/10] configure: handle meson options that have changed type Paolo Bonzini
2021-05-01 9:30 ` [PULL 10/10] gitlab-ci: use --meson=internal for CFI jobs Paolo Bonzini
2021-05-01 14:14 ` [PULL 00/10] Misc patches for 2021-04-30 (incl. NVMM accelerator) 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=20210501093026.189429-1-pbonzini@redhat.com \
--to=pbonzini@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).