Sign in
qemu-android
/
qemu-android
/
2590f15b13cc57487518996b32bb7626b0d80909
/
hw
/
sd
/
pl181.c
e3382ef
sd.h: Move sd.h to include/hw/sd/
by Sai Pavan Boddu
· 9 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 10 years ago
9f9bdf4
sysbus: Make devices picking up backends unavailable with -device
by Markus Armbruster
· 10 years ago
af9e40a
hw: Mark devices picking up block backends actively FIXME
by Markus Armbruster
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
fa1d36d
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
by Markus Armbruster
· 10 years ago
837d371
sysbus: Set cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
efec3dd
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
4f8a066
blockdev: Remove IF_* check for read-only blockdev_init
by Kevin Wolf
· 12 years ago
630f444
pl181: QOM cast cleanup
by Andreas Färber
· 12 years ago
1d998d9
pl181: Rename pl181_state to PL181State
by Andreas Färber
· 12 years ago
8827b0f
sd/pl181.c: Avoid undefined shift behaviour in RWORD macro
by Peter Maydell
· 12 years ago
2977673
hw/s*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
6790f59
sd: pass bool parameter for sd_init
by liguang
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/pl181.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
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
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
9351d70
hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR
by Peter Maydell
· 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
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
624923b
hw/pl181.c: Add save/load support
by Peter Maydell
· 13 years ago
66a0a2c
fix spelling in hw sub directory
by Dong Xu Wang
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
ca45842
pl181: convert to memory API
by Avi Kivity
· 13 years ago
8e31bf3
Correct spelling of licensed
by Matthew Fernandez
· 14 years ago
c31a472
hw/pl181: Implement GPIO output pins for card status
by Peter Maydell
· 14 years ago
1383997
blockdev: New drive_get_next(), replacing qdev_init_bdrv()
by Markus Armbruster
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
7b370f5
qdev: Move declaration of qdev_init_bdrv() into qdev.h
by Markus Armbruster
· 15 years ago
f21126d
Fix arm-softmmu compile
by Blue Swirl
· 15 years ago
bc3b26f
PL181 write fix
by Paul Brook
· 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
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
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
aa9311d
PL181 qdev conversion
by Paul Brook
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
bc24a22
Follow coding conventions
by Paul Brook
· 16 years ago
2ac7117
Replace cpu_abort with hw_error
by Paul Brook
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
775616c
Partial SD card SPI mode support.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
4d1165f
Fix 64-bit host printf format mismatches.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 18 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 18 years ago
aa1f17c
Spelling fixes, by Stefan Weil.
by ths
· 18 years ago
6361cdb
ARM PL181 MMCI fixes.
by pbrook
· 18 years ago
187337f
Fix off-by-one memory region sizes.
by pbrook
· 18 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
42a1089
Use correct type for card field.
by pbrook
· 18 years ago
a1bb27b
SD card emulation (initial implementation by Andrzei Zaborowski).
by pbrook
· 18 years ago