qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PULL 00/51] virtio,pc,pci: features, cleanups, fixes
Date: Thu, 5 Jan 2023 11:31:56 -0500	[thread overview]
Message-ID: <20230105113111-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20230105045619-mutt-send-email-mst@kernel.org>

On Thu, Jan 05, 2023 at 04:56:39AM -0500, Michael S. Tsirkin wrote:
> On Thu, Jan 05, 2023 at 04:14:20AM -0500, Michael S. Tsirkin wrote:
> > The following changes since commit cb9c6a8e5ad6a1f0ce164d352e3102df46986e22:
> > 
> >   .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs (2023-01-04 18:58:33 +0000)
> > 
> > are available in the Git repository at:
> > 
> >   https://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
> > 
> > for you to fetch changes up to 6529cb46fa76bb4b4f217d6fcc68b61b543062c4:
> 
> 7c77271205339d3b161bdf925f5ead799b582e47 now - I dropped one patch
> as v2 is forthcoming.

And now it's c46dcec9f699508e811cb6a140250d07486b0e41 as I replaced that
patch with it's v2. Sorry about the back and forth, but it seemed
important :(

> 
> >   vhost-scsi: fix memleak of vsc->inflight (2023-01-05 04:07:39 -0500)
> > 
> > ----------------------------------------------------------------
> > virtio,pc,pci: features, cleanups, fixes
> > 
> > mostly vhost-vdpa:
> >     guest announce feature emulation when using shadow virtqueue
> >     support for configure interrupt
> >     startup speed ups
> > 
> > an acpi change to only generate cluster node in PPTT when specified for arm
> > 
> > misc fixes, cleanups
> > 
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> > 
> > ----------------------------------------------------------------
> > 
> > Note: linux-user build is failing for me on master, I just
> > disabled it for now as nothing I'm doing should affect linux-user.
> > Didn't debug yet.
> > 
> > 
> > Bernhard Beschow (7):
> >       hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9
> >       hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9
> >       hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines
> >       hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4
> >       hw/isa/Kconfig: Add missing dependency to VT82C686
> >       i386, mips: Resolve redundant ACPI and APM dependencies
> >       hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2
> > 
> > Cindy Lu (10):
> >       virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
> >       virtio-pci: decouple notifier from interrupt process
> >       virtio-pci: decouple the single vector from the interrupt process
> >       vhost: introduce new VhostOps vhost_set_config_call
> >       vhost-vdpa: add support for config interrupt
> >       virtio: add support for configure interrupt
> >       vhost: add support for configure interrupt
> >       virtio-net: add support for configure interrupt
> >       virtio-mmio: add support for configure interrupt
> >       virtio-pci: add support for configure interrupt
> > 
> > Dongli Zhang (1):
> >       vhost-scsi: fix memleak of vsc->inflight
> > 
> > Eugenio Pérez (4):
> >       virtio_net: Modify virtio_net_get_config to early return
> >       virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it
> >       vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
> >       vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa
> > 
> > Hyman Huang (3):
> >       vhost-user: Refactor vhost acked features saving
> >       vhost-user: Refactor the chr_closed_bh
> >       vhost-user: Fix the virtio features negotiation flaw
> > 
> > Laszlo Ersek (1):
> >       acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
> > 
> > Longpeng (Mike) (5):
> >       vdpa-dev: get iova range explicitly
> >       vdpa: harden the error path if get_iova_range failed
> >       vhost: simplify vhost_dev_enable_notifiers
> >       vhost: configure all host notifiers in a single MR transaction
> >       vdpa: commit all host notifier MRs in a single MR transaction
> > 
> > Markus Armbruster (11):
> >       include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
> >       include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to use
> >       include/hw/cxl: Include hw/cxl/*.h where needed
> >       include/hw/pci: Clean up a few things checkpatch.pl would flag
> >       include/hw/pci: Split pci_device.h off pci.h
> >       include/hw/pci: Include hw/pci/pci.h where needed
> >       include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_h
> >       include/hw/virtio: Break inclusion loop
> >       include: Include headers where needed
> >       include: Don't include qemu/osdep.h
> >       docs/devel: Rules on #include in headers
> > 
> > Philippe Mathieu-Daudé (2):
> >       hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()
> >       hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
> > 
> > Yicong Yang (6):
> >       tests: virt: Allow changes to PPTT test table
> >       hw/acpi/aml-build: Only generate cluster node in PPTT when specified
> >       tests: virt: Update expected ACPI tables for virt test
> >       tests: acpi: Add and whitelist *.topology blobs
> >       tests: acpi: aarch64: Add topology test for aarch64
> >       tests: acpi: aarch64: Add *.topology tables
> > 
> > leixiang (1):
> >       virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiers
> > 
> >  configs/devices/mips-softmmu/common.mak     |   3 -
> >  bsd-user/qemu.h                             |   1 -
> >  crypto/block-luks-priv.h                    |   1 -
> >  hw/alpha/alpha_sys.h                        |   1 -
> >  hw/display/ati_int.h                        |   2 +-
> >  hw/display/qxl.h                            |   3 +-
> >  hw/ide/ahci_internal.h                      |   2 +-
> >  hw/net/vmxnet3_defs.h                       |   2 +-
> >  hw/nvme/nvme.h                              |   2 +-
> >  hw/rdma/rdma_utils.h                        |   1 -
> >  hw/rdma/vmw/pvrdma.h                        |   2 +-
> >  hw/scsi/mptsas.h                            |   2 +-
> >  hw/usb/hcd-ehci.h                           |   3 +-
> >  hw/usb/hcd-uhci.h                           |   2 +-
> >  hw/usb/hcd-xhci-pci.h                       |   1 +
> >  hw/vfio/pci.h                               |   2 +-
> >  hw/virtio/virtio-qmp.h                      |  10 +
> >  hw/xen/xen_pt.h                             |   1 -
> >  include/exec/plugin-gen.h                   |   1 +
> >  include/hw/acpi/erst.h                      |   3 +
> >  include/hw/acpi/piix4.h                     |   2 +-
> >  include/hw/arm/allwinner-a10.h              |   1 +
> >  include/hw/boards.h                         |   3 +
> >  include/hw/char/cmsdk-apb-uart.h            |   1 +
> >  include/hw/char/goldfish_tty.h              |   1 +
> >  include/hw/char/xilinx_uartlite.h           |   1 +
> >  include/hw/cris/etraxfs.h                   |   1 +
> >  include/hw/cxl/cxl.h                        |   5 +-
> >  include/hw/cxl/cxl_cdat.h                   |   1 +
> >  include/hw/cxl/cxl_component.h              |   1 +
> >  include/hw/cxl/cxl_device.h                 |   2 +
> >  include/hw/cxl/cxl_host.h                   |   1 -
> >  include/hw/cxl/cxl_pci.h                    |   3 -
> >  include/hw/display/macfb.h                  |   3 +-
> >  include/hw/dma/sifive_pdma.h                |   2 +
> >  include/hw/i386/ich9.h                      |   4 -
> >  include/hw/i386/ioapic_internal.h           |   1 +
> >  include/hw/i386/sgx-epc.h                   |   1 +
> >  include/hw/i386/x86-iommu.h                 |   1 -
> >  include/hw/ide/pci.h                        |   2 +-
> >  include/hw/input/pl050.h                    |   1 -
> >  include/hw/intc/goldfish_pic.h              |   2 +
> >  include/hw/intc/loongarch_pch_msi.h         |   2 +
> >  include/hw/intc/loongarch_pch_pic.h         |   2 +
> >  include/hw/intc/nios2_vic.h                 |   2 +
> >  include/hw/isa/vt82c686.h                   |   1 -
> >  include/hw/misc/macio/macio.h               |   2 +-
> >  include/hw/misc/mchp_pfsoc_dmc.h            |   2 +
> >  include/hw/misc/mchp_pfsoc_ioscb.h          |   2 +
> >  include/hw/misc/mchp_pfsoc_sysreg.h         |   2 +
> >  include/hw/misc/pvpanic.h                   |   1 +
> >  include/hw/misc/sifive_e_prci.h             |   3 +-
> >  include/hw/misc/sifive_u_otp.h              |   3 +-
> >  include/hw/misc/sifive_u_prci.h             |   3 +-
> >  include/hw/misc/virt_ctrl.h                 |   2 +
> >  include/hw/misc/xlnx-versal-pmc-iou-slcr.h  |   1 +
> >  include/hw/net/lasi_82596.h                 |   2 +-
> >  include/hw/net/xlnx-zynqmp-can.h            |   1 +
> >  include/hw/pci-host/designware.h            |   3 -
> >  include/hw/pci-host/gpex.h                  |   2 +-
> >  include/hw/pci-host/i440fx.h                |   2 +-
> >  include/hw/pci-host/ls7a.h                  |   2 -
> >  include/hw/pci-host/pnv_phb3.h              |   2 -
> >  include/hw/pci-host/pnv_phb4.h              |   3 +-
> >  include/hw/pci-host/q35.h                   |   2 +-
> >  include/hw/pci-host/sabre.h                 |   2 +-
> >  include/hw/pci-host/xilinx-pcie.h           |   1 -
> >  include/hw/pci/msi.h                        |   2 +-
> >  include/hw/pci/pci.h                        | 341 ---------------------------
> >  include/hw/pci/pci_bridge.h                 |   3 +-
> >  include/hw/pci/pci_device.h                 | 350 ++++++++++++++++++++++++++++
> >  include/hw/pci/pcie.h                       |   1 -
> >  include/hw/pci/pcie_port.h                  |   1 +
> >  include/hw/pci/pcie_sriov.h                 |   2 +
> >  include/hw/pci/shpc.h                       |   2 +-
> >  include/hw/ppc/pnv_psi.h                    |   2 +-
> >  include/hw/remote/iohub.h                   |   2 +-
> >  include/hw/remote/proxy.h                   |   2 +-
> >  include/hw/riscv/boot_opensbi.h             |   2 +
> >  include/hw/riscv/microchip_pfsoc.h          |   3 +
> >  include/hw/riscv/numa.h                     |   1 +
> >  include/hw/riscv/sifive_u.h                 |   2 +
> >  include/hw/riscv/spike.h                    |   2 +-
> >  include/hw/riscv/virt.h                     |   2 +-
> >  include/hw/sd/sdhci.h                       |   2 +-
> >  include/hw/southbridge/piix.h               |   3 +-
> >  include/hw/ssi/sifive_spi.h                 |   3 +
> >  include/hw/timer/sse-timer.h                |   1 +
> >  include/hw/tricore/triboard.h               |   1 -
> >  include/hw/usb/hcd-dwc3.h                   |   1 +
> >  include/hw/usb/hcd-musb.h                   |   2 +
> >  include/hw/usb/xlnx-usb-subsystem.h         |   2 +
> >  include/hw/usb/xlnx-versal-usb2-ctrl-regs.h |   3 +
> >  include/hw/virtio/vhost-backend.h           |   3 +
> >  include/hw/virtio/vhost-vdpa.h              |   2 +
> >  include/hw/virtio/vhost.h                   |   4 +
> >  include/hw/virtio/virtio-mmio.h             |   2 +-
> >  include/hw/virtio/virtio-pci.h              |   4 +-
> >  include/hw/virtio/virtio-scsi.h             |   1 -
> >  include/hw/virtio/virtio.h                  |   8 +-
> >  include/hw/xen/xen_common.h                 |   2 +-
> >  include/net/vhost-user.h                    |   1 +
> >  include/net/vhost_net.h                     |   4 +
> >  include/qemu/plugin-memory.h                |   3 +
> >  include/qemu/userfaultfd.h                  |   1 -
> >  include/sysemu/dirtyrate.h                  |   2 +
> >  include/sysemu/dump.h                       |   1 +
> >  include/user/syscall-trace.h                |   1 +
> >  net/vmnet_int.h                             |   1 -
> >  qga/cutils.h                                |   1 -
> >  target/hexagon/hex_arch_types.h             |   1 -
> >  target/hexagon/mmvec/macros.h               |   1 -
> >  target/riscv/pmu.h                          |   1 -
> >  hw/acpi/aml-build.c                         |   2 +-
> >  hw/acpi/cpu_hotplug.c                       |   3 +
> >  hw/acpi/erst.c                              |   2 +-
> >  hw/alpha/pci.c                              |   1 +
> >  hw/alpha/typhoon.c                          |   2 +-
> >  hw/audio/ac97.c                             |   2 +-
> >  hw/audio/es1370.c                           |   2 +-
> >  hw/audio/via-ac97.c                         |   2 +-
> >  hw/char/serial-pci-multi.c                  |   2 +-
> >  hw/char/serial-pci.c                        |   2 +-
> >  hw/core/machine-smp.c                       |   2 +
> >  hw/core/qdev-properties-system.c            |   1 +
> >  hw/display/bochs-display.c                  |   2 +-
> >  hw/display/cirrus_vga.c                     |   2 +-
> >  hw/display/sm501.c                          |   2 +-
> >  hw/display/vga-pci.c                        |   2 +-
> >  hw/display/vhost-user-gpu.c                 |  18 ++
> >  hw/display/vmware_vga.c                     |   2 +-
> >  hw/i386/acpi-build.c                        |   2 +-
> >  hw/i386/xen/xen_pvdevice.c                  |   2 +-
> >  hw/ipack/tpci200.c                          |   2 +-
> >  hw/ipmi/pci_ipmi_bt.c                       |   2 +-
> >  hw/ipmi/pci_ipmi_kcs.c                      |   2 +-
> >  hw/isa/i82378.c                             |   2 +-
> >  hw/mips/gt64xxx_pci.c                       |   2 +-
> >  hw/misc/pci-testdev.c                       |   2 +-
> >  hw/misc/pvpanic-pci.c                       |   2 +-
> >  hw/net/can/can_kvaser_pci.c                 |   2 +-
> >  hw/net/can/can_mioe3680_pci.c               |   2 +-
> >  hw/net/can/can_pcm3680_pci.c                |   2 +-
> >  hw/net/can/ctucan_pci.c                     |   2 +-
> >  hw/net/e1000.c                              |   2 +-
> >  hw/net/e1000x_common.c                      |   2 +-
> >  hw/net/eepro100.c                           |   2 +-
> >  hw/net/ne2000-pci.c                         |   2 +-
> >  hw/net/net_tx_pkt.c                         |   2 +-
> >  hw/net/pcnet-pci.c                          |   2 +-
> >  hw/net/rocker/rocker.c                      |   2 +-
> >  hw/net/rocker/rocker_desc.c                 |   2 +-
> >  hw/net/rtl8139.c                            |   2 +-
> >  hw/net/sungem.c                             |   2 +-
> >  hw/net/sunhme.c                             |   2 +-
> >  hw/net/tulip.c                              |   2 +-
> >  hw/net/vhost_net-stub.c                     |  14 ++
> >  hw/net/vhost_net.c                          |  18 ++
> >  hw/net/virtio-net.c                         |  60 +++--
> >  hw/pci-bridge/i82801b11.c                   |   2 +-
> >  hw/pci-bridge/pci_expander_bridge.c         |   1 -
> >  hw/pci-host/bonito.c                        |   2 +-
> >  hw/pci-host/dino.c                          |   2 +-
> >  hw/pci-host/grackle.c                       |   2 +-
> >  hw/pci-host/mv64361.c                       |   2 +-
> >  hw/pci-host/ppce500.c                       |   2 +-
> >  hw/pci-host/raven.c                         |   2 +-
> >  hw/pci-host/sh_pci.c                        |   2 +-
> >  hw/pci-host/uninorth.c                      |   2 +-
> >  hw/pci-host/versatile.c                     |   2 +-
> >  hw/pci/pci-hmp-cmds.c                       |   1 +
> >  hw/pci/pcie_host.c                          |   2 +-
> >  hw/pci/pcie_sriov.c                         |   2 +-
> >  hw/pci/slotid_cap.c                         |   2 +-
> >  hw/ppc/ppc440_pcix.c                        |   2 +-
> >  hw/ppc/ppc4xx_pci.c                         |   2 +-
> >  hw/ppc/spapr_pci_vfio.c                     |   1 +
> >  hw/rdma/rdma_utils.c                        |   1 +
> >  hw/s390x/s390-pci-inst.c                    |   1 +
> >  hw/scsi/esp-pci.c                           |   2 +-
> >  hw/scsi/lsi53c895a.c                        |   2 +-
> >  hw/scsi/vhost-scsi-common.c                 |   1 +
> >  hw/scsi/virtio-scsi.c                       |   1 +
> >  hw/smbios/smbios.c                          |   1 +
> >  hw/usb/hcd-ohci-pci.c                       |   2 +-
> >  hw/virtio/vdpa-dev.c                        |   9 +
> >  hw/virtio/vhost-user-fs.c                   |  18 ++
> >  hw/virtio/vhost-user-gpio.c                 |  10 +
> >  hw/virtio/vhost-vdpa.c                      |  40 +++-
> >  hw/virtio/vhost-vsock-common.c              |  18 ++
> >  hw/virtio/vhost.c                           | 122 ++++++++--
> >  hw/virtio/virtio-crypto.c                   |  18 ++
> >  hw/virtio/virtio-mmio.c                     |  27 +++
> >  hw/virtio/virtio-pci.c                      | 305 ++++++++++++++++--------
> >  hw/virtio/virtio-qmp.c                      | 192 ++++++++++++++-
> >  hw/virtio/virtio.c                          | 225 +++---------------
> >  hw/watchdog/wdt_i6300esb.c                  |   2 +-
> >  net/vhost-user.c                            |  27 ++-
> >  net/vhost-vdpa.c                            |  32 +--
> >  qga/cutils.c                                |   3 +-
> >  tests/qtest/bios-tables-test.c              |  19 ++
> >  tests/qtest/fuzz/generic_fuzz.c             |   1 +
> >  ui/util.c                                   |   2 +-
> >  docs/devel/style.rst                        |   7 +
> >  hw/acpi/Kconfig                             |   9 +-
> >  hw/acpi/meson.build                         |   2 +-
> >  hw/i2c/meson.build                          |   2 +-
> >  hw/i386/Kconfig                             |   3 +-
> >  hw/isa/Kconfig                              |   4 +-
> >  hw/ppc/Kconfig                              |   2 -
> >  hw/virtio/trace-events                      |   1 +
> >  qemu-options.hx                             |   3 +
> >  tests/data/acpi/virt/APIC.topology          | Bin 0 -> 732 bytes
> >  tests/data/acpi/virt/DSDT.topology          | Bin 0 -> 5398 bytes
> >  tests/data/acpi/virt/PPTT                   | Bin 96 -> 76 bytes
> >  tests/data/acpi/virt/PPTT.acpihmatvirt      | Bin 196 -> 156 bytes
> >  tests/data/acpi/virt/PPTT.topology          | Bin 0 -> 336 bytes
> >  217 files changed, 1418 insertions(+), 839 deletions(-)
> >  create mode 100644 include/hw/pci/pci_device.h
> >  create mode 100644 tests/data/acpi/virt/APIC.topology
> >  create mode 100644 tests/data/acpi/virt/DSDT.topology
> >  create mode 100644 tests/data/acpi/virt/PPTT.topology
> > 



  reply	other threads:[~2023-01-05 16:33 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-05  9:14 [PULL 00/51] virtio,pc,pci: features, cleanups, fixes Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 01/51] virtio_net: Modify virtio_net_get_config to early return Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 02/51] virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 03/51] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 04/51] vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 05/51] hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9 Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 06/51] hw/acpi/Kconfig: Add missing dependencies " Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 07/51] hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 08/51] hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4 Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 09/51] hw/isa/Kconfig: Add missing dependency to VT82C686 Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 10/51] i386, mips: Resolve redundant ACPI and APM dependencies Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 11/51] hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2 Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 12/51] vhost-user: Refactor vhost acked features saving Michael S. Tsirkin
2023-01-05  9:14 ` [PULL 13/51] vhost-user: Refactor the chr_closed_bh Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 14/51] vhost-user: Fix the virtio features negotiation flaw Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 15/51] virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 16/51] virtio-pci: decouple notifier from interrupt process Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 17/51] virtio-pci: decouple the single vector from the " Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 18/51] vhost: introduce new VhostOps vhost_set_config_call Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 19/51] vhost-vdpa: add support for config interrupt Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 20/51] virtio: add support for configure interrupt Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 21/51] vhost: " Michael S. Tsirkin
2023-01-05  9:21   ` Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 22/51] virtio-net: " Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 23/51] virtio-mmio: " Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 24/51] virtio-pci: " Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 25/51] hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device() Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 26/51] hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 27/51] include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h Michael S. Tsirkin
2023-01-05  9:21   ` Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 29/51] include/hw/cxl: Include hw/cxl/*.h where needed Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 30/51] include/hw/pci: Clean up a few things checkpatch.pl would flag Michael S. Tsirkin
2023-01-05  9:15 ` [PULL 31/51] include/hw/pci: Split pci_device.h off pci.h Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 34/51] include/hw/virtio: Break inclusion loop Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 35/51] include: Include headers where needed Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 36/51] include: Don't include qemu/osdep.h Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 37/51] docs/devel: Rules on #include in headers Michael S. Tsirkin
2023-01-09 12:03   ` Markus Armbruster
2023-01-05  9:16 ` [PULL 38/51] vdpa-dev: get iova range explicitly Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 39/51] vdpa: harden the error path if get_iova_range failed Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 40/51] vhost: simplify vhost_dev_enable_notifiers Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 41/51] vhost: configure all host notifiers in a single MR transaction Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 42/51] vdpa: commit all host notifier MRs " Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 43/51] virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiers Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 44/51] tests: virt: Allow changes to PPTT test table Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 45/51] hw/acpi/aml-build: Only generate cluster node in PPTT when specified Michael S. Tsirkin
2023-05-10 10:13   ` Philippe Mathieu-Daudé
2023-05-13  7:22     ` Yicong Yang via
2023-01-05  9:16 ` [PULL 46/51] tests: virt: Update expected ACPI tables for virt test Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 47/51] tests: acpi: Add and whitelist *.topology blobs Michael S. Tsirkin
2023-01-05  9:16 ` [PULL 48/51] tests: acpi: aarch64: Add topology test for aarch64 Michael S. Tsirkin
2023-01-05  9:17 ` [PULL 49/51] tests: acpi: aarch64: Add *.topology tables Michael S. Tsirkin
2023-01-05  9:17 ` [PULL 50/51] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block Michael S. Tsirkin
2023-01-05  9:56   ` Michael S. Tsirkin
2023-01-05 16:01     ` Laszlo Ersek
2023-01-05 16:29       ` Philippe Mathieu-Daudé
2023-01-05 16:35         ` Michael S. Tsirkin
2023-01-05  9:17 ` [PULL 51/51] vhost-scsi: fix memleak of vsc->inflight Michael S. Tsirkin
2023-01-05  9:21 ` [PULL 28/51] include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to use Michael S. Tsirkin
2023-01-05  9:22 ` [PULL 32/51] include/hw/pci: Include hw/pci/pci.h where needed Michael S. Tsirkin
2023-01-05  9:22 ` [PULL 33/51] include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_h Michael S. Tsirkin
2023-01-05  9:56 ` [PULL 00/51] virtio,pc,pci: features, cleanups, fixes Michael S. Tsirkin
2023-01-05 16:31   ` Michael S. Tsirkin [this message]
2023-01-05 21:04     ` Peter Maydell
2023-01-05 21:50       ` Michael S. Tsirkin
2023-01-05 21:53       ` Michael S. Tsirkin
2023-01-06 15:29         ` Peter Maydell
2023-01-08 13:57           ` Michael S. Tsirkin
2023-01-09 13:43             ` Markus Armbruster
2023-01-10 18:28               ` Markus Armbruster
2023-01-09 15:54             ` Peter Maydell
2023-01-05 16:30 ` [PULL v2 50/51] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block Michael S. Tsirkin

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=20230105113111-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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).