summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* pckbd: move KBDState from pckbd.c to i8042.hMark Cave-Ayland2022-06-261-0/+25
* ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...Mark Cave-Ayland2022-06-261-0/+2
* ps2: introduce PS2DeviceClassMark Cave-Ayland2022-06-261-1/+5
* ps2: improve function prototypes in ps2.c and ps2.hMark Cave-Ayland2022-06-261-4/+4
* ps2: move QOM type definitions from ps2.c to ps2.hMark Cave-Ayland2022-06-261-1/+57
* aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito2022-06-241-0/+2
* block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy2022-06-242-14/+3Star
* block: get rid of blk->guest_block_sizeStefan Hajnoczi2022-06-241-1/+0Star
* block: drop unused bdrv_co_drain() APIStefan Hajnoczi2022-06-241-1/+0Star
* hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk2022-06-231-0/+17
* hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk2022-06-231-0/+5
* hw/nvme: Add support for Secondary Controller ListLukasz Maniak2022-06-231-0/+20
* hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak2022-06-231-0/+23
* hw/nvme: Add support for SR-IOVLukasz Maniak2022-06-231-0/+1
* io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé2022-06-221-0/+55
* 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