]> git.proxmox.com Git - mirror_qemu.git/history - hw/pl181.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / hw / pl181.c
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-06-09 pbrookARM PL181 MMCI fixes.
2007-06-03 pbrookFix off-by-one memory region sizes.
2007-04-07 pbrookUnify IRQ handling.
2007-04-06 pbrookUse correct type for card field.
2007-04-06 pbrookSD card emulation (initial implementation by Andrzei...