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
/
sd
/
sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
1
-0
/
+1
2016-03-04
sdhci: Implement DeviceClass reset
Peter Maydell
1
-4
/
+17
2016-02-26
sdhci: add quirk property for card insert interrupt status on Raspberry Pi
Andrew Baumann
1
-1
/
+37
2016-02-26
sdhci: Revert "add optional quirk property to disable card insertion/removal ...
Andrew Baumann
1
-6
/
+3
2016-02-18
sdhci_sysbus: Create SD card device in users, not the device itself
Peter Maydell
1
-25
/
+0
2016-02-18
hw/sd/sdhci.c: Update to use SDBus APIs
Peter Maydell
1
-29
/
+68
2016-02-18
hw/sd/sdhci.c: Remove x-drive property
Peter Maydell
1
-6
/
+0
2016-01-29
hw: Clean up includes
Peter Maydell
1
-1
/
+1
2015-12-22
sdhci: add optional quirk property to disable card insertion/removal interrupts
Andrew Baumann
1
-1
/
+4
2015-12-22
sdhci: don't raise a command index error for an unexpected response
Andrew Baumann
1
-3
/
+0
2015-12-22
sd: sdhci: Delete over-zealous power check
Peter Crosthwaite
1
-1
/
+1
2015-12-07
sdhci: Sanitize "sdhci-pci" properties for future qomification
Markus Armbruster
1
-2
/
+7
2015-10-29
sdhci: Split sdhci.h for public and internal device usage
Sai Pavan Boddu
1
-2
/
+1
2015-10-12
sdhci.c: Limit the maximum block size
Alistair Francis
1
-0
/
+10
2015-10-12
sdhci: Pass drive parameter to sdhci-pci via qdev property
Kevin O'Connor
1
-13
/
+19
2015-10-08
sdhci: Change debug prints to compile unconditionally
Sai Pavan Boddu
1
-18
/
+18
2015-10-08
sdhci: use PRIx64 for uint64_t type
Sai Pavan Boddu
1
-2
/
+5
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
1
-4
/
+2
2015-04-02
sysbus: Make devices picking up backends unavailable with -device
Markus Armbruster
1
-0
/
+2
2015-04-02
sdhci: Make device "sdhci-pci" unavailable with -device
Markus Armbruster
1
-0
/
+2
2015-04-02
hw: Mark devices picking up block backends actively FIXME
Markus Armbruster
1
-0
/
+1
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
1
-3
/
+2
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
1
-2
/
+2
2014-12-15
sdhci: Support SDHCI devices on PCI
Kevin O'Connor
1
-0
/
+44
2014-12-15
sdhci: Add "sysbus" to sdhci QOM types and methods
Kevin O'Connor
1
-15
/
+24
2014-12-15
sdhci: Remove class "virtual" methods
Kevin O'Connor
1
-82
/
+40
2014-12-15
sdhci: Set a default frequency clock
Kevin O'Connor
1
-2
/
+2
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-1
/
+1
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-1
/
+2
2014-08-04
sd: sdhci: Fix ADMA dma_memory_read access
Peter Crosthwaite
1
-1
/
+2
2014-06-30
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
1
-2
/
+2
2014-06-30
sdhci: Fix misuse of qemu_free_irqs()
Andreas Färber
1
-2
/
+2
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-1
/
+1
2014-02-20
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
1
-2
/
+2
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
1
-2
/
+2
2014-02-14
sdhci: Drop unnecessary #include
Kevin Wolf
1
-1
/
+0
2013-10-11
blockdev: Remove IF_* check for read-only blockdev_init
Kevin Wolf
1
-0
/
+3
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-14
/
+14
2013-07-04
hw/s*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-1
/
+1
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-1
/
+1
2013-06-21
sd: pass bool parameter for sd_init
liguang
1
-1
/
+1
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
1
-11
/
+11
2013-06-03
sd/sdhci:ADMA: fix interrupt
Peter Crosthwaite
1
-9
/
+9
2013-06-03
sd/sdhci.c: Fix bdata_read DPRINT message
Peter Crosthwaite
1
-1
/
+2
2013-06-03
sd/sdhci: Fix Buffer Write Ready interrupt
Peter Crosthwaite
1
-3
/
+2
2013-06-03
sd/sdhci.c: Only reset data_count on new commands
Peter Crosthwaite
1
-1
/
+1
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
1
-0
/
+1300