aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-06-26pckbd: implement i8042_mmio_reset() for I8042_MMIO deviceMark Cave-Ayland1-1/+9
2022-06-26pckbd: introduce new I8042_MMIO QOM typeMark Cave-Ayland1-1/+21
2022-06-26pckbd: move ISAKBDState from pckbd.c to i8042.hMark Cave-Ayland1-10/+0
2022-06-26pckbd: move KBDState from pckbd.c to i8042.hMark Cave-Ayland1-24/+0
2022-06-26pckbd: checkpatch fixesMark Cave-Ayland1-53/+97
2022-06-26lasips2: rename ps2dev_update_irq() to lasips2_port_set_irq()Mark Cave-Ayland1-3/+3
2022-06-26lasips2: spacing fixesMark Cave-Ayland1-2/+2
2022-06-26pl050: split pl050_update_irq() into separate pl050_set_irq() and pl050_updat...Mark Cave-Ayland1-8/+13
2022-06-26pl050: checkpatch fixesMark Cave-Ayland1-6/+13
2022-06-26ps2: don't use vmstate_register() in ps2_mouse_init()Mark Cave-Ayland1-1/+1
2022-06-26ps2: don't use vmstate_register() in ps2_kbd_init()Mark Cave-Ayland1-1/+1
2022-06-26ps2: implement ps2_mouse_realize() and use it to register ps2_mouse_handlerMark Cave-Ayland1-2/+6
2022-06-26ps2: implement ps2_kbd_realize() and use it to register ps2_keyboard_handlerMark Cave-Ayland1-2/+7
2022-06-26ps2: remove duplicate setting of scancode_set in ps2_kbd_init()Mark Cave-Ayland1-1/+0
2022-06-26ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...Mark Cave-Ayland1-13/+35
2022-06-26ps2: introduce PS2DeviceClassMark Cave-Ayland1-0/+1
2022-06-26ps2: improve function prototypes in ps2.c and ps2.hMark Cave-Ayland1-13/+9
2022-06-26ps2: move QOM type definitions from ps2.c to ps2.hMark Cave-Ayland1-55/+0
2022-06-26ps2: QOMify PS2MouseStateMark Cave-Ayland1-38/+60
2022-06-26ps2: QOMify PS2KbdStateMark Cave-Ayland1-39/+65
2022-06-26ps2: QOMify PS2StateMark Cave-Ayland1-0/+28
2022-06-26ps2: checkpatch fixesMark Cave-Ayland1-68/+86
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi5-5/+0
2022-06-23hw/nvme: clear aen mask on resetKlaus Jensen1-0/+1
2022-06-23Revert "hw/block/nvme: add support for sgl bit bucket descriptor"Klaus Jensen1-23/+6
2022-06-23hw/nvme: clean up CC register write logicKlaus Jensen1-22/+16
2022-06-23hw/acpi: Make the PCI hot-plug aware of SR-IOVŁukasz Gieryk1-1/+5
2022-06-23hw/nvme: Update the initalization place for the AER queueŁukasz Gieryk1-2/+1
2022-06-23hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk3-2/+278
2022-06-23hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk2-7/+138
2022-06-23hw/nvme: Calculate BAR attributes in a functionŁukasz Gieryk1-14/+31
2022-06-23hw/nvme: Remove reg_size variable and update BAR0 size calculationŁukasz Gieryk2-6/+5
2022-06-23hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtimeŁukasz Gieryk2-16/+38
2022-06-23hw/nvme: Implement the Function Level ResetŁukasz Gieryk3-4/+54
2022-06-23hw/nvme: Add support for Secondary Controller ListLukasz Maniak5-10/+121
2022-06-23hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak3-5/+21
2022-06-23hw/nvme: Add support for SR-IOVLukasz Maniak2-4/+84
2022-06-22aspeed/hace: Add missing newlines to unimp messagesJoel Stanley1-2/+2
2022-06-22aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH alwaysCédric Le Goater1-3/+10
2022-06-22hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen1-2/+2
2022-06-22hw/i2c/aspeed: rework raise interrupt trace eventKlaus Jensen2-13/+23
2022-06-22aspeed: Add I2C buses to AST1030 modelTroy Lee2-0/+31
2022-06-22aspeed/i2c: Add ast1030 controller modelsCédric Le Goater1-0/+24
2022-06-22aspeed: i2c: Move regs and helpers to header fileJoe Komlodi1-266/+0
2022-06-22aspeed: i2c: Add PKT_DONE IRQ to traceJoe Komlodi2-1/+4
2022-06-22aspeed: i2c: Add new mode supportJoe Komlodi1-194/+650
2022-06-22aspeed: i2c: Use reg array instead of individual varsJoe Komlodi1-155/+126
2022-06-22aspeed: i2c: Migrate to registerfields APIJoe Komlodi1-197/+196
2022-06-22aspeed: Remove fake RTC device on ast2500-evbCédric Le Goater1-4/+0
2022-06-20ppc/pnv: fix extra indent spaces with DEFINE_PROP*Daniel Henrique Barboza3-14/+14