index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
escc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-3
/
+3
2013-01-21
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
1
-2
/
+2
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-4
/
+4
2012-07-28
hw/escc: Drop duplicate definition of 'disabled' property
Peter Maydell
1
-1
/
+0
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-8
/
+10
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-17
/
+26
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
1
-1
/
+1
2011-08-22
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-08-21
escc: replace DPRINTFs with tracepoints
Blue Swirl
1
-46
/
+14
2011-08-21
escc: avoid structure holes spotted by pahole
Blue Swirl
1
-4
/
+5
2011-08-08
ppc: convert to memory API
Avi Kivity
1
-22
/
+20
2011-01-29
escc: fix interrupt flags
Aurelien Jarno
1
-2
/
+6
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-08-15
sparc escc IUS improvements (SunOS 4.1.4 fix)
Artyom Tarasenko
1
-26
/
+30
2010-02-07
escc: don't use reserved _t suffix
Blue Swirl
1
-4
/
+4
2009-11-07
sparc32 (mostly): remove unneeded calls to device reset
Blue Swirl
1
-1
/
+0
2009-10-24
escc: add chipset docs
Blue Swirl
1
-0
/
+4
2009-10-24
escc: convert to VMState, vmsd and reset
Blue Swirl
1
-62
/
+38
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-2
/
+2
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-8
/
+8
2009-10-01
Get rid of _t suffix
malc
1
-8
/
+8
2009-09-30
escc: fix another coding style nit
Michael S. Tsirkin
1
-2
/
+2
2009-09-30
escc: fix coding style nit
Michael S. Tsirkin
1
-2
/
+2
2009-09-16
escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951
Aurelien Jarno
1
-2
/
+2
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-1
/
+2
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-08-13
Unbreak Sparc32 and PPC
Blue Swirl
1
-4
/
+4
2009-08-10
qdev/prop: convert escc.c to helper macros.
Gerd Hoffmann
1
-37
/
+10
2009-07-17
Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245
Blue Swirl
1
-4
/
+4
2009-07-16
qdev: rework device properties.
Gerd Hoffmann
1
-35
/
+57
2009-07-15
Sparc32/PPC: convert escc to qdev
Blue Swirl
1
-57
/
+97
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-2
/
+2
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-2
/
+2
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-2
/
+2
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-9
/
+9
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-4
/
+0
2009-01-14
escc: allow one IRQ per serial channel
aurel32
1
-3
/
+5
2009-01-13
ESCC: swap the two CharDriverState arguments
aurel32
1
-4
/
+4
2009-01-12
Rename slavio_serial functions to escc, add clock rate and it_shift parameters
blueswir1
1
-64
/
+81
2009-01-12
Rename slavio_serial to escc
blueswir1
1
-0
/
+922