aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2022-07-18pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland1-2/+0
2022-07-18ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland1-1/+0
2022-07-18pckbd: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-1/+1
2022-07-18ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland1-1/+0
2022-07-18pckbd: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-1/+2
2022-07-18lasips2: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-0/+2
2022-07-18lasips2: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-0/+2
2022-07-18lasips2: rename LASIPS2Port parent pointer to lasips2Mark Cave-Ayland1-1/+1
2022-07-18lasips2: switch to using port-based IRQsMark Cave-Ayland1-5/+2
2022-07-18lasips2: add named input gpio to handle incoming port IRQsMark Cave-Ayland1-0/+1
2022-07-18lasips2: add named input gpio to port for downstream PS2 device IRQMark Cave-Ayland1-0/+2
2022-07-18lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT deviceMark Cave-Ayland1-1/+5
2022-07-18lasips2: introduce port IRQ and new lasips2_port_init() functionMark Cave-Ayland1-0/+1
2022-07-18lasips2: rename LASIPS2Port irq field to birqMark Cave-Ayland1-1/+1
2022-07-18lasips2: move mouse port initialisation to new lasips2_mouse_port_init() func...Mark Cave-Ayland1-1/+1
2022-07-18lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() fun...Mark Cave-Ayland1-1/+1
2022-07-18lasips2: introduce new LASIPS2_MOUSE_PORT QOM typeMark Cave-Ayland1-0/+7
2022-07-18lasips2: introduce new LASIPS2_KBD_PORT QOM typeMark Cave-Ayland1-0/+7
2022-07-18lasips2: QOMify LASIPS2PortMark Cave-Ayland1-4/+10
2022-07-18lasips2: change LASIPS2State dev pointer from void to PS2StateMark Cave-Ayland1-1/+2
2022-07-18lasips2: remove legacy lasips2_initfn() functionMark Cave-Ayland1-2/+0
2022-07-18lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland1-2/+1
2022-07-18pl050: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-0/+2
2022-07-18pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-0/+2
2022-07-18pl050: introduce PL050DeviceClass for the PL050 deviceMark Cave-Ayland1-1/+7
2022-07-18pl050: introduce new PL050_MOUSE_DEVICE QOM typeMark Cave-Ayland1-0/+7
2022-07-18pl050: introduce new PL050_KBD_DEVICE QOM typeMark Cave-Ayland1-0/+7
2022-07-18pl050: change PL050State dev pointer from void to PS2StateMark Cave-Ayland1-1/+1
2022-07-18pl050: move PL050State from pl050.c to new pl050.h header fileMark Cave-Ayland1-0/+35
2022-07-18Align Raspberry Pi DMA interrupts with Linux DTSAndrey Makarov1-0/+2
2022-07-15Merge tag 'pull-aspeed-20220714' of https://github.com/legoater/qemu into sta...Peter Maydell4-2/+32
2022-07-14aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas1-0/+2
2022-07-14aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas1-2/+5
2022-07-14hw/sensor: Add IC_DEVICE_ID to ISL voltage regulatorsPeter Delevoryas1-0/+5
2022-07-14hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas1-0/+7
2022-07-14aspeed: sbc: Allow per-machine settingsJoel Stanley1-0/+13
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland1-0/+1
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland1-0/+1
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland1-0/+1
2022-07-13scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland1-0/+3
2022-07-07hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld1-1/+1
2022-07-06ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy1-1/+24
2022-07-06ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy1-16/+0
2022-07-06spapr/ddw: Reset DMA when the last non-default window is removedAlexey Kardashevskiy1-0/+1
2022-07-06ppc/pnv: assign pnv-phb-root-port chassis/slot earlierDaniel Henrique Barboza1-1/+2
2022-07-06ppc/pnv: attach phb3/phb4 root ports in QOM treeDaniel Henrique Barboza1-1/+1
2022-07-05hw/intc/loongarch_ipi: Fix ipi device access of 64bitsXiaojuan Yang1-3/+4
2022-07-04hw/intc/loongarch_pch_msi: Fix msi vector convertionMao Bibo1-0/+2
2022-06-30hw/misc/aspeed: Add PECI controllerPeter Delevoryas2-0/+32
2022-06-30hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas1-0/+3