]> git.proxmox.com Git - qemu.git/history - hw/pl181.c
Introduce a 'client_add' monitor command accepting an open FD
[qemu.git] / hw / pl181.c
2011-03-06 Peter Maydellhw/pl181: Implement GPIO output pins for card status
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-31 Markus Armbrusterblockdev: New drive_get_next(), replacing qdev_init_bdrv()
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterqdev: Move declaration of qdev_init_bdrv() into qdev.h
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 Blue SwirlFix arm-softmmu compile
2010-02-22 Paul BrookPL181 write fix
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-14 Paul BrookPL181 qdev conversion
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-10 Paul BrookFollow coding conventions
2009-05-08 Paul BrookReplace cpu_abort with hw_error
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2007-11-24 pbrookPartial SD card SPI mode support.
2007-11-17 pbrookBreak up vl.h.
2007-11-10 pbrookFix 64-bit host printf format mismatches.
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...