| Commit message (Expand) | Author | Age | Files | Lines |
* | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 2022-07-12 | 1 | -2/+2 |
* | block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o... | Emanuele Giuseppe Esposito | 2022-03-04 | 1 | -1/+1 |
* | hw/block/pflash_cfi: Replace DPRINTF with trace events | David Edmondson | 2021-03-18 | 1 | -47/+33 |
* | hw/block/pflash_cfi01: Correct the type of PFlashCFI01.ro | David Edmondson | 2021-03-18 | 1 | -2/+2 |
* | hw/block/pflash_cfi01: Clarify trace events | Philippe Mathieu-Daudé | 2021-03-18 | 1 | -1/+2 |
* | hw/block/pflash_cfi01: Extract pflash_cfi01_fill_cfi_table() | Philippe Mathieu-Daudé | 2021-03-18 | 1 | -67/+73 |
* | hw/block/pflash_cfi: Fix code style for checkpatch.pl | Philippe Mathieu-Daudé | 2021-03-18 | 1 | -12/+24 |
* | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 2021-03-09 | 1 | -1/+1 |
* | block: Separate blk_is_writable() and blk_supports_write_perm() | Kevin Wolf | 2021-01-27 | 1 | -1/+1 |
* | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 2020-12-18 | 1 | -0/+1 |
* | parallel nor flash: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | hw: Remove superfluous breaks | Liao Pingfang | 2020-09-01 | 1 | -1/+0 |
* | pflash: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy | 2020-07-10 | 1 | -4/+3 |
* | qdev: Make qdev_prop_set_drive() match the other helpers | Markus Armbruster | 2020-06-23 | 1 | -3/+3 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | hw/block/pflash: Check return value of blk_pwrite() | Mansour Ahmadi | 2020-05-22 | 1 | -1/+7 |
* | hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array' | Philippe Mathieu-Daudé | 2020-05-22 | 1 | -15/+15 |
* | hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00' | Philippe Mathieu-Daudé | 2020-05-22 | 1 | -5/+13 |
* | hw/block/pflash_cfi01: Removed an unused timer | Philippe Mathieu-Daudé | 2020-05-22 | 1 | -15/+0 |
* | hw: Use QEMU_IS_ALIGNED() on parallel flash block size | Philippe Mathieu-Daudé | 2020-05-18 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | hw/block/pflash: Remove dynamic field width from trace events | Philippe Mathieu-Daudé | 2019-11-19 | 1 | -4/+4 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | hw/block/pflash_cfi01: Add missing DeviceReset() handler | Philippe Mathieu-Daudé | 2019-07-23 | 1 | -0/+19 |
* | hw/block/pflash_cfi01: Start state machine as READY to accept commands | Philippe Mathieu-Daudé | 2019-07-16 | 1 | -1/+1 |
* | hw/block/pflash: Simplify trace_pflash_data_read/write() | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -4/+2 |
* | hw/block/pflash: Simplify trace_pflash_io_read/write() | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -2/+3 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | pflash_cfi01: New pflash_cfi01_legacy_drive() | Markus Armbruster | 2019-05-07 | 1 | -0/+28 |
* | pflash: Bury disabled code to limit device sizes | Alex Bennée | 2019-03-26 | 1 | -7/+0 |
* | pflash: Require backend size to match device, improve errors | Markus Armbruster | 2019-03-26 | 1 | -5/+3 |
* | pflash_cfi01: Add pflash_cfi01_get_blk() helper | Philippe Mathieu-Daudé | 2019-03-11 | 1 | -0/+5 |
* | pflash: Clean up after commit 368a354f02b, part 2 | Markus Armbruster | 2019-03-11 | 1 | -2/+3 |
* | pflash: Clean up after commit 368a354f02b, part 1 | Markus Armbruster | 2019-03-11 | 1 | -1/+1 |
* | hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2} | Markus Armbruster | 2019-03-11 | 1 | -3/+0 |
* | pflash: Rename *CFI_PFLASH* to *PFLASH_CFI* | Markus Armbruster | 2019-03-11 | 1 | -6/+6 |
* | pflash_cfi01: Log use of flawed "write to buffer" | Markus Armbruster | 2019-03-11 | 1 | -0/+13 |
* | pflash_cfi01: Do not exit() on guest aborting "write to buffer" | Markus Armbruster | 2019-03-11 | 1 | -8/+5 |
* | pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02 | Markus Armbruster | 2019-03-11 | 1 | -43/+46 |
* | hw/block/pflash_cfi: Convert from DPRINTF() macro to trace events | Philippe Mathieu-Daudé | 2018-06-29 | 1 | -27/+15 |
* | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
* | hw/block/pflash_cfi: fix off-by-one error | Philippe Mathieu-Daudé | 2018-04-10 | 1 | -6/+4 |
* | hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device() | Peter Maydell | 2017-07-14 | 1 | -2/+1 |
* | memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate() | Peter Maydell | 2017-07-14 | 1 | -1/+1 |
* | hw/block: Request permissions | Kevin Wolf | 2017-02-28 | 1 | -6/+12 |
* | pflash_cfi01: fix per-device sector length in CFI table | Peter Maydell | 2017-01-27 | 1 | -5/+17 |