aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell106-401/+869
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell6-22/+75
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-08hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang2-1/+3
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-dev: get iova range explicitlyLongpeng2-0/+16
2023-01-08include/hw/virtio: Break inclusion loopMarkus Armbruster2-0/+2
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster71-65/+71
2023-01-08include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to useMarkus Armbruster1-1/+0
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster11-8/+6
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 Lu1-19/+99
2023-01-08virtio-mmio: add support for configure interruptCindy Lu1-0/+27
2023-01-08virtio-net: add support for configure interruptCindy Lu3-2/+20
2023-01-08vhost: add support for configure interruptCindy Lu1-1/+77
2023-01-08virtio: add support for configure interruptCindy Lu1-0/+29
2023-01-08vhost-vdpa: add support for config interruptCindy Lu2-0/+9
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 Lu6-2/+102
2023-01-08vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)3-0/+20
2023-01-08hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2Bernhard Beschow1-2/+0
2023-01-08i386, mips: Resolve redundant ACPI and APM dependenciesBernhard Beschow1-2/+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-08virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has itEugenio Pérez1-0/+2
2023-01-08virtio_net: Modify virtio_net_get_config to early returnEugenio Pérez1-13/+15
2023-01-07Merge tag 'pull-loongarch-20230106' of https://gitlab.com/gaosong/qemu into s...Peter Maydell3-14/+69
2023-01-06Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qem...Peter Maydell10-107/+238
2023-01-06Merge tag 'pull-tcg-20230105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell3-19/+3
2023-01-06hw/intc/loongarch_pch: Change default irq number of pch irq controllerTianrui Zhao2-2/+3
2023-01-06hw/intc/loongarch_pch_pic: add irq number propertyTianrui Zhao2-7/+35
2023-01-06hw/intc/loongarch_pch_msi: add irq number propertyTianrui Zhao2-8/+34
2023-01-06hw/intc: sifive_plic: Fix the pending register range checkBin Meng1-2/+3
2023-01-06hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initializationBin Meng1-2/+0
2023-01-06hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0Bin Meng1-2/+3
2023-01-06hw/riscv: virt: Fix the value of "riscv, ndev" in the dtbBin Meng1-1/+2
2023-01-06hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"Bin Meng1-1/+2
2023-01-06hw/intc: sifive_plic: Update "num-sources" property default valueBin Meng1-1/+7
2023-01-06hw/intc: sifive_plic: Use error_setg() to propagate the error up via errp in ...Bin Meng1-3/+4
2023-01-06hw/intc: sifive_plic: Improve robustness of the PLIC config parserBin Meng1-8/+16
2023-01-06hw/intc: sifive_plic: Drop PLICMode_HBin Meng1-1/+0