summaryrefslogtreecommitdiffstats
path: root/hw/onenand.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-2/+2
* 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
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil2012-10-051-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-7/+9
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-13/+22
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+2
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* hw/onenand: reject read-only drivesJuha Riihimäki2011-11-141-0/+5
* hw/onenand: Minor spacing fixesJuha Riihimäki2011-08-281-7/+7
* hw/onenand: QdevifyJuha Riihimäki2011-08-281-34/+108
* hw/onenand: Remove unnecessary argument from onenand_command()Juha Riihimäki2011-08-281-4/+4
* onenand: convert to memory APIAvi Kivity2011-08-221-32/+37
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-15/+15
* onenand: Add missing brace.Andrzej Zaborowski2011-07-301-0/+1
* hw/onenand: program actions can only clear bitsJuha Riihimäki2011-07-301-29/+106
* onenand: Handle various ID fields separatelyJuha Riihimäki2011-07-301-11/+18
* onenand: Pass BlockDriverState to init functionPeter Maydell2011-07-301-5/+4
* spitz: make sl-nand emulation use qdev infrastructureDmitry Eremin-Solenikov2011-01-291-0/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+1
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+1
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-2/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-2/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* kill drives_tableGerd Hoffmann2009-07-271-3/+3
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Follow coding conventionsPaul Brook2009-05-101-17/+17
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-3/+2
* Yet more phys_ram_base elimination.pbrook2009-04-101-1/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-4/+3
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-5/+5
* Fill in WLAN and BT platform data in CAL area as expected by Maemo.balrog2008-07-291-0/+7
* Add OneNAND Unlock All command (Kyungmin Park).balrog2008-07-231-0/+15
* Nokia N800 machine support (ARM).balrog2008-04-141-0/+642
OpenPOWER on IntegriCloud