qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 5ced93: hmp: fix virtio commands for 32 bit h


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 5ced93: hmp: fix virtio commands for 32 bit hosts
Date: Sat, 05 Feb 2022 10:44:17 -0800

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 5ced93aa1e788b787c06ea6de682438f292c34b8
      
https://github.com/qemu/qemu/commit/5ced93aa1e788b787c06ea6de682438f292c34b8
  Author: Michael S. Tsirkin <mst@redhat.com>
  Date:   2022-02-05 (Sat, 05 Feb 2022)

  Changed paths:
    M monitor/hmp-cmds.c

  Log Message:
  -----------
  hmp: fix virtio commands for 32 bit hosts

Lots of %l* -> PRI*64.

Fixes: ecc2addcc7 ("hmp: add virtio commands")
Cc: "Laurent Vivier" <lvivier@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>


  Commit: f2d18a82af539a5546ef999f4bf3ce7df225f18e
      
https://github.com/qemu/qemu/commit/f2d18a82af539a5546ef999f4bf3ce7df225f18e
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-02-05 (Sat, 05 Feb 2022)

  Changed paths:
    M configure
    M hmp-commands-info.hx
    M hw/9pfs/virtio-9p-device.c
    M hw/acpi/Kconfig
    M hw/acpi/aml-build.c
    A hw/acpi/erst.c
    M hw/acpi/meson.build
    M hw/acpi/trace-events
    M hw/block/vhost-user-blk.c
    M hw/block/virtio-blk.c
    M hw/char/virtio-serial-bus.c
    M hw/display/vhost-user-gpu.c
    M hw/display/virtio-gpu-base.c
    M hw/i386/acpi-build.c
    M hw/i386/acpi-microvm.c
    M hw/i386/pc_piix.c
    M hw/input/vhost-user-input.c
    M hw/input/virtio-input.c
    M hw/net/virtio-net.c
    M hw/scsi/vhost-scsi.c
    M hw/scsi/virtio-scsi.c
    M hw/virtio/meson.build
    M hw/virtio/vhost-user-fs.c
    M hw/virtio/vhost-user-i2c.c
    M hw/virtio/vhost-user-rng.c
    M hw/virtio/vhost-user-vsock.c
    M hw/virtio/vhost-vsock-common.c
    M hw/virtio/vhost-vsock.c
    M hw/virtio/vhost.c
    M hw/virtio/virtio-balloon.c
    M hw/virtio/virtio-crypto.c
    M hw/virtio/virtio-iommu.c
    M hw/virtio/virtio-mem.c
    M hw/virtio/virtio-pmem.c
    M hw/virtio/virtio-rng.c
    A hw/virtio/virtio-stub.c
    M hw/virtio/virtio.c
    A include/hw/acpi/erst.h
    M include/hw/pci/pci.h
    M include/hw/virtio/vhost-vsock-common.h
    M include/hw/virtio/vhost.h
    M include/hw/virtio/virtio-gpu.h
    M include/hw/virtio/virtio.h
    M include/monitor/hmp.h
    M monitor/hmp-cmds.c
    M qapi/meson.build
    M qapi/qapi-schema.json
    A qapi/virtio.json
    M subprojects/libvhost-user/libvhost-user.c
    M subprojects/libvhost-user/libvhost-user.h
    M tcg/i386/tcg-target.c.inc
    A tests/data/acpi/microvm/ERST.pcie
    A tests/data/acpi/pc/DSDT.acpierst
    A tests/data/acpi/pc/ERST.acpierst
    M tests/data/acpi/pc/SSDT.dimmpxm
    A tests/data/acpi/q35/DSDT.acpierst
    A tests/data/acpi/q35/ERST.acpierst
    M tests/data/acpi/q35/FACP.slic
    M tests/data/acpi/q35/SSDT.dimmpxm
    M tests/data/acpi/virt/SSDT.memhp
    M tests/qtest/bios-tables-test.c
    M tests/qtest/cdrom-test.c
    A tests/qtest/erst-test.c
    M tests/qtest/meson.build
    M tests/qtest/qmp-cmd-test.c
    M util/bufferiszero.c
    M util/oslib-posix.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging

virtio,pc: features, cleanups, fixes

virtio introspection commands
Part of ACPI ERST support
fixes, cleanups

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

# gpg: Signature made Sat 05 Feb 2022 17:42:22 GMT
# gpg:                using RSA key 5D09FD0871C8F85B94CA8A0D281F0DB8D28D5469
# gpg:                issuer "mst@redhat.com"
# gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>" [full]
# gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>" [full]
# Primary key fingerprint: 0270 606B 6F3C DF3D 0B17  0970 C350 3912 AFBE 8E67
#      Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA  8A0D 281F 0DB8 D28D 5469

* remotes/mst/tags/for_upstream: (33 commits)
  hmp: fix virtio commands for 32 bit hosts
  util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()
  ACPI ERST: step 6 of bios-tables-test.c
  ACPI ERST: bios-tables-test testcase
  ACPI ERST: qtest for ERST
  ACPI ERST: create ACPI ERST table for pc/x86 machines
  ACPI ERST: build the ACPI ERST table
  ACPI ERST: support for ACPI ERST feature
  ACPI ERST: header file for ERST
  ACPI ERST: PCI device_id for ERST
  ACPI ERST: bios-tables-test.c steps 1 and 2
  hmp: add virtio commands
  qmp: add QMP command x-query-virtio-queue-element
  qmp: add QMP commands for virtio/vhost queue-status
  qmp: decode feature & status bits in virtio-status
  qmp: add QMP command x-query-virtio-status
  qmp: add QMP command x-query-virtio
  virtio: add vhost support for virtio devices
  virtio: drop name parameter for virtio_init()
  libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with 
hugetlb
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/ee049bcde923...f2d18a82af53



reply via email to

[Prev in Thread] Current Thread [Next in Thread]