summaryrefslogtreecommitdiff
path: root/hw/block/pflash_cfi01.c
AgeCommit message (Expand)Author
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-11-19hw/block/pflash: Remove dynamic field width from trace eventsPhilippe Mathieu-Daudé
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-23hw/block/pflash_cfi01: Add missing DeviceReset() handlerPhilippe Mathieu-Daudé
2019-07-16hw/block/pflash_cfi01: Start state machine as READY to accept commandsPhilippe Mathieu-Daudé
2019-07-02hw/block/pflash: Simplify trace_pflash_data_read/write()Philippe Mathieu-Daudé
2019-07-02hw/block/pflash: Simplify trace_pflash_io_read/write()Philippe Mathieu-Daudé
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-07pflash_cfi01: New pflash_cfi01_legacy_drive()Markus Armbruster
2019-03-26pflash: Bury disabled code to limit device sizesAlex Bennée
2019-03-26pflash: Require backend size to match device, improve errorsMarkus Armbruster
2019-03-11pflash_cfi01: Add pflash_cfi01_get_blk() helperPhilippe Mathieu-Daudé
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster
2019-03-11hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster
2019-03-11pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*Markus Armbruster
2019-03-11pflash_cfi01: Log use of flawed "write to buffer"Markus Armbruster
2019-03-11pflash_cfi01: Do not exit() on guest aborting "write to buffer"Markus Armbruster
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster
2018-06-29hw/block/pflash_cfi: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-10hw/block/pflash_cfi: fix off-by-one errorPhilippe Mathieu-Daudé
2017-07-14hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()Peter Maydell
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell
2017-02-28hw/block: Request permissionsKevin Wolf
2017-01-27pflash_cfi01: fix per-device sector length in CFI tablePeter Maydell
2016-12-22hw/block/pflash_cfi*.c: fix confusing assert fail messageZiyue Yang
2016-06-29pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-12pflash: Switch to byte-based block accessEric Blake
2016-04-15Fix pflash migrationDr. David Alan Gilbert
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-06-05pflash_cfi01: add secure propertyPaolo Bonzini
2015-06-05pflash_cfi01: change to new-style MMIO accessorsPaolo Bonzini
2015-06-05pflash_cfi01: change big-endian property to BIT typePaolo Bonzini
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-09memory: add parameter errp to memory_region_init_rom_deviceHu Tao
2014-09-08pflash_cfi01: write flash contents to bdrv on incoming migrationLaszlo Ersek
2014-09-08pflash_cfi01: fixup stale DPRINTF() callsLaszlo Ersek
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-06-19hw/block/pflash_cfi01: Report correct size info for parallel configsPeter Maydell
2013-12-17Fix NOR flash device ID readingRoy Franz
2013-12-17Fix CFI query responses for NOR flashRoy Franz
2013-12-17Add max device width parameter for NOR devicesRoy Franz