summaryrefslogtreecommitdiffstats
path: root/hw/pflash_cfi01.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-769/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* pflash_cfi01: Implement migration supportPeter Maydell2013-04-051-3/+17
* pflash_cfi01: Drop unused 'bypass' fieldPeter Maydell2013-04-051-8/+2
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* hw/pflash_cfi01: Treat read in unknown command state as readPeter Maydell2013-02-281-5/+6
* hw/pflash_cfi01: Make read after byte-write or erase return statusPeter Maydell2013-02-281-0/+3
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-1/+1
* pflash_cfi01: Suppress warning when Linux probes for AMD flashStefan Weil2013-01-011-0/+3
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-191-4/+4
|\
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
| * exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
| * block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* | pflash_cfi0x: Send debug messages to stderrPeter Crosthwaite2012-12-181-4/+4
* | pflash_cfi01: qemu_log_mask "unimplemented" msgPeter Crosthwaite2012-12-181-3/+3
|/
* pflash_cfi01: Fix debug mode printferyPeter Crosthwaite2012-10-301-1/+2
* pflash_cfi0x: QOMifiedPeter Crosthwaite2012-10-301-41/+100
* pflash_cfi01: remove unused total_len fieldPeter Crosthwaite2012-10-301-2/+0
* pflash_cfi0x: remove unused base fieldPeter Crosthwaite2012-10-301-2/+0
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-24/+24
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* pflash_cfi01: Fix warning caused by unreachable codeStefan Weil2012-09-231-4/+4
* hw/pflash_cfi0[12]: Use host-utils.h ctz32()Peter Maydell2012-09-191-36/+1
* pflash_cfi01: fix vendor specific extended queryAurelien Jarno2012-09-191-1/+3
* pflash_cfi01: remove redundant lineEric Bénard2012-04-201-1/+0
* pflash_cfi01/02: support read-only pflash devicesJordan Justen2012-02-221-14/+30
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+3
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-09-081-0/+1
|\
| * block: Attach non-qdev devices as wellMarkus Armbruster2011-09-061-0/+1
* | pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity2011-09-041-45/+33
|/
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-23/+44
* pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity2011-08-251-44/+23
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+4
* pflash_cfi01: add device ID read commandMichael Walle2010-05-211-0/+20
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-0/+2
* Compile pflash_cfi01 only onceBlue Swirl2010-03-291-68/+127
* pflash: Buffer block writesEdgar E. Iglesias2010-01-271-3/+9
* pflash: Dont open memarea for full IO if already done.Edgar E. Iglesias2010-01-241-2/+4
* pflash: Reduce writebuf len for 8-bit flashes.Edgar E. Iglesias2010-01-241-1/+5
* pflash: Remove dead code, no functional changes.Edgar E. Iglesias2010-01-241-7/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-27/+27
* Get rid of _t suffixmalc2009-10-011-27/+27
* static and inline should came before the type of the functionsJuan Quintela2009-09-251-1/+1
* pflash_cfi01: Correct debug build, no functional changes.Edgar E. Iglesias2009-09-141-11/+12
* Check block driver read error in pflash_cfi0xVijay Kumar2009-08-271-1/+7
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* 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
OpenPOWER on IntegriCloud