summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()Mauro Matteo Cascella2022-07-191-1/+2
| * | | microvm: turn off io reservations for pcie root portsGerd Hoffmann2022-07-191-0/+11
| * | | dbus-display: fix test race when initializing p2p connectionMarc-André Lureau2022-07-191-1/+3
* | | | Merge tag 'pull-request-2022-07-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2022-07-1916-234/+84Star
|\ \ \ \
| * | | | python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth2022-07-181-1/+1
| * | | | util: Fix broken build on HaikuThomas Huth2022-07-182-4/+4
| * | | | Replace 'whitelist' with 'allow'Thomas Huth2022-07-183-3/+3
| * | | | tests/unit: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2022-07-182-24/+24
| * | | | qtest/machine-none: Add LoongArch supportSong Gao2022-07-181-0/+1
| * | | | tests/vm: Remove docker cross-compile test from CentOS VMJohn Snow2022-07-181-1/+0Star
| * | | | tests/vm: add 1GB extra memory per coreJohn Snow2022-07-181-0/+5
| * | | | tests/vm: remove duplicate 'centos' VM testJohn Snow2022-07-181-1/+1
| * | | | tests/vm: remove ubuntu.i386 VM testJohn Snow2022-07-182-42/+1Star
| * | | | tests/vm: upgrade Ubuntu 18.04 VM to 20.04John Snow2022-07-181-3/+7
| * | | | tests/vm: switch centos.aarch64 to CentOS 8 StreamJohn Snow2022-07-181-150/+24Star
| * | | | tests/vm: switch CentOS 8 to CentOS 8 StreamJohn Snow2022-07-181-3/+3
| * | | | tests/vm: use 'cp' instead of 'ln' for temporary vm imagesJohn Snow2022-07-181-1/+1
| * | | | qga: treat get-guest-fsinfo as "best effort"John Snow2022-07-181-1/+9
| |/ / /
* | | | Merge tag 'qemu-sparc-20220718' of https://github.com/mcayland/qemu into stagingPeter Maydell2022-07-1911-221/+466
|\ \ \ \ | |_|/ / |/| | |
| * | | pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland2022-07-183-21/+10Star
| * | | ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-183-15/+0Star
| * | | pckbd: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-182-9/+20
| * | | ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-183-15/+0Star
| * | | pckbd: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-182-9/+23
| * | | 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-182-1/+11
| * | | lasips2: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-182-1/+11
| * | | 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-182-4/+4
| * | | lasips2: switch to using port-based IRQsMark Cave-Ayland2022-07-182-46/+20Star
| * | | lasips2: add named input gpio to handle incoming port IRQsMark Cave-Ayland2022-07-182-0/+16
| * | | lasips2: add named input gpio to port for downstream PS2 device IRQMark Cave-Ayland2022-07-182-2/+32
| * | | lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT deviceMark Cave-Ayland2022-07-182-1/+7
| * | | lasips2: introduce port IRQ and new lasips2_port_init() functionMark Cave-Ayland2022-07-182-0/+9
| * | | lasips2: rename LASIPS2Port irq field to birqMark Cave-Ayland2022-07-182-13/+13
| * | | 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-182-18/+36
| * | | lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() fun...Mark Cave-Ayland2022-07-182-15/+34
| * | | lasips2: introduce new LASIPS2_MOUSE_PORT QOM typeMark Cave-Ayland2022-07-182-0/+14
| * | | lasips2: introduce new LASIPS2_KBD_PORT QOM typeMark Cave-Ayland2022-07-182-0/+14
| * | | lasips2: QOMify LASIPS2PortMark Cave-Ayland2022-07-182-4/+18
| * | | lasips2: change LASIPS2State dev pointer from void to PS2StateMark Cave-Ayland2022-07-182-9/+10
| * | | lasips2: remove legacy lasips2_initfn() functionMark Cave-Ayland2022-07-183-16/+4Star
| * | | lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland2022-07-183-12/+3Star
| * | | 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-182-3/+12
| * | | pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-182-3/+12