index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pl181.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-2
/
+2
*
hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR
Peter Maydell
2012-10-20
1
-8
/
+10
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-8
/
+10
*
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-8
/
+15
*
hw/pl181.c: Add save/load support
Peter Maydell
2012-01-04
1
-9
/
+40
*
fix spelling in hw sub directory
Dong Xu Wang
2011-12-06
1
-2
/
+2
*
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
2011-11-28
1
-1
/
+1
*
pl181: convert to memory API
Avi Kivity
2011-11-24
1
-16
/
+10
*
Correct spelling of licensed
Matthew Fernandez
2011-07-23
1
-1
/
+1
*
hw/pl181: Implement GPIO output pins for card status
Peter Maydell
2011-03-06
1
-0
/
+6
*
blockdev: New drive_get_next(), replacing qdev_init_bdrv()
Markus Armbruster
2011-01-31
1
-3
/
+4
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-2
/
+2
*
qdev: Move declaration of qdev_init_bdrv() into qdev.h
Markus Armbruster
2010-06-04
1
-1
/
+0
*
Fix arm-softmmu compile
Blue Swirl
2010-02-22
1
-2
/
+1
*
PL181 write fix
Paul Brook
2010-02-22
1
-13
/
+15
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-2
/
+2
*
Get rid of _t suffix
malc
2009-10-01
1
-2
/
+2
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-1
/
+2
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-2
/
+2
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-1
/
+1
*
PL181 qdev conversion
Paul Brook
2009-05-14
1
-9
/
+17
*
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-05-13
1
-3
/
+3
*
Follow coding conventions
Paul Brook
2009-05-10
1
-1
/
+1
*
Replace cpu_abort with hw_error
Paul Brook
2009-05-08
1
-2
/
+2
*
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
2008-12-01
1
-4
/
+0
*
Partial SD card SPI mode support.
pbrook
2007-11-24
1
-1
/
+1
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+2
*
Fix 64-bit host printf format mismatches.
pbrook
2007-11-10
1
-2
/
+2
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-1
/
+1
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-2
/
+2
*
Spelling fixes, by Stefan Weil.
ths
2007-07-11
1
-2
/
+2
*
ARM PL181 MMCI fixes.
pbrook
2007-06-09
1
-11
/
+34
*
Fix off-by-one memory region sizes.
pbrook
2007-06-03
1
-1
/
+1
*
Unify IRQ handling.
pbrook
2007-04-07
1
-5
/
+3
*
Use correct type for card field.
pbrook
2007-04-06
1
-1
/
+1
*
SD card emulation (initial implementation by Andrzei Zaborowski).
pbrook
2007-04-06
1
-0
/
+445