aboutsummaryrefslogtreecommitdiff
path: root/hw/pflash_cfi01.c
AgeCommit message (Expand)Author
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-05pflash_cfi01: Implement migration supportPeter Maydell
2013-04-05pflash_cfi01: Drop unused 'bypass' fieldPeter Maydell
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-02-28hw/pflash_cfi01: Treat read in unknown command state as readPeter Maydell
2013-02-28hw/pflash_cfi01: Make read after byte-write or erase return statusPeter Maydell
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber
2013-01-01pflash_cfi01: Suppress warning when Linux probes for AMD flashStefan Weil
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-18pflash_cfi0x: Send debug messages to stderrPeter Crosthwaite
2012-12-18pflash_cfi01: qemu_log_mask "unimplemented" msgPeter Crosthwaite
2012-10-30pflash_cfi01: Fix debug mode printferyPeter Crosthwaite
2012-10-30pflash_cfi0x: QOMifiedPeter Crosthwaite
2012-10-30pflash_cfi01: remove unused total_len fieldPeter Crosthwaite
2012-10-30pflash_cfi0x: remove unused base fieldPeter Crosthwaite
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-05cleanup useless return sentenceAmos Kong
2012-09-23pflash_cfi01: Fix warning caused by unreachable codeStefan Weil
2012-09-19hw/pflash_cfi0[12]: Use host-utils.h ctz32()Peter Maydell
2012-09-19pflash_cfi01: fix vendor specific extended queryAurelien Jarno
2012-04-20pflash_cfi01: remove redundant lineEric Bénard
2012-02-22pflash_cfi01/02: support read-only pflash devicesJordan Justen
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-09-08Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster
2011-09-04pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori
2011-08-25pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-05-21pflash_cfi01: add device ID read commandMichael Walle
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-03-29Compile pflash_cfi01 only onceBlue Swirl
2010-01-27pflash: Buffer block writesEdgar E. Iglesias
2010-01-24pflash: Dont open memarea for full IO if already done.Edgar E. Iglesias
2010-01-24pflash: Reduce writebuf len for 8-bit flashes.Edgar E. Iglesias
2010-01-24pflash: Remove dead code, no functional changes.Edgar E. Iglesias
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2009-09-14pflash_cfi01: Correct debug build, no functional changes.Edgar E. Iglesias
2009-08-27Check block driver read error in pflash_cfi0xVijay Kumar
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity