Sign in
qemu
/
qemu
/
8d5ce2e5643f4055b67ea012d91e812f1e607a83
/
hw
/
pckbd.c
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
d540bfe
pckbd: convert PIO to new memory api read/write
by Alexander Graf
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
8f04ee0
isa: pic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
dbff76a
pckbd: Convert to MemoryRegion
by Richard Henderson
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
4b78a80
pc: move port 92 stuff back to pc.c from pckbd.c
by Blue Swirl
· 14 years ago
dee41d5
Keep track of ISA ports ISA device is using in qdev.
by Gleb Natapov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
5ccaa4c
pckbd: support for commands 0xf0-0xff: Pulse output bit
by Bernhard Kohl
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
c86d2c2
pckbd: improve debugging
by Blue Swirl
· 15 years ago
956a3e6
Compile pckbd only once
by Blue Swirl
· 15 years ago
5acd064
pckbd: don't use any static state
by Blue Swirl
· 15 years ago
d05ac8f
Add "static" to please Sparse
by Blue Swirl
· 15 years ago
be73cfe
savevm: Port to qdev.vmsd all devices that have qdev
by Juan Quintela
· 15 years ago
44a9935
Sparc64/x86: remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
3c619b5
vmstate: port pckbd device
by Juan Quintela
· 15 years ago
11d23c3
qdev/isa: finish pckbd conversion
by Gerd Hoffmann
· 15 years ago
2e15e23
qdev: simplify isa irq assignments
by Gerd Hoffmann
· 15 years ago
86c8615
qdev: drop iobase properties from isa bus
by Gerd Hoffmann
· 15 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
da85ccf
qdev/isa: add qdev support to i8042 (aka ps/2 kbd+mouse).
by Gerd Hoffmann
· 15 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
d78f399
Delete some unused macros detected with -Wp,-Wunused-macros use
by blueswir1
· 16 years ago
4efbe58
MIPS Magnum: fix memory-mapped i8042
by aurel32
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
b1d8e52
Fix undeclared symbol warnings from sparse
by blueswir1
· 16 years ago
889bec6
Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).
by balrog
· 16 years ago
e41c0f2
Enhance PC kbd debugging (patch from Hervé Poussineau)
by balrog
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
a47b8d3
"QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain.
by ths
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
71db710
Fix incorrect target_ulong use in hw devices
by blueswir1
· 18 years ago
8035529
Support it_shift for mmapped pckbd.
by ths
· 18 years ago
b92bb99
Memory-mapped interface for PS/2 controller, by Herve Poussineau.
by ths
· 18 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
548df2a
VMMouse Emulation, by Anthony Liguori.
by ths
· 18 years ago
b7678d9
PS/2 interface - Allow custom IO ports + IRQ, by Herve Poussineau.
by ths
· 18 years ago
7783e9f
Keyboard savevm fix (malc).
by pbrook
· 19 years ago
f94f5d7
Add support for raw AT keyboard scancodes.
by pbrook
· 19 years ago
daa5796
PS2 mouse and keyboard separation (Paul Brook)
by bellard
· 19 years ago
c68ea70
cpu_single_env usage fix
by bellard
· 19 years ago
f34c9d6
mouse reset fix
by bellard
· 20 years ago
ada89ce
enabled wheel mouse support
by bellard
· 20 years ago
675376f
kbd save/restore
by bellard
· 21 years ago
d7d02e3
new reset API
by bellard
· 21 years ago
63066f4
hid event handling
by bellard
· 21 years ago
6f51f6b
keyboard irq generation fix
by bellard
· 21 years ago
92cb7d5
NT mouse fix (Mark Jonckheere)
by bellard
· 21 years ago
289e09e
fixed keyboard random bug (Mike Nordell)
by bellard
· 21 years ago
67b915a
win32 port (initial patch by kazu)
by bellard
· 21 years ago
b41a2cd
io port API change
by bellard
· 21 years ago
80cabfa
separated more devices from emulator
by bellard
· 21 years ago