[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/16] Trivial patches for 2024-07-17
From: |
Michael Tokarev |
Subject: |
[PULL 00/16] Trivial patches for 2024-07-17 |
Date: |
Wed, 17 Jul 2024 14:06:24 +0300 |
The following changes since commit e2f346aa98646e84eabe0256f89d08e89b1837cf:
Merge tag 'sdmmc-20240716' of https://github.com/philmd/qemu into staging
(2024-07-17 07:59:31 +1000)
are available in the Git repository at:
https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
for you to fetch changes up to 66a8de9889ceb929e2abe7fb0e424f45210d9dda:
meson: Update meson-buildoptions.sh (2024-07-17 14:04:15 +0300)
----------------------------------------------------------------
trivial patches for 2024-07-17
----------------------------------------------------------------
Michael Tokarev (1):
block/curl: rewrite http header parsing function
Thomas Huth (1):
tests/avocado: Remove the non-working virtio_check_params test
Zhao Liu (13):
accel/kvm/kvm-all: Fix superfluous trailing semicolon
hw/i386/x86: Fix superfluous trailing semicolon
util/oslib-posix: Fix superfluous trailing semicolon
target/hexagon/imported/mmvec: Fix superfluous trailing semicolon
doc/net/l2tpv3: Update boolean fields' description to avoid short-form use
hw/i386/sgx: Get rid of qemu_open_old()
hw/usb/host-libusb: Get rid of qemu_open_old()
hw/usb/u2f-passthru: Get rid of qemu_open_old()
hw/vfio/container: Get rid of qemu_open_old()
backends/hostmem-epc: Get rid of qemu_open_old()
backends/iommufd: Get rid of qemu_open_old()
backends/rng-random: Get rid of qemu_open_old()
meson: Update meson-buildoptions.sh
Zhihai Dong (1):
README.rst: add the missing punctuations
README.rst | 6 +-
accel/kvm/kvm-all.c | 2 +-
backends/hostmem-epc.c | 4 +-
backends/iommufd.c | 3 +-
backends/rng-random.c | 5 +-
block/curl.c | 44 +++++-----
hw/i386/sgx.c | 6 +-
hw/i386/x86.c | 2 +-
hw/usb/host-libusb.c | 3 +-
hw/usb/u2f-passthru.c | 4 +-
hw/vfio/container.c | 6 +-
qemu-options.hx | 10 +--
scripts/meson-buildoptions.sh | 14 ++--
target/hexagon/imported/mmvec/ext.idef | 2 +-
tests/avocado/virtio_check_params.py | 143 ---------------------------------
util/oslib-posix.c | 2 +-
16 files changed, 48 insertions(+), 208 deletions(-)
delete mode 100644 tests/avocado/virtio_check_params.py
- [PULL 00/16] Trivial patches for 2024-07-17,
Michael Tokarev <=
- [PULL 02/16] README.rst: add the missing punctuations, Michael Tokarev, 2024/07/17
- [PULL 01/16] block/curl: rewrite http header parsing function, Michael Tokarev, 2024/07/17
- [PULL 03/16] accel/kvm/kvm-all: Fix superfluous trailing semicolon, Michael Tokarev, 2024/07/17
- [PULL 06/16] target/hexagon/imported/mmvec: Fix superfluous trailing semicolon, Michael Tokarev, 2024/07/17
- [PULL 07/16] doc/net/l2tpv3: Update boolean fields' description to avoid short-form use, Michael Tokarev, 2024/07/17
- [PULL 05/16] util/oslib-posix: Fix superfluous trailing semicolon, Michael Tokarev, 2024/07/17
- [PULL 09/16] hw/i386/sgx: Get rid of qemu_open_old(), Michael Tokarev, 2024/07/17
- [PULL 04/16] hw/i386/x86: Fix superfluous trailing semicolon, Michael Tokarev, 2024/07/17
- [PULL 11/16] hw/usb/u2f-passthru: Get rid of qemu_open_old(), Michael Tokarev, 2024/07/17
- [PULL 08/16] tests/avocado: Remove the non-working virtio_check_params test, Michael Tokarev, 2024/07/17