From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 00/12] Misc, mostly meson patches for 2021-06-23
Date: Wed, 23 Jun 2021 14:14:12 +0200 [thread overview]
Message-ID: <20210623121424.1259496-1-pbonzini@redhat.com> (raw)
The following changes since commit b22726abdfa54592d6ad88f65b0297c0e8b363e2:
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging (2021-06-22 16:07:53 +0100)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 0f38448da7ab61a23fc35f57276a7272d6e4d984:
KVM: Fix dirty ring mmap incorrect size due to renaming accident (2021-06-23 12:20:59 +0200)
----------------------------------------------------------------
* Some Meson test conversions
* KVM dirty page ring buffer fix
* KVM TSC scaling support
----------------------------------------------------------------
Paolo Bonzini (11):
target/i386: kvm: add support for TSC scaling
meson: drop unused CONFIG_GCRYPT_HMAC
configure: drop unused variables for xts
meson: remove preadv from summary
tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORT
configure, meson: convert crypto detection to meson
configure, meson: convert libtasn1 detection to meson
configure, meson: convert pam detection to meson
configure, meson: convert libusb detection to meson
configure, meson: convert libcacard detection to meson
configure, meson: convert libusbredir detection to meson
Peter Xu (1):
KVM: Fix dirty ring mmap incorrect size due to renaming accident
accel/kvm/kvm-all.c | 4 +-
authz/meson.build | 2 +-
configure | 326 +++-------------------------------
crypto/meson.build | 41 ++---
hw/usb/meson.build | 6 +-
meson.build | 151 +++++++++++-----
meson_options.txt | 14 ++
target/i386/cpu.c | 2 +-
target/i386/cpu.h | 1 +
target/i386/kvm/kvm.c | 12 +-
tests/unit/crypto-tls-psk-helpers.c | 6 -
tests/unit/crypto-tls-psk-helpers.h | 4 -
tests/unit/crypto-tls-x509-helpers.c | 4 -
tests/unit/crypto-tls-x509-helpers.h | 11 +-
tests/unit/meson.build | 10 +-
tests/unit/pkix_asn1_tab.c | 3 -
tests/unit/test-crypto-tlscredsx509.c | 12 --
tests/unit/test-crypto-tlssession.c | 12 --
tests/unit/test-io-channel-tls.c | 12 --
19 files changed, 177 insertions(+), 456 deletions(-)
--
2.31.1
next reply other threads:[~2021-06-23 12:15 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-23 12:14 Paolo Bonzini [this message]
2021-06-23 12:14 ` [PULL 01/12] target/i386: kvm: add support for TSC scaling Paolo Bonzini
2021-06-23 12:14 ` [PULL 02/12] meson: drop unused CONFIG_GCRYPT_HMAC Paolo Bonzini
2021-06-23 12:14 ` [PULL 03/12] configure: drop unused variables for xts Paolo Bonzini
2021-06-23 12:14 ` [PULL 04/12] meson: remove preadv from summary Paolo Bonzini
2021-06-23 12:14 ` [PULL 05/12] tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORT Paolo Bonzini
2021-06-23 12:14 ` [PULL 06/12] configure, meson: convert crypto detection to meson Paolo Bonzini
2021-06-23 12:14 ` [PULL 07/12] configure, meson: convert libtasn1 " Paolo Bonzini
2021-06-23 12:14 ` [PULL 08/12] configure, meson: convert pam " Paolo Bonzini
2021-06-23 12:14 ` [PULL 09/12] configure, meson: convert libusb " Paolo Bonzini
2021-06-25 2:09 ` 罗勇刚(Yonggang Luo)
2021-06-25 8:50 ` Paolo Bonzini
2021-06-23 12:14 ` [PULL 10/12] configure, meson: convert libcacard " Paolo Bonzini
2021-06-23 12:14 ` [PULL 11/12] configure, meson: convert libusbredir " Paolo Bonzini
2021-06-23 12:14 ` [PULL 12/12] KVM: Fix dirty ring mmap incorrect size due to renaming accident Paolo Bonzini
2021-06-24 19:09 ` [PULL 00/12] Misc, mostly meson patches for 2021-06-23 Peter Maydell
2021-06-24 21:04 ` Paolo Bonzini
2021-06-25 8:09 ` Peter Maydell
2021-06-25 8:48 ` Paolo Bonzini
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=20210623121424.1259496-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).