index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
input
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pckbd: add mask qdev property to I8042_MMIO device
Mark Cave-Ayland
2022-06-26
1
-1
/
+7
*
pckbd: implement i8042_mmio_reset() for I8042_MMIO device
Mark Cave-Ayland
2022-06-26
1
-1
/
+9
*
pckbd: introduce new I8042_MMIO QOM type
Mark Cave-Ayland
2022-06-26
1
-1
/
+21
*
pckbd: move ISAKBDState from pckbd.c to i8042.h
Mark Cave-Ayland
2022-06-26
1
-10
/
+0
*
pckbd: move KBDState from pckbd.c to i8042.h
Mark Cave-Ayland
2022-06-26
1
-24
/
+0
*
pckbd: checkpatch fixes
Mark Cave-Ayland
2022-06-26
1
-53
/
+97
*
lasips2: rename ps2dev_update_irq() to lasips2_port_set_irq()
Mark Cave-Ayland
2022-06-26
1
-3
/
+3
*
lasips2: spacing fixes
Mark Cave-Ayland
2022-06-26
1
-2
/
+2
*
pl050: split pl050_update_irq() into separate pl050_set_irq() and pl050_updat...
Mark Cave-Ayland
2022-06-26
1
-8
/
+13
*
pl050: checkpatch fixes
Mark Cave-Ayland
2022-06-26
1
-6
/
+13
*
ps2: don't use vmstate_register() in ps2_mouse_init()
Mark Cave-Ayland
2022-06-26
1
-1
/
+1
*
ps2: don't use vmstate_register() in ps2_kbd_init()
Mark Cave-Ayland
2022-06-26
1
-1
/
+1
*
ps2: implement ps2_mouse_realize() and use it to register ps2_mouse_handler
Mark Cave-Ayland
2022-06-26
1
-2
/
+6
*
ps2: implement ps2_kbd_realize() and use it to register ps2_keyboard_handler
Mark Cave-Ayland
2022-06-26
1
-2
/
+7
*
ps2: remove duplicate setting of scancode_set in ps2_kbd_init()
Mark Cave-Ayland
2022-06-26
1
-1
/
+0
*
ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...
Mark Cave-Ayland
2022-06-26
1
-13
/
+35
*
ps2: introduce PS2DeviceClass
Mark Cave-Ayland
2022-06-26
1
-0
/
+1
*
ps2: improve function prototypes in ps2.c and ps2.h
Mark Cave-Ayland
2022-06-26
1
-13
/
+9
*
ps2: move QOM type definitions from ps2.c to ps2.h
Mark Cave-Ayland
2022-06-26
1
-55
/
+0
*
ps2: QOMify PS2MouseState
Mark Cave-Ayland
2022-06-26
1
-38
/
+60
*
ps2: QOMify PS2KbdState
Mark Cave-Ayland
2022-06-26
1
-39
/
+65
*
ps2: QOMify PS2State
Mark Cave-Ayland
2022-06-26
1
-0
/
+28
*
ps2: checkpatch fixes
Mark Cave-Ayland
2022-06-26
1
-68
/
+86
*
acpi: pckbd: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_d...
Igor Mammedov
2022-06-09
1
-5
/
+9
*
virtio: add vhost support for virtio devices
Jonah Palmer
2022-05-16
1
-0
/
+7
*
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-16
1
-2
/
+1
*
hw: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
1
-1
/
+4
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
5
-7
/
+6
*
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2022-03-08
1
-2
/
+2
*
hw/input/pckbd: QOM'ify IRQ numbers
Bernhard Beschow
2022-03-08
1
-4
/
+22
*
hw/input/tsc210x: Don't abort on bad SPI word widths
Peter Maydell
2022-03-02
1
-2
/
+6
*
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...
Peter Maydell
2022-02-22
1
-0
/
+2
|
\
|
*
hid: Implement support for side and extra buttons
Noah Bergbauer
2022-02-22
1
-0
/
+2
*
|
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
|
/
*
ps2: Initial horizontal scroll support
Dmitry Petrov
2022-01-13
1
-8
/
+49
*
hw/input/lasips2: Fix typos in function names
Philippe Mathieu-Daudé
2021-10-31
1
-4
/
+4
*
ps2: migration support for command reply queue
Volker Rümelin
2021-09-10
1
-6
/
+34
*
ps2: use a separate keyboard command reply queue
Volker Rümelin
2021-09-10
1
-31
/
+84
*
ps2: use the whole ps2 buffer but keep queue size
Volker Rümelin
2021-09-10
1
-49
/
+20
*
Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into staging
Peter Maydell
2021-07-11
1
-1
/
+1
|
\
|
*
hw/input/lm832x: Define TYPE_LM8323 in public header
Philippe Mathieu-Daudé
2021-07-08
1
-1
/
+0
|
*
hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"
Philippe Mathieu-Daudé
2021-07-08
1
-0
/
+1
*
|
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
1
-2
/
+4
|
/
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
hw/input/hid: Add support for keys of jp106 keyboard.
Katsuhiro Ueno
2021-05-28
1
-2
/
+2
*
hw/input/ps2: Use ps2_raise_irq() instead of open coding it
Philippe Mathieu-Daudé
2021-05-26
1
-4
/
+4
*
pckbd: clear outport_present in outer pre_load()
Volker Rümelin
2021-05-26
1
-2
/
+1
*
pckbd: remove duplicated keyboard and mouse defines
Volker Rümelin
2021-05-26
1
-37
/
+0
*
pckbd: correctly disable PS/2 communication
Volker Rümelin
2021-05-26
1
-4
/
+47
[prev]
[next]