aboutsummaryrefslogtreecommitdiffstats
path: root/hw/nand.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-8/+10
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-12/+21
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-11-14hw/nand: reject read-only drivesJuha Riihimäki1-8/+14
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-30hw/nand: qdevifyJuha Riihimäki1-70/+94
2011-07-30hw/nand: Writing to NAND can only clear bitsPeter Maydell1-4/+13
2011-07-30hw/nand: Support multiple reads following READ STATUSJuha Riihimäki1-3/+8
2011-07-30hw/nand: Support devices wider than 8 bitsJuha Riihimäki1-32/+85
2011-07-30nand: Bump vmstate version after changing structure.Andrzej Zaborowski1-3/+3
2011-07-30hw/nand: Support large NAND devicesJuha Riihimäki1-21/+27
2011-07-30hw/nand: Pass block device state to init functionPeter Maydell1-6/+2
2011-04-22vmstate: port nandJuan Quintela1-34/+39
2011-04-22nand: pin values are uint8_tJuan Quintela1-3/+3
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-2/+1
2010-01-15nand: Correct random data reads.Edgar E. Iglesias1-7/+13
2009-12-02Fix qemu_free use in nand.cJean-Christophe DUBOIS1-2/+2
2009-07-27kill drives_tableGerd Hoffmann1-4/+4
2009-05-10Follow coding conventionsPaul Brook1-21/+21
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-4/+2
2009-01-20Fix NAND flash save/restore.pbrook1-0/+3
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-07-01Remove duplicate device index calculations.pbrook1-3/+1
2008-06-02Make -mtdblock optional again.balrog1-6/+3
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-1/+7
2007-11-17Break up vl.h.pbrook1-1/+5
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-0/+47
2007-05-12Correct NAND erase block size. Misc fixes in Spitz code.balrog1-1/+1
2007-04-30NAND Flash memory emulation and ECC calculation helpers for use by NAND contr...balrog1-0/+603