aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-06-09hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu
2022-06-09hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_busMark Cave-Ayland
2022-06-09hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI tableMark Cave-Ayland
2022-06-09hw/acpi/viot: move the individual PCI host bridge entry generation to a new f...Mark Cave-Ayland
2022-06-09hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()Mark Cave-Ayland
2022-06-09hw/cxl: Fix missing write mask for HDM decoder target list registersJonathan Cameron
2022-06-09pci: fix overflow in snprintf string formattingClaudio Fontana
2022-06-09hw/machine: Drop cxl_supported flag as no longer usefulJonathan Cameron
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron
2022-06-09pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.Jonathan Cameron
2022-06-09hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron
2022-06-09hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron
2022-06-09x86: acpi-build: do not include hw/isa/isa.h directlyIgor Mammedov
2022-06-09acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov
2022-06-09acpi: pc/q35: remove not needed 'if' condition on pci busIgor Mammedov
2022-06-09acpi: pc/q35: tpm-tis: fix TPM device scopeIgor Mammedov
2022-06-09acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov
2022-06-09acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov
2022-06-09acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov
2022-06-09acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov
2022-06-09q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov
2022-06-09acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov
2022-06-09acpi: ich9-smb: add support for AcpiDevAmlIf interfaceIgor Mammedov
2022-06-09ipmi: acpi: use relative path to resource sourceIgor Mammedov
2022-06-09isa-bus: drop no longer used ISADeviceClass::build_amlIgor Mammedov
2022-06-09acpi: pckbd: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_d...Igor Mammedov
2022-06-09acpi: mc146818rtc: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:b...Igor Mammedov
2022-06-09acpi: serial-is: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:bui...Igor Mammedov
2022-06-09acpi: parallel port: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass...Igor Mammedov
2022-06-09acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build...Igor Mammedov
2022-06-09acpi: make isa_build_aml() support AcpiDevAmlIf interfaceIgor Mammedov
2022-06-09acpi: add interface to build device specific AMLIgor Mammedov
2022-06-10hw/core/loader: return image sizes as ssize_tJamie Iles
2022-06-10hw/intc: sifive_plic: Avoid overflowing the addr_config bufferAlistair Francis
2022-06-10hw/riscv: virt: Generate fw_cfg DT node correctlyAtish Patra
2022-06-09Merge tag 'pull-xen-20220609' of https://xenbits.xen.org/git-http/people/aper...Richard Henderson
2022-06-09include/hw/ide: Unexport pci_piix3_xen_ide_unplug()Bernhard Beschow
2022-06-09hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug()Bernhard Beschow
2022-06-09hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow
2022-06-09Merge tag 'pull-target-arm-20220609' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-06-08Merge tag 'vfio-updates-20220608.0' of https://gitlab.com/alex.williamson/qem...Richard Henderson
2022-06-08xlnx-zynqmp: fix the irq mapping for the display port and its dmaFrederic Konrad
2022-06-08xlnx_dp: Fix the interrupt disable logicSai Pavan Boddu
2022-06-08xlnx_dp: Introduce a vblank signalSai Pavan Boddu
2022-06-08xlnx_dp: fix the wrong register sizeFrederic Konrad
2022-06-08Fix 'writeable' typosPeter Maydell
2022-06-08vfio/common: remove spurious warning on vfio_listener_region_delEric Auger
2022-06-07Merge tag 'pull-tpm-2022-06-07-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson
2022-06-07tpm_crb: mark command buffer as dirty on request completionAnthony PERARD