summaryrefslogtreecommitdiffstats
path: root/hw/nand.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil2012-10-051-12/+22
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-12/+21
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* hw/nand: reject read-only drivesJuha Riihimäki2011-11-141-8/+14
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* hw/nand: qdevifyJuha Riihimäki2011-07-301-70/+94
* hw/nand: Writing to NAND can only clear bitsPeter Maydell2011-07-301-4/+13
* hw/nand: Support multiple reads following READ STATUSJuha Riihimäki2011-07-301-3/+8
* hw/nand: Support devices wider than 8 bitsJuha Riihimäki2011-07-301-32/+85
* nand: Bump vmstate version after changing structure.Andrzej Zaborowski2011-07-301-3/+3
* hw/nand: Support large NAND devicesJuha Riihimäki2011-07-301-21/+27
* hw/nand: Pass block device state to init functionPeter Maydell2011-07-301-6/+2
* vmstate: port nandJuan Quintela2011-04-221-34/+39
* nand: pin values are uint8_tJuan Quintela2011-04-221-3/+3
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-2/+1
* nand: Correct random data reads.Edgar E. Iglesias2010-01-151-7/+13
* Fix qemu_free use in nand.cJean-Christophe DUBOIS2009-12-021-2/+2
* kill drives_tableGerd Hoffmann2009-07-271-4/+4
* Follow coding conventionsPaul Brook2009-05-101-21/+21
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-4/+2
* Fix NAND flash save/restore.pbrook2009-01-201-0/+3
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Remove duplicate device index calculations.pbrook2008-07-011-3/+1
* Make -mtdblock optional again.balrog2008-06-021-6/+3
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-1/+7
* Break up vl.h.pbrook2007-11-171-1/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-0/+47
* Correct NAND erase block size. Misc fixes in Spitz code.balrog2007-05-121-1/+1
* NAND Flash memory emulation and ECC calculation helpers for use by NAND contr...balrog2007-04-301-0/+603
OpenPOWER on IntegriCloud