summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-06-14virtio-gpu: Respect UI refresh rate for EDIDAkihiko Odaki
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow
2022-06-11accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow
2022-06-11hw/i386/pc: Remove orphan declarationsBernhard Beschow
2022-06-11hw/i386/pc: Unexport functions used only internallyBernhard Beschow
2022-06-11hw/i386/pc: Unexport PC_CPU_MODEL_IDS macroBernhard Beschow
2022-06-11hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow
2022-06-11hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow
2022-06-11hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow
2022-06-11hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow
2022-06-11hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow
2022-06-11hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow
2022-06-11hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow
2022-06-11hw/acpi/piix4: remove unused piix4_pm_initfn() functionMark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland
2022-06-11hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland
2022-06-11hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland
2022-06-11hw/acpi/piix4: change smm_enabled from int to boolMark Cave-Ayland
2022-06-11hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMAPeter Maydell
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
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-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-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-09ipmi: acpi: use relative path to resource sourceIgor Mammedov
2022-06-09isa-bus: drop no longer used ISADeviceClass::build_amlIgor 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-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-08xlnx_dp: Introduce a vblank signalSai Pavan Boddu
2022-06-08xlnx_dp: fix the wrong register sizeFrederic Konrad
2022-06-06hw/loongarch: Add LoongArch ls7a rtc device supportXiaojuan Yang
2022-06-06hw/loongarch: Add some devices support for 3A5000.Xiaojuan Yang
2022-06-06hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)Xiaojuan Yang
2022-06-06hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)Xiaojuan Yang
2022-06-06hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)Xiaojuan Yang
2022-06-06hw/loongarch: Add LoongArch ipi interrupt support(IPI)Xiaojuan Yang
2022-06-06hw/loongarch: Add support loongson3 virt machine type.Xiaojuan Yang
2022-06-06target/loongarch: Add disassemblerSong Gao