summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen2022-06-221-0/+8
* aspeed/i2c: Add ast1030 controller modelsCédric Le Goater2022-06-221-0/+1
* aspeed: i2c: Move regs and helpers to header fileJoe Komlodi2022-06-221-0/+267
* aspeed: i2c: Add new mode supportJoe Komlodi2022-06-221-1/+3
* aspeed: i2c: Use reg array instead of individual varsJoe Komlodi2022-06-221-9/+2Star
* hw/registerfields: Add shared fields macrosJoe Komlodi2022-06-221-0/+70
* host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-201-0/+1
* host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-202-0/+40
* crypto: Introduce RSA algorithmzhenwei pi2022-06-162-19/+69
* virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan2022-06-161-1/+1
* virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan2022-06-161-0/+2
* pci-bridge/cxl_upstream: Add a CXL switch upstream portJonathan Cameron2022-06-161-0/+5
* 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