summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé
2022-06-22hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen
2022-06-22aspeed/i2c: Add ast1030 controller modelsCĂ©dric Le Goater
2022-06-22aspeed: i2c: Move regs and helpers to header fileJoe Komlodi
2022-06-22aspeed: i2c: Add new mode supportJoe Komlodi
2022-06-22aspeed: i2c: Use reg array instead of individual varsJoe Komlodi
2022-06-22hw/registerfields: Add shared fields macrosJoe Komlodi
2022-06-20host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)
2022-06-20host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)
2022-06-16crypto: Introduce RSA algorithmzhenwei pi
2022-06-16virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan
2022-06-16virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan
2022-06-16pci-bridge/cxl_upstream: Add a CXL switch upstream portJonathan Cameron
2022-06-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-06-15vfio-user: handle device interruptsJagannathan Raman
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman
2022-06-15vfio-user: IOMMU support for remote deviceJagannathan Raman
2022-06-15vfio-user: define vfio-user-server objectJagannathan Raman
2022-06-15remote/machine: add vfio-user propertyJagannathan Raman
2022-06-15qdev: unplug blocker for devicesJagannathan Raman
2022-06-14qmp: add filtering of statistics by namePaolo Bonzini
2022-06-14qmp: add filtering of statistics by providerPaolo Bonzini
2022-06-14hmp: add basic "info stats" implementationMark Kanda
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini
2022-06-14qmp: add filtering of statistics by target vCPUPaolo Bonzini
2022-06-14qmp: Support for querying statsMark Kanda
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