index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
sd
/
pl181.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
1
-2
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
hw/sd: Rename sdbus_read_data() as sdbus_read_byte()
Philippe Mathieu-Daudé
2020-08-21
1
-1
/
+1
*
hw/sd: Rename sdbus_write_data() as sdbus_write_byte()
Philippe Mathieu-Daudé
2020-08-21
1
-1
/
+1
*
hw/sd/pl181: Replace disabled fprintf()s by trace events
Philippe Mathieu-Daudé
2020-08-21
1
-17
/
+9
*
hw/sd/pl181: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
1
-18
/
+1
*
hw/sd/pl181: Expose a SDBus and connect the SDCard to it
Philippe Mathieu-Daudé
2020-08-21
1
-16
/
+51
*
hw/sd/pl181: Use named GPIOs
Philippe Mathieu-Daudé
2020-08-21
1
-3
/
+5
*
hw/sd/pl181: Add TODO to use Fifo32 API
Philippe Mathieu-Daudé
2020-08-21
1
-1
/
+1
*
hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()
Philippe Mathieu-Daudé
2020-08-21
1
-2
/
+2
*
hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
Alistair Francis
2020-08-21
1
-2
/
+3
*
add device_legacy_reset function to prepare for reset api change
Damien Hedde
2020-01-30
1
-1
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
sdcard: Use the ldst API
Philippe Mathieu-Daudé
2018-06-29
1
-7
/
+4
*
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
hw/sd/pl181: Reset SD card on controller reset
Peter Maydell
2018-01-16
1
-0
/
+4
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-1
/
+1
*
hw/sd: QOM'ify pl181.c
xiaoqiang zhao
2016-06-14
1
-10
/
+16
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
arm: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
sd.h: Move sd.h to include/hw/sd/
Sai Pavan Boddu
2015-10-29
1
-1
/
+1
*
typofixes - v4
Veres Lajos
2015-09-11
1
-1
/
+1
*
sysbus: Make devices picking up backends unavailable with -device
Markus Armbruster
2015-04-02
1
-0
/
+2
*
hw: Mark devices picking up block backends actively FIXME
Markus Armbruster
2015-04-02
1
-0
/
+1
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-20
1
-1
/
+2
*
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+0
*
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+1
*
blockdev: Remove IF_* check for read-only blockdev_init
Kevin Wolf
2013-10-11
1
-0
/
+4
*
pl181: QOM cast cleanup
Andreas Färber
2013-07-29
1
-9
/
+14
*
pl181: Rename pl181_state to PL181State
Andreas Färber
2013-07-29
1
-28
/
+28
*
sd/pl181.c: Avoid undefined shift behaviour in RWORD macro
Peter Maydell
2013-07-15
1
-1
/
+1
*
hw/s*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
sd: pass bool parameter for sd_init
liguang
2013-06-21
1
-1
/
+1
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+515