aboutsummaryrefslogtreecommitdiff
path: root/hw/block/pflash_cfi02.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-02hw/block/pflash_cfi02: Add an enum to define the write cyclesPhilippe Mathieu-Daudé1-2/+8
2019-07-02hw/block/pflash_cfi02: Fix debug format stringPhilippe Mathieu-Daudé1-12/+6
2019-07-02hw/block/pflash: Simplify trace_pflash_data_read/write()Philippe Mathieu-Daudé1-4/+2
2019-07-02hw/block/pflash: Simplify trace_pflash_io_read/write()Philippe Mathieu-Daudé1-4/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-26pflash: Bury disabled code to limit device sizesAlex Bennée1-6/+0
2019-03-26pflash: Require backend size to match device, improve errorsMarkus Armbruster1-4/+3
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-2/+3
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-1/+1
2019-03-11hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster1-3/+0
2019-03-11pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*Markus Armbruster1-7/+7
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster1-35/+38
2019-03-06block/pflash_cfi02: Fix memory leak and potential use-after-freeStephen Checkoway1-4/+11
2018-06-29hw/block/pflash_cfi: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé1-9/+9
2018-06-15hw/block/pflash_cfi02: Convert away from old_mmioPeter Maydell1-79/+18
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-04-10hw/block/pflash_cfi: fix off-by-one errorPhilippe Mathieu-Daudé1-5/+4
2017-07-14hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()Peter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell1-1/+1
2017-02-28hw/block: Request permissionsKevin Wolf1-6/+13
2016-12-22hw/block/pflash_cfi*.c: fix confusing assert fail messageZiyue Yang1-0/+13
2016-06-29pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily1-1/+0
2016-05-12pflash: Switch to byte-based block accessEric Blake1-6/+6
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-4/+4
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster1-2/+2
2014-12-10pflash_cfi02.c: associate "cfi.pflash02" to "Storage devices" categoryAntony Pavlov1-0/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-12/+12
2014-09-09memory: add parameter errp to memory_region_init_rom_deviceHu Tao1-1/+7
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-1/+0
2013-09-01pflash_cfi02.c: fix debug macroAntony Pavlov1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-07-23pflash_cfi02: Use QOM realize for pflash_cfi02Hu Tao1-8/+7
2013-07-23pflash-cfi02: QOM'ify some moreHu Tao1-9/+12
2013-07-04hw/block: pass owner to memory_region_init* functionsPaolo Bonzini1-4/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+787