summaryrefslogtreecommitdiff
path: root/hw/pflash_cfi01.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber1-1/+1
2013-01-01pflash_cfi01: Suppress warning when Linux probes for AMD flashStefan Weil1-0/+3
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori1-4/+4
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-18pflash_cfi0x: Send debug messages to stderrPeter Crosthwaite1-4/+4
2012-12-18pflash_cfi01: qemu_log_mask "unimplemented" msgPeter Crosthwaite1-3/+3
2012-10-30pflash_cfi01: Fix debug mode printferyPeter Crosthwaite1-1/+2
2012-10-30pflash_cfi0x: QOMifiedPeter Crosthwaite1-41/+100
2012-10-30pflash_cfi01: remove unused total_len fieldPeter Crosthwaite1-2/+0
2012-10-30pflash_cfi0x: remove unused base fieldPeter Crosthwaite1-2/+0
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-24/+24
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-09-23pflash_cfi01: Fix warning caused by unreachable codeStefan Weil1-4/+4
2012-09-19hw/pflash_cfi0[12]: Use host-utils.h ctz32()Peter Maydell1-36/+1
2012-09-19pflash_cfi01: fix vendor specific extended queryAurelien Jarno1-1/+3
2012-04-20pflash_cfi01: remove redundant lineEric Bénard1-1/+0
2012-02-22pflash_cfi01/02: support read-only pflash devicesJordan Justen1-14/+30
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+3
2011-09-08Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+1
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster1-0/+1
2011-09-04pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-45/+33
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-23/+44
2011-08-25pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-44/+23
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-05-21pflash_cfi01: add device ID read commandMichael Walle1-0/+20
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-0/+2
2010-03-29Compile pflash_cfi01 only onceBlue Swirl1-68/+127
2010-01-27pflash: Buffer block writesEdgar E. Iglesias1-3/+9
2010-01-24pflash: Dont open memarea for full IO if already done.Edgar E. Iglesias1-2/+4
2010-01-24pflash: Reduce writebuf len for 8-bit flashes.Edgar E. Iglesias1-1/+5
2010-01-24pflash: Remove dead code, no functional changes.Edgar E. Iglesias1-7/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-27/+27
2009-10-01Get rid of _t suffixmalc1-27/+27
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-1/+1
2009-09-14pflash_cfi01: Correct debug build, no functional changes.Edgar E. Iglesias1-11/+12
2009-08-27Check block driver read error in pflash_cfi0xVijay Kumar1-1/+7
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-5/+5
2009-05-08Use target_phys_addr_t, not target_ulong.Paul Brook1-12/+13
2009-04-10Yet more phys_ram_base elimination.pbrook1-1/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-07pflash_cfi01: add Single Byte Program (Jean-Christophe PLAGNIOL-VILLARD).balrog1-34/+53
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-2/+0