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
/
sd
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd: Fix "info qtree" on boards with SD cards
Peter Maydell
2019-11-29
1
-2
/
+4
*
sdhci: Implement DeviceClass reset
Peter Maydell
2019-11-29
1
-4
/
+17
*
sd.c: Handle NULL block backend in sd_get_inserted()
Peter Maydell
2019-11-29
1
-1
/
+1
*
sdhci: add quirk property for card insert interrupt status on Raspberry Pi
Andrew Baumann
2019-11-29
1
-1
/
+37
*
sdhci: Revert "add optional quirk property to disable card insertion/removal ...
Andrew Baumann
2019-11-29
1
-6
/
+3
*
hw/sd: use guest error logging rather than fprintf to stderr
Andrew Baumann
2019-11-29
1
-9
/
+12
*
hw/sd: model a power-up delay, as a workaround for an EDK2 bug
Andrew Baumann
2019-11-29
1
-5
/
+76
*
hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibility
Andrew Baumann
2019-11-29
1
-0
/
+37
*
hw/sd/pxa2xx_mmci: Add reset function
Peter Maydell
2019-11-29
1
-0
/
+30
*
hw/sd/pxa2xx_mmci: Convert to VMStateDescription
Peter Maydell
2019-11-29
1
-92
/
+64
*
hw/sd/pxa2xx_mmci: Update to use new SDBus APIs
Peter Maydell
2019-11-29
1
-14
/
+66
*
hw/sd/pxa2xx_mmci: convert to SysBusDevice object
Peter Maydell
2019-11-29
1
-16
/
+54
*
sdhci_sysbus: Create SD card device in users, not the device itself
Peter Maydell
2019-11-29
1
-25
/
+0
*
hw/sd/sdhci.c: Update to use SDBus APIs
Peter Maydell
2019-11-29
1
-29
/
+68
*
hw/sd: Add QOM bus which SD cards plug in to
Peter Maydell
2019-11-29
3
-5
/
+190
*
hw/sd/sd.c: Convert sd_reset() function into Device reset method
Peter Maydell
2019-11-29
1
-5
/
+5
*
hw/sd/sd.c: QOMify
Peter Maydell
2019-11-29
1
-22
/
+77
*
hw/sd/sdhci.c: Remove x-drive property
Peter Maydell
2019-11-29
1
-6
/
+0
*
sd: limit 'req.cmd' while using as an array index
Prasad J Pandit
2019-11-29
1
-2
/
+5
*
hw: Clean up includes
Peter Maydell
2019-11-29
3
-1
/
+3
*
arm devices: Clean up includes
Peter Maydell
2019-11-29
1
-0
/
+1
*
arm: Clean up includes
Peter Maydell
2019-11-29
2
-0
/
+2
*
lm32: Clean up includes
Peter Maydell
2019-11-29
1
-0
/
+1
*
ssi: Move ssi.h into a separate directory
Alistair Francis
2019-11-29
1
-1
/
+1
*
sdhci: add optional quirk property to disable card insertion/removal interrupts
Andrew Baumann
2019-11-29
1
-1
/
+4
*
sdhci: don't raise a command index error for an unexpected response
Andrew Baumann
2019-11-29
1
-3
/
+0
*
sd: sdhci: Delete over-zealous power check
Peter Crosthwaite
2019-11-29
1
-1
/
+1
*
sd: Mark brittle abuse of blk_attach_dev() FIXME
Markus Armbruster
2015-12-07
1
-0
/
+1
*
sdhci: Sanitize "sdhci-pci" properties for future qomification
Markus Armbruster
2015-12-07
1
-2
/
+7
*
sdhci: Split sdhci.h for public and internal device usage
Sai Pavan Boddu
2015-10-29
2
-71
/
+5
*
sd.h: Move sd.h to include/hw/sd/
Sai Pavan Boddu
2015-10-29
7
-7
/
+7
*
sdhci.c: Limit the maximum block size
Alistair Francis
2015-10-12
1
-0
/
+10
*
sdhci: Pass drive parameter to sdhci-pci via qdev property
Kevin O'Connor
2015-10-12
3
-14
/
+24
*
sdhci: Change debug prints to compile unconditionally
Sai Pavan Boddu
2015-10-08
1
-18
/
+18
*
sdhci: use PRIx64 for uint64_t type
Sai Pavan Boddu
2015-10-08
1
-2
/
+5
*
typofixes - v4
Veres Lajos
2015-09-11
1
-1
/
+1
*
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
2015-09-11
1
-4
/
+2
*
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
2015-09-11
1
-2
/
+1
*
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-09-07
1
-4
/
+2
*
hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOps
Peter Maydell
2015-06-15
1
-60
/
+8
*
hw/sd: Don't pass BlockBackend to sd_reset()
Peter Maydell
2015-05-12
1
-9
/
+8
*
sd: convert sd_normal_command() ffs(3) call to ctz32()
Stefan Hajnoczi
2015-04-28
1
-1
/
+2
*
sysbus: Make devices picking up backends unavailable with -device
Markus Armbruster
2015-04-02
3
-0
/
+6
*
sdhci: Make device "sdhci-pci" 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
4
-0
/
+4
*
omap: Fix warnings from Sparse
Stefan Weil
2015-03-19
1
-1
/
+2
*
pci: Trivial device model conversions to realize
Markus Armbruster
2015-02-26
1
-3
/
+2
*
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-26
1
-2
/
+2
*
sdhci: Support SDHCI devices on PCI
Kevin O'Connor
2014-12-15
2
-1
/
+52
*
sdhci: Add "sysbus" to sdhci QOM types and methods
Kevin O'Connor
2014-12-15
2
-18
/
+27
[next]