mbox

[PULL,00/16] Trivial patches for 2024-07-17

Message ID 20240717110640.844335-1-mjt@tls.msk.ru
State New
Headers show

Pull-request

https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

Message

Michael Tokarev July 17, 2024, 11:06 a.m. UTC
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

Comments

Richard Henderson July 18, 2024, 11:22 a.m. UTC | #1
On 7/17/24 21:06, Michael Tokarev wrote:
> The following changes since commit e2f346aa98646e84eabe0256f89d08e89b1837cf:
> 
>    Merge tag 'sdmmc-20240716' ofhttps://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

Applied, thanks.

r~