summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-06-163-0/+64
|\
| * qmp: add filtering of statistics by namePaolo Bonzini2022-06-141-1/+1
| * qmp: add filtering of statistics by providerPaolo Bonzini2022-06-141-1/+3
| * hmp: add basic "info stats" implementationMark Kanda2022-06-141-0/+1
| * cutils: add functions for IEC and SI prefixesPaolo Bonzini2022-06-141-0/+18
| * qmp: add filtering of statistics by target vCPUPaolo Bonzini2022-06-141-1/+10
| * qmp: Support for querying statsMark Kanda2022-06-141-0/+34
* | vfio-user: handle device interruptsJagannathan Raman2022-06-154-0/+21
* | vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-151-0/+3
* | vfio-user: IOMMU support for remote deviceJagannathan Raman2022-06-151-0/+40
* | vfio-user: define vfio-user-server objectJagannathan Raman2022-06-151-0/+2
* | remote/machine: add vfio-user propertyJagannathan Raman2022-06-151-0/+2
* | qdev: unplug blocker for devicesJagannathan Raman2022-06-151-0/+29
* | virtio-gpu: Respect UI refresh rate for EDIDAkihiko Odaki2022-06-141-0/+1
* | ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki2022-06-142-2/+2
* | ui/console: Do not return a value with ui_infoAkihiko Odaki2022-06-141-1/+1
|/
* accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow2022-06-111-1/+0Star
* accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow2022-06-111-2/+0Star
* hw/i386/pc: Remove orphan declarationsBernhard Beschow2022-06-111-3/+0Star
* hw/i386/pc: Unexport functions used only internallyBernhard Beschow2022-06-111-3/+0Star
* hw/i386/pc: Unexport PC_CPU_MODEL_IDS macroBernhard Beschow2022-06-111-8/+0Star
* hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow2022-06-111-1/+1
* hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow2022-06-111-2/+0Star
* hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow2022-06-111-1/+1
* hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow2022-06-111-2/+0Star
* hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow2022-06-111-1/+1
* hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow2022-06-111-1/+1
* hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow2022-06-112-2/+4
* hw/acpi/piix4: remove unused piix4_pm_initfn() functionMark Cave-Ayland2022-06-111-4/+0Star
* hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland2022-06-111-1/+1
* hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland2022-06-111-2/+1Star
* hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland2022-06-111-3/+3
* hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland2022-06-111-3/+4
* hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland2022-06-112-2/+75
* hw/acpi/piix4: change smm_enabled from int to boolMark Cave-Ayland2022-06-111-1/+1
* hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMAPeter Maydell2022-06-111-2/+1Star
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-1110-43/+85
|\
| * 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-102-1/+2
| * pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.Jonathan Cameron2022-06-102-0/+13
| * hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron2022-06-102-2/+1Star
| * hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron2022-06-101-2/+3
| * hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-103-5/+24
| * acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-101-9/+0Star
| * acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-101-14/+0Star
| * q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov2022-06-101-1/+0Star
| * acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov2022-06-101-7/+2Star
| * ipmi: acpi: use relative path to resource sourceIgor Mammedov2022-06-101-1/+1
| * isa-bus: drop no longer used ISADeviceClass::build_amlIgor Mammedov2022-06-101-1/+0Star
| * acpi: add interface to build device specific AMLIgor Mammedov2022-06-101-0/+40