Sign in
qemu
/
qemu
/
644d67777947d64d13a27bc67fff9f66815ef4c0
/
hw
/
escc.c
9fc391f
sparc escc IUS improvements (SunOS 4.1.4 fix)
by Artyom Tarasenko
· 15 years ago
8e39a03
escc: don't use reserved _t suffix
by Blue Swirl
· 15 years ago
a01d6ef
sparc32 (mostly): remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
09330e9
escc: add chipset docs
by Blue Swirl
· 15 years ago
bdb78ca
escc: convert to VMState, vmsd and reset
by Blue Swirl
· 15 years ago
e23a1b3
New qdev_init_nofail()
by Markus Armbruster
· 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
084bd07
escc: fix another coding style nit
by Michael S. Tsirkin
· 15 years ago
a0d98a7
escc: fix coding style nit
by Michael S. Tsirkin
· 15 years ago
e1a0e47
escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951
by Aurelien Jarno
· 15 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
bc19fca
Unbreak Sparc32 and PPC
by Blue Swirl
· 16 years ago
ec02f7d
qdev/prop: convert escc.c to helper macros.
by Gerd Hoffmann
· 16 years ago
e2106fe
Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245
by Blue Swirl
· 16 years ago
ee6847d
qdev: rework device properties.
by Gerd Hoffmann
· 16 years ago
6c319c8
Sparc32/PPC: convert escc to qdev
by Blue Swirl
· 16 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
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
aeeb69c
escc: allow one IRQ per serial channel
by aurel32
· 16 years ago
f5cbc47
ESCC: swap the two CharDriverState arguments
by aurel32
· 16 years ago
b4ed08e
Rename slavio_serial functions to escc, add clock rate and it_shift parameters
by blueswir1
· 16 years ago
2aa2ab3
Rename slavio_serial to escc
by blueswir1
· 16 years ago
[Renamed from hw/slavio_serial.c]
8f180a4
Fix typo
by blueswir1
· 16 years ago
e64d7d5
Remove address masking
by blueswir1
· 16 years ago
9277bc7
Fix NetBSD keyboard problem
by blueswir1
· 17 years ago
399bf6b
Reset correct channel aka NetBSD boot fix
by blueswir1
· 17 years ago
c0b5b10
Add missing keys, sendkey support for all keys
by blueswir1
· 17 years ago
2254876
Fix compiler warnings
by blueswir1
· 17 years ago
796d828
Read time constant fix (Robert Reif)
by blueswir1
· 17 years ago
80637a6
Shuffle code to avoid NetBSD gcc 3.4.6 inlining bug (Rumko)
by blueswir1
· 17 years ago
7c56045
Register only valid register access widths
by blueswir1
· 17 years ago
f48c537
Reset status contains all sent flag
by blueswir1
· 17 years ago
12abac8
Name the magic constants, wrap long lines
by blueswir1
· 17 years ago
577390f
No keyboard mode (Robert Reif)
by blueswir1
· 17 years ago
b76482e
Fix buffer mux handling for unconnected serial ports
by blueswir1
· 17 years ago
bd9bdce
Add input buffer to mux chr (patch by Tristan Gingold).
by balrog
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
f930d07
More detabification
by blueswir1
· 17 years ago
bbbb2f0
Fix Caps lock and Num lock handling
by blueswir1
· 17 years ago
43febf4
Improve keyboard handling
by blueswir1
· 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
96c4f56
Generate interrupts and update state even if output is disabled (OpenBSD)
by blueswir1
· 18 years ago
b3ceef2
Rename variables and rearrange code to please gcc -Wshadow checks
by blueswir1
· 18 years ago
5aca8c3
Split DMA controller in two Fix register size related bugs
by blueswir1
· 18 years ago
5dcb6b9
Use full 36-bit physical address space on SS10
by blueswir1
· 18 years ago
b9652ca
Fix keyboard serial and mouse bugs
by blueswir1
· 18 years ago
67deb56
Fix keyboard detection bugs
by blueswir1
· 18 years ago
5425a21
Fix Sparc32 device save methods
by blueswir1
· 18 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
52cc07d
Change Sparc uses of pic_set_irq to pic_set_irq_new
by blueswir1
· 18 years ago
e5b0bc4
Rearrange char event handlers to fix CHR_EVENT_RESET.
by pbrook
· 18 years ago
455204e
Dynamic handling of guest mice, by Lonnie Mendez.
by ths
· 18 years ago
35db099
allow host serial port usage (Blue Swirl)
by bellard
· 19 years ago
e4a8905
fix serial irq logic (Blue Swirl)
by bellard
· 19 years ago
715748f
added mouse protocol (Igor Kovalenko)
by bellard
· 19 years ago
ffcdb53
mouse API change
by bellard
· 19 years ago
ba3c64f
Initial SPARC SMP support (Blue Swirl)
by bellard
· 19 years ago
f69a869
slavio_serial fixes (Blue Swirl)
by bellard
· 19 years ago
8be1f5c
keyboard support (Blue Swirl)
by bellard
· 20 years ago
3a5c313
64 bit fix
by bellard
· 20 years ago
e80cfcf
SPARC merge
by bellard
· 20 years ago