summary refs log tree commit diff stats
path: root/hw/block/pflash_cfi01.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis2024-01-301-2/+2
* hw/pflash: implement update buffer for block writesGerd Hoffmann2024-01-191-27/+83
* hw/pflash: use ldn_{be,le}_p and stn_{be,le}_pGerd Hoffmann2024-01-191-55/+8
* hw/pflash: refactor pflash_data_write()Gerd Hoffmann2024-01-191-14/+16
* hw/block: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/other: spelling fixesMichael Tokarev2023-09-211-1/+1
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-1/+1
* Revert "hw/block/pflash_cfi: Error out if dev length isn't power of 2"Daniel Henrique Barboza2022-11-081-6/+2
* hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of twoBernhard Beschow2022-10-281-2/+6
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-041-1/+1
* hw/block/pflash_cfi: Replace DPRINTF with trace eventsDavid Edmondson2021-03-181-47/+33
* hw/block/pflash_cfi01: Correct the type of PFlashCFI01.roDavid Edmondson2021-03-181-2/+2
* hw/block/pflash_cfi01: Clarify trace eventsPhilippe Mathieu-Daudé2021-03-181-1/+2
* hw/block/pflash_cfi01: Extract pflash_cfi01_fill_cfi_table()Philippe Mathieu-Daudé2021-03-181-67/+73
* hw/block/pflash_cfi: Fix code style for checkpatch.plPhilippe Mathieu-Daudé2021-03-181-12/+24
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* parallel nor flash: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw: Remove superfluous breaksLiao Pingfang2020-09-011-1/+0
* pflash: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-4/+3
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-3/+3
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/block/pflash: Check return value of blk_pwrite()Mansour Ahmadi2020-05-221-1/+7
* hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'Philippe Mathieu-Daudé2020-05-221-15/+15
* hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'Philippe Mathieu-Daudé2020-05-221-5/+13
* hw/block/pflash_cfi01: Removed an unused timerPhilippe Mathieu-Daudé2020-05-221-15/+0
* hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé2020-05-181-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/block/pflash: Remove dynamic field width from trace eventsPhilippe Mathieu-Daudé2019-11-191-4/+4
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* hw/block/pflash_cfi01: Add missing DeviceReset() handlerPhilippe Mathieu-Daudé2019-07-231-0/+19
* hw/block/pflash_cfi01: Start state machine as READY to accept commandsPhilippe Mathieu-Daudé2019-07-161-1/+1
* hw/block/pflash: Simplify trace_pflash_data_read/write()Philippe Mathieu-Daudé2019-07-021-4/+2
* hw/block/pflash: Simplify trace_pflash_io_read/write()Philippe Mathieu-Daudé2019-07-021-2/+3
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* pflash_cfi01: New pflash_cfi01_legacy_drive()Markus Armbruster2019-05-071-0/+28
* pflash: Bury disabled code to limit device sizesAlex Bennée2019-03-261-7/+0
* pflash: Require backend size to match device, improve errorsMarkus Armbruster2019-03-261-5/+3
* pflash_cfi01: Add pflash_cfi01_get_blk() helperPhilippe Mathieu-Daudé2019-03-111-0/+5
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+3
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-1/+1
* hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster2019-03-111-3/+0
* pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*Markus Armbruster2019-03-111-6/+6