summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/loongarch: Add fdt supportXiaojuan Yang2022-07-192-4/+134
* hw/loongarch: Add acpi ged supportXiaojuan Yang2022-07-194-3/+687
* hw/loongarch: Add smbios supportXiaojuan Yang2022-07-192-0/+37
* hw/loongarch: Add linux kernel booting supportXiaojuan Yang2022-07-191-15/+99
* hw/loongarch: Add uefi bios loading supportXiaojuan Yang2022-07-191-0/+34
* hw/loongarch: Add fw_cfg table supportXiaojuan Yang2022-07-194-1/+91
* hw/intc/loongarch_pch_pic: Fix bugs for update_irq functionXiaojuan Yang2022-07-191-5/+5
* Merge tag 'qemu-sparc-20220718' of https://github.com/mcayland/qemu into stagingPeter Maydell2022-07-197-200/+362
|\
| * pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland2022-07-182-19/+10Star
| * ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-182-14/+0Star
| * pckbd: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-8/+19
| * ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-182-14/+0Star
| * pckbd: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-8/+21
| * pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO d...Mark Cave-Ayland2022-07-181-3/+11
| * lasips2: update VMStateDescription for LASIPS2 deviceMark Cave-Ayland2022-07-181-6/+19
| * lasips2: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-1/+9
| * lasips2: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-1/+9
| * lasips2: switch register memory region to DEVICE_BIG_ENDIANMark Cave-Ayland2022-07-181-1/+1
| * lasips2: standardise on lp name for LASIPS2Port variablesMark Cave-Ayland2022-07-181-26/+26
| * lasips2: rename LASIPS2Port parent pointer to lasips2Mark Cave-Ayland2022-07-181-3/+3
| * lasips2: switch to using port-based IRQsMark Cave-Ayland2022-07-181-41/+18Star
| * lasips2: add named input gpio to handle incoming port IRQsMark Cave-Ayland2022-07-181-0/+15
| * lasips2: add named input gpio to port for downstream PS2 device IRQMark Cave-Ayland2022-07-181-2/+30
| * lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT deviceMark Cave-Ayland2022-07-181-0/+2
| * lasips2: introduce port IRQ and new lasips2_port_init() functionMark Cave-Ayland2022-07-181-0/+8
| * lasips2: rename LASIPS2Port irq field to birqMark Cave-Ayland2022-07-181-12/+12
| * lasips2: introduce lasips2_mouse_port_class_init() and lasips2_mouse_port_rea...Mark Cave-Ayland2022-07-181-1/+15
| * lasips2: introduce lasips2_kbd_port_class_init() and lasips2_kbd_port_realize()Mark Cave-Ayland2022-07-181-1/+15
| * lasips2: move mouse port initialisation to new lasips2_mouse_port_init() func...Mark Cave-Ayland2022-07-181-17/+35
| * lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() fun...Mark Cave-Ayland2022-07-181-14/+33
| * 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-0/+8
| * lasips2: change LASIPS2State dev pointer from void to PS2StateMark Cave-Ayland2022-07-181-8/+8
| * lasips2: remove legacy lasips2_initfn() functionMark Cave-Ayland2022-07-182-14/+4Star
| * lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland2022-07-182-10/+2Star
| * lasips2: don't use vmstate_register() in lasips2_realize()Mark Cave-Ayland2022-07-181-2/+1Star
| * pl050: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-3/+10
| * pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-3/+10
| * pl050: introduce pl050_mouse_class_init() and pl050_mouse_realize()Mark Cave-Ayland2022-07-181-4/+19
| * pl050: introduce pl050_kbd_class_init() and pl050_kbd_realize()Mark Cave-Ayland2022-07-181-2/+19
| * pl050: introduce PL050DeviceClass for the PL050 deviceMark Cave-Ayland2022-07-181-0/+2
| * pl050: move logic from pl050_realize() to pl050_init()Mark Cave-Ayland2022-07-181-4/+7
| * pl050: introduce new PL050_MOUSE_DEVICE QOM typeMark Cave-Ayland2022-07-181-1/+2
| * pl050: introduce new PL050_KBD_DEVICE QOM typeMark Cave-Ayland2022-07-181-1/+2
| * pl050: change PL050State dev pointer from void to PS2StateMark Cave-Ayland2022-07-181-6/+7
| * pl050: rename pl050_keyboard_init() to pl050_kbd_init()Mark Cave-Ayland2022-07-181-2/+2
| * pl050: move PL050State from pl050.c to new pl050.h header fileMark Cave-Ayland2022-07-181-15/+1Star
* | ppc: Check partition and process table alignmentLeandro Lupori2022-07-182-0/+14
* | hw/ppc: pass random seed to fdtJason A. Donenfeld2022-07-182-0/+10