aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell205-821/+1410
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell28-269/+272
2023-01-08Merge tag 'pull-tcg-20230106' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell4-663/+665
2023-01-08vhost-scsi: fix memleak of vsc->inflightDongli Zhang1-0/+1
2023-01-08acpi: cpuhp: fix guest-visible maximum access size to the legacy reg blockLaszlo Ersek1-0/+3
2023-01-08tests: acpi: aarch64: Add *.topology tablesYicong Yang4-3/+0
2023-01-08tests: acpi: aarch64: Add topology test for aarch64Yicong Yang1-0/+19
2023-01-08tests: acpi: Add and whitelist *.topology blobsYicong Yang4-0/+3
2023-01-08tests: virt: Update expected ACPI tables for virt testYicong Yang3-2/+0
2023-01-08hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang4-1/+9
2023-01-08tests: virt: Allow changes to PPTT test tableYicong Yang1-0/+2
2023-01-08virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiersleixiang1-0/+2
2023-01-08vdpa: commit all host notifier MRs in a single MR transactionLongpeng1-6/+19
2023-01-08vhost: configure all host notifiers in a single MR transactionLongpeng1-0/+24
2023-01-08vhost: simplify vhost_dev_enable_notifiersLongpeng1-16/+4
2023-01-08vdpa: harden the error path if get_iova_range failedLongpeng1-1/+7
2023-01-08vdpa-dev: get iova range explicitlyLongpeng4-8/+18
2023-01-08docs/devel: Rules on #include in headersMarkus Armbruster1-0/+7
2023-01-08include: Include headers where neededMarkus Armbruster43-9/+71
2023-01-08include/hw/virtio: Break inclusion loopMarkus Armbruster3-1/+2
2023-01-08include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_hMarkus Armbruster1-1/+0
2023-01-08include/hw/pci: Include hw/pci/pci.h where neededMarkus Armbruster1-0/+2
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster93-427/+441
2023-01-08include/hw/pci: Clean up a few things checkpatch.pl would flagMarkus Armbruster1-7/+10
2023-01-08include/hw/cxl: Include hw/cxl/*.h where neededMarkus Armbruster2-0/+2
2023-01-08include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to useMarkus Armbruster3-3/+3
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster26-30/+10
2023-01-08hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.cPhilippe Mathieu-Daudé3-191/+201
2023-01-08hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()Philippe Mathieu-Daudé1-5/+5
2023-01-08virtio-pci: add support for configure interruptCindy Lu2-20/+102
2023-01-08virtio-mmio: add support for configure interruptCindy Lu1-0/+27
2023-01-08virtio-net: add support for configure interruptCindy Lu4-2/+22
2023-01-08vhost: add support for configure interruptCindy Lu2-1/+81
2023-01-08virtio: add support for configure interruptCindy Lu2-0/+33
2023-01-08vhost-vdpa: add support for config interruptCindy Lu2-0/+9
2023-01-08vhost: introduce new VhostOps vhost_set_config_callCindy Lu1-0/+3
2023-01-08virtio-pci: decouple the single vector from the interrupt processCindy Lu1-58/+73
2023-01-08virtio-pci: decouple notifier from interrupt processCindy Lu1-31/+57
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu7-2/+105
2023-01-08vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)4-0/+22
2023-01-08vhost-user: Refactor the chr_closed_bhHyman Huang(黄勇)1-5/+1
2023-01-08vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)2-6/+16
2023-01-08hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2Bernhard Beschow1-2/+0
2023-01-08i386, mips: Resolve redundant ACPI and APM dependenciesBernhard Beschow2-5/+0
2023-01-08hw/isa/Kconfig: Add missing dependency to VT82C686Bernhard Beschow1-0/+1
2023-01-08hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4Bernhard Beschow1-1/+3
2023-01-08hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machinesBernhard Beschow2-1/+1
2023-01-08hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9Bernhard Beschow2-1/+2
2023-01-08hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9Bernhard Beschow4-4/+4
2023-01-08vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpaEugenio Pérez1-1/+0