summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* vhost: setup error eventfd and dump errorsKonstantin Khlebnikov2022-06-281-0/+1
* vhost: add method vhost_set_vring_errKonstantin Khlebnikov2022-06-281-0/+3
* ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland2022-06-261-4/+2Star
* pckbd: add QEMU interface comment for I8042 deviceMark Cave-Ayland2022-06-261-0/+10
* pckbd: add QEMU interface comment for I8042_MMIO deviceMark Cave-Ayland2022-06-261-0/+11
* lasips2: add QEMU interface commentMark Cave-Ayland2022-06-261-0/+14
* lasips2: add base propertyMark Cave-Ayland2022-06-261-0/+1
* lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland2022-06-261-2/+1Star
* lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...Mark Cave-Ayland2022-06-261-1/+2
* lasips2: move lasips2 QOM types from lasips2.c to lasips2.hMark Cave-Ayland2022-06-261-0/+22
* pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDStateMark Cave-Ayland2022-06-261-2/+4
* ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...Mark Cave-Ayland2022-06-261-0/+4
* ps2: make ps2_raise_irq() function staticMark Cave-Ayland2022-06-261-1/+0Star
* pckbd: move mapping of I8042_MMIO registers to MIPS magnum machineMark Cave-Ayland2022-06-261-2/+1Star
* pckbd: alter i8042_mm_init() to return a I8042_MMIO deviceMark Cave-Ayland2022-06-261-3/+3
* pckbd: implement i8042_mmio_realize() functionMark Cave-Ayland2022-06-261-0/+1
* pckbd: add size qdev property to I8042_MMIO deviceMark Cave-Ayland2022-06-261-0/+1
* pckbd: introduce new I8042_MMIO QOM typeMark Cave-Ayland2022-06-261-0/+10
* pckbd: move ISAKBDState from pckbd.c to i8042.hMark Cave-Ayland2022-06-261-0/+10
* 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