index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
escc.c
Age
Commit message (
Expand
)
Author
2013-01-21
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-07-28
hw/escc: Drop duplicate definition of 'disabled' property
Peter Maydell
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
2011-08-22
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-21
escc: replace DPRINTFs with tracepoints
Blue Swirl
2011-08-21
escc: avoid structure holes spotted by pahole
Blue Swirl
2011-08-08
ppc: convert to memory API
Avi Kivity
2011-01-29
escc: fix interrupt flags
Aurelien Jarno
2010-12-11
Add endianness as io mem parameter
Alexander Graf
2010-08-15
sparc escc IUS improvements (SunOS 4.1.4 fix)
Artyom Tarasenko
2010-02-07
escc: don't use reserved _t suffix
Blue Swirl
2009-11-07
sparc32 (mostly): remove unneeded calls to device reset
Blue Swirl
2009-10-24
escc: add chipset docs
Blue Swirl
2009-10-24
escc: convert to VMState, vmsd and reset
Blue Swirl
2009-10-07
New qdev_init_nofail()
Markus Armbruster
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-09-30
escc: fix another coding style nit
Michael S. Tsirkin
2009-09-30
escc: fix coding style nit
Michael S. Tsirkin
2009-09-16
escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951
Aurelien Jarno
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-13
Unbreak Sparc32 and PPC
Blue Swirl
2009-08-10
qdev/prop: convert escc.c to helper macros.
Gerd Hoffmann
2009-07-17
Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245
Blue Swirl
2009-07-16
qdev: rework device properties.
Gerd Hoffmann
2009-07-15
Sparc32/PPC: convert escc to qdev
Blue Swirl
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-05-22
Introduce reset notifier order
Jan Kiszka
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-01-14
escc: allow one IRQ per serial channel
aurel32
2009-01-13
ESCC: swap the two CharDriverState arguments
aurel32
2009-01-12
Rename slavio_serial functions to escc, add clock rate and it_shift parameters
blueswir1
2009-01-12
Rename slavio_serial to escc
blueswir1