summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland2022-07-181-2/+0Star
* ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-1/+0Star
* pckbd: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-1/+1
* ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-1/+0Star
* pckbd: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-1/+2
* lasips2: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-0/+2
* lasips2: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-0/+2
* lasips2: rename LASIPS2Port parent pointer to lasips2Mark Cave-Ayland2022-07-181-1/+1
* lasips2: switch to using port-based IRQsMark Cave-Ayland2022-07-181-5/+2Star
* lasips2: add named input gpio to handle incoming port IRQsMark Cave-Ayland2022-07-181-0/+1
* lasips2: add named input gpio to port for downstream PS2 device IRQMark Cave-Ayland2022-07-181-0/+2
* lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT deviceMark Cave-Ayland2022-07-181-1/+5
* lasips2: introduce port IRQ and new lasips2_port_init() functionMark Cave-Ayland2022-07-181-0/+1
* lasips2: rename LASIPS2Port irq field to birqMark Cave-Ayland2022-07-181-1/+1
* lasips2: move mouse port initialisation to new lasips2_mouse_port_init() func...Mark Cave-Ayland2022-07-181-1/+1
* lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() fun...Mark Cave-Ayland2022-07-181-1/+1
* lasips2: introduce new LASIPS2_MOUSE_PORT QOM typeMark Cave-Ayland2022-07-181-0/+7
* lasips2: introduce new LASIPS2_KBD_PORT QOM typeMark Cave-Ayland2022-07-181-0/+7
* lasips2: QOMify LASIPS2PortMark Cave-Ayland2022-07-181-4/+10
* lasips2: change LASIPS2State dev pointer from void to PS2StateMark Cave-Ayland2022-07-181-1/+2
* lasips2: remove legacy lasips2_initfn() functionMark Cave-Ayland2022-07-181-2/+0Star
* lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland2022-07-181-2/+1Star
* pl050: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-0/+2
* pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-0/+2
* pl050: introduce PL050DeviceClass for the PL050 deviceMark Cave-Ayland2022-07-181-1/+7
* pl050: introduce new PL050_MOUSE_DEVICE QOM typeMark Cave-Ayland2022-07-181-0/+7
* pl050: introduce new PL050_KBD_DEVICE QOM typeMark Cave-Ayland2022-07-181-0/+7
* pl050: change PL050State dev pointer from void to PS2StateMark Cave-Ayland2022-07-181-1/+1
* pl050: move PL050State from pl050.c to new pl050.h header fileMark Cave-Ayland2022-07-181-0/+35
* Align Raspberry Pi DMA interrupts with Linux DTSAndrey Makarov2022-07-181-0/+2
* Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Peter Maydell2022-07-151-22/+24
|\
| * nvme: Fix misleading macro when mixed with ternary operatorDarren Kenny2022-07-151-22/+22
| * hw/nvme: Implement shadow doorbell buffer supportJinhao Fan2022-07-151-0/+2
* | Merge tag 'pull-aspeed-20220714' of https://github.com/legoater/qemu into sta...Peter Maydell2022-07-154-2/+32
|\ \
| * | aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas2022-07-141-0/+2
| * | aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas2022-07-141-2/+5
| * | hw/sensor: Add IC_DEVICE_ID to ISL voltage regulatorsPeter Delevoryas2022-07-141-0/+5
| * | hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas2022-07-141-0/+7
| * | aspeed: sbc: Allow per-machine settingsJoel Stanley2022-07-141-0/+13
| |/
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-143-3/+23
|\ \ | |/ |/|
| * scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland2022-07-131-0/+1
| * scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland2022-07-132-0/+2
| * scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland2022-07-131-0/+1
| * scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland2022-07-132-0/+4
| * cutils: Introduce bundle mechanismAkihiko Odaki2022-07-131-3/+15
* | Merge tag 'mips-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell2022-07-131-13/+0Star
|\ \
| * | semihosting: Remove qemu_semihosting_log_outRichard Henderson2022-07-121-13/+0Star
| |/
* | block: Reorganize some declarations in block-backend-io.hAlberto Faria2022-07-121-45/+32Star
* | block: Add blk_co_truncate()Alberto Faria2022-07-121-2/+6
* | block: Add blk_co_ioctl()Alberto Faria2022-07-121-1/+4