summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-1136-339/+530
|\
| * hw/vhost-user-scsi|blk: set `supports_config` flag correctlyChangpeng Liu2022-06-102-1/+1
| * hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu2022-06-101-5/+3Star
| * hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_busMark Cave-Ayland2022-06-101-0/+17
| * hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI tableMark Cave-Ayland2022-06-101-18/+24
| * hw/acpi/viot: move the individual PCI host bridge entry generation to a new f...Mark Cave-Ayland2022-06-101-21/+27
| * hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()Mark Cave-Ayland2022-06-101-2/+2
| * hw/cxl: Fix missing write mask for HDM decoder target list registersJonathan Cameron2022-06-101-2/+11
| * pci: fix overflow in snprintf string formattingClaudio Fontana2022-06-101-9/+9
| * hw/machine: Drop cxl_supported flag as no longer usefulJonathan Cameron2022-06-101-1/+0Star
| * hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron2022-06-103-26/+19Star
| * pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.Jonathan Cameron2022-06-106-13/+62
| * hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron2022-06-103-6/+9
| * hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron2022-06-102-7/+6Star
| * hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-105-32/+73
| * x86: acpi-build: do not include hw/isa/isa.h directlyIgor Mammedov2022-06-101-1/+0Star
| * acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-102-34/+32Star
| * acpi: pc/q35: remove not needed 'if' condition on pci busIgor Mammedov2022-06-101-8/+2Star
| * acpi: pc/q35: tpm-tis: fix TPM device scopeIgor Mammedov2022-06-101-2/+1Star
| * acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-102-37/+42
| * acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-102-22/+29
| * acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov2022-06-102-19/+30
| * acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov2022-06-102-5/+28
| * q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov2022-06-103-3/+1Star
| * acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov2022-06-106-40/+40
| * acpi: ich9-smb: add support for AcpiDevAmlIf interfaceIgor Mammedov2022-06-101-0/+15
| * ipmi: acpi: use relative path to resource sourceIgor Mammedov2022-06-103-9/+9
| * isa-bus: drop no longer used ISADeviceClass::build_amlIgor Mammedov2022-06-101-11/+1Star
| * acpi: pckbd: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_d...Igor Mammedov2022-06-101-5/+9
| * acpi: mc146818rtc: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:b...Igor Mammedov2022-06-101-5/+9
| * acpi: serial-is: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:bui...Igor Mammedov2022-06-101-5/+9
| * acpi: parallel port: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass...Igor Mammedov2022-06-101-5/+9
| * acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build...Igor Mammedov2022-06-102-7/+10
| * acpi: make isa_build_aml() support AcpiDevAmlIf interfaceIgor Mammedov2022-06-101-0/+5
| * acpi: add interface to build device specific AMLIgor Mammedov2022-06-102-1/+9
* | hw/core/loader: return image sizes as ssize_tJamie Iles2022-06-106-48/+52
* | hw/intc: sifive_plic: Avoid overflowing the addr_config bufferAlistair Francis2022-06-101-10/+9Star
* | hw/riscv: virt: Generate fw_cfg DT node correctlyAtish Patra2022-06-101-10/+18
* | Merge tag 'pull-xen-20220609' of https://xenbits.xen.org/git-http/people/aper...Richard Henderson2022-06-093-45/+48
|\ \
| * | include/hw/ide: Unexport pci_piix3_xen_ide_unplug()Bernhard Beschow2022-06-092-47/+47
| * | hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug()Bernhard Beschow2022-06-091-0/+11
| * | hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow2022-06-092-9/+1Star
* | | Merge tag 'pull-target-arm-20220609' of https://git.linaro.org/people/pmaydel...Richard Henderson2022-06-0912-25/+50
|\ \ \ | |/ / |/| |
| * | xlnx-zynqmp: fix the irq mapping for the display port and its dmaFrederic Konrad2022-06-081-2/+2
| * | xlnx_dp: Fix the interrupt disable logicSai Pavan Boddu2022-06-081-1/+1
| * | xlnx_dp: Introduce a vblank signalSai Pavan Boddu2022-06-081-4/+26
| * | xlnx_dp: fix the wrong register sizeFrederic Konrad2022-06-081-7/+10
| * | Fix 'writeable' typosPeter Maydell2022-06-0810-11/+11
| |/
* | Merge tag 'vfio-updates-20220608.0' of https://gitlab.com/alex.williamson/qem...Richard Henderson2022-06-082-2/+10
|\ \ | |/ |/|
| * vfio/common: remove spurious warning on vfio_listener_region_delEric Auger2022-06-082-2/+10