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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-18
hw/sd: use guest error logging rather than fprintf to stderr
Andrew Baumann
1
-9
/
+12
2016-02-18
hw/sd: model a power-up delay, as a workaround for an EDK2 bug
Andrew Baumann
1
-5
/
+76
2016-02-18
hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibility
Andrew Baumann
1
-0
/
+37
2016-02-18
hw/sd/pxa2xx_mmci: Add reset function
Peter Maydell
1
-0
/
+30
2016-02-18
hw/sd/pxa2xx_mmci: Convert to VMStateDescription
Peter Maydell
1
-92
/
+64
2016-02-18
hw/sd/pxa2xx_mmci: Update to use new SDBus APIs
Peter Maydell
1
-14
/
+66
2016-02-18
hw/sd/pxa2xx_mmci: convert to SysBusDevice object
Peter Maydell
1
-16
/
+54
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: Add QOM bus which SD cards plug in to
Peter Maydell
3
-5
/
+190
2016-02-18
hw/sd/sd.c: Convert sd_reset() function into Device reset method
Peter Maydell
1
-5
/
+5
2016-02-18
hw/sd/sd.c: QOMify
Peter Maydell
1
-22
/
+77
2016-02-18
hw/sd/sdhci.c: Remove x-drive property
Peter Maydell
1
-6
/
+0
2016-02-11
sd: limit 'req.cmd' while using as an array index
Prasad J Pandit
1
-2
/
+5
2016-01-29
hw: Clean up includes
Peter Maydell
3
-1
/
+3
2016-01-29
arm devices: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-29
arm: Clean up includes
Peter Maydell
2
-0
/
+2
2016-01-29
lm32: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-21
ssi: Move ssi.h into a separate directory
Alistair Francis
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
sd: Mark brittle abuse of blk_attach_dev() FIXME
Markus Armbruster
1
-0
/
+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
2
-71
/
+5
2015-10-29
sd.h: Move sd.h to include/hw/sd/
Sai Pavan Boddu
7
-7
/
+7
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
3
-14
/
+24
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
typofixes - v4
Veres Lajos
1
-1
/
+1
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
1
-4
/
+2
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-2
/
+1
2015-09-07
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-4
/
+2
2015-06-15
hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOps
Peter Maydell
1
-60
/
+8
2015-05-12
hw/sd: Don't pass BlockBackend to sd_reset()
Peter Maydell
1
-9
/
+8
2015-04-28
sd: convert sd_normal_command() ffs(3) call to ctz32()
Stefan Hajnoczi
1
-1
/
+2
2015-04-02
sysbus: Make devices picking up backends unavailable with -device
Markus Armbruster
3
-0
/
+6
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
4
-0
/
+4
2015-03-19
omap: Fix warnings from Sparse
Stefan Weil
1
-1
/
+2
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
2
-1
/
+52
2014-12-15
sdhci: Add "sysbus" to sdhci QOM types and methods
Kevin O'Connor
2
-18
/
+27
2014-12-15
sdhci: Remove class "virtual" methods
Kevin O'Connor
2
-106
/
+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
7
-43
/
+43
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
4
-5
/
+11
2014-08-04
sd: sdhci: Fix ADMA dma_memory_read access
Peter Crosthwaite
1
-1
/
+2
[next]