aboutsummaryrefslogtreecommitdiff
path: root/hw/nand.c
AgeCommit message (Expand)Author
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-11-14hw/nand: reject read-only drivesJuha Riihimäki
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-30hw/nand: qdevifyJuha Riihimäki
2011-07-30hw/nand: Writing to NAND can only clear bitsPeter Maydell
2011-07-30hw/nand: Support multiple reads following READ STATUSJuha Riihimäki
2011-07-30hw/nand: Support devices wider than 8 bitsJuha Riihimäki
2011-07-30nand: Bump vmstate version after changing structure.Andrzej Zaborowski
2011-07-30hw/nand: Support large NAND devicesJuha Riihimäki
2011-07-30hw/nand: Pass block device state to init functionPeter Maydell
2011-04-22vmstate: port nandJuan Quintela
2011-04-22nand: pin values are uint8_tJuan Quintela
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-01-15nand: Correct random data reads.Edgar E. Iglesias
2009-12-02Fix qemu_free use in nand.cJean-Christophe DUBOIS
2009-07-27kill drives_tableGerd Hoffmann
2009-05-10Follow coding conventionsPaul Brook
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-01-20Fix NAND flash save/restore.pbrook
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-07-01Remove duplicate device index calculations.pbrook
2008-06-02Make -mtdblock optional again.balrog
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-11-17Break up vl.h.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog
2007-05-12Correct NAND erase block size. Misc fixes in Spitz code.balrog
2007-04-30NAND Flash memory emulation and ECC calculation helpers for use by NAND contr...balrog