aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland1-4/+2
2022-06-26pckbd: add QEMU interface comment for I8042 deviceMark Cave-Ayland1-0/+10
2022-06-26pckbd: add QEMU interface comment for I8042_MMIO deviceMark Cave-Ayland1-0/+11
2022-06-26lasips2: add QEMU interface commentMark Cave-Ayland1-0/+14
2022-06-26lasips2: add base propertyMark Cave-Ayland1-0/+1
2022-06-26lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland1-2/+1
2022-06-26lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...Mark Cave-Ayland1-1/+2
2022-06-26lasips2: move lasips2 QOM types from lasips2.c to lasips2.hMark Cave-Ayland1-0/+22
2022-06-26pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDStateMark Cave-Ayland1-2/+4
2022-06-26ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...Mark Cave-Ayland1-0/+4
2022-06-26ps2: make ps2_raise_irq() function staticMark Cave-Ayland1-1/+0
2022-06-26pckbd: move mapping of I8042_MMIO registers to MIPS magnum machineMark Cave-Ayland1-2/+1
2022-06-26pckbd: alter i8042_mm_init() to return a I8042_MMIO deviceMark Cave-Ayland1-3/+3
2022-06-26pckbd: implement i8042_mmio_realize() functionMark Cave-Ayland1-0/+1
2022-06-26pckbd: add size qdev property to I8042_MMIO deviceMark Cave-Ayland1-0/+1
2022-06-26pckbd: introduce new I8042_MMIO QOM typeMark Cave-Ayland1-0/+10
2022-06-26pckbd: move ISAKBDState from pckbd.c to i8042.hMark Cave-Ayland1-0/+10
2022-06-26pckbd: move KBDState from pckbd.c to i8042.hMark Cave-Ayland1-0/+25
2022-06-26ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...Mark Cave-Ayland1-0/+2
2022-06-26ps2: introduce PS2DeviceClassMark Cave-Ayland1-1/+5
2022-06-26ps2: improve function prototypes in ps2.c and ps2.hMark Cave-Ayland1-4/+4
2022-06-26ps2: move QOM type definitions from ps2.c to ps2.hMark Cave-Ayland1-1/+57
2022-06-24aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito1-0/+2
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy2-14/+3
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi1-1/+0
2022-06-24block: drop unused bdrv_co_drain() APIStefan Hajnoczi1-1/+0
2022-06-23hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk1-0/+17
2022-06-23hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk1-0/+5
2022-06-23hw/nvme: Add support for Secondary Controller ListLukasz Maniak1-0/+20
2022-06-23hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak1-0/+23
2022-06-23hw/nvme: Add support for SR-IOVLukasz Maniak1-0/+1
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé1-0/+55
2022-06-22hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen1-0/+8
2022-06-22aspeed/i2c: Add ast1030 controller modelsCédric Le Goater1-0/+1
2022-06-22aspeed: i2c: Move regs and helpers to header fileJoe Komlodi1-0/+267
2022-06-22aspeed: i2c: Add new mode supportJoe Komlodi1-1/+3
2022-06-22aspeed: i2c: Use reg array instead of individual varsJoe Komlodi1-9/+2
2022-06-22hw/registerfields: Add shared fields macrosJoe Komlodi1-0/+70
2022-06-20host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)1-0/+1
2022-06-20host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)2-0/+40
2022-06-16crypto: Introduce RSA algorithmzhenwei pi2-19/+69
2022-06-16virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan1-1/+1
2022-06-16virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan1-0/+2
2022-06-16pci-bridge/cxl_upstream: Add a CXL switch upstream portJonathan Cameron1-0/+5
2022-06-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson3-0/+64
2022-06-15vfio-user: handle device interruptsJagannathan Raman4-0/+21
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman1-0/+3
2022-06-15vfio-user: IOMMU support for remote deviceJagannathan Raman1-0/+40
2022-06-15vfio-user: define vfio-user-server objectJagannathan Raman1-0/+2
2022-06-15remote/machine: add vfio-user propertyJagannathan Raman1-0/+2