| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -1/+1 |
* | 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: Use QEMU_IS_ALIGNED() on parallel flash block size | Philippe Mathieu-Daudé | 2020-05-18 | 1 | -1/+1 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | hw/block/pflash_cfi02: Remove unneeded variable assignment | Philippe Mathieu-Daudé | 2020-02-18 | 1 | -1/+0 |
* | 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 |
* | 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_cfi02: Rewrite a fall through comment | Philippe Mathieu-Daudé | 2019-07-23 | 1 | -1/+1 |
* | hw/block/pflash_cfi02: Explicit switch fallthrough for ERASE commands | Philippe Mathieu-Daudé | 2019-07-16 | 1 | -0/+1 |
* | Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit" | Philippe Mathieu-Daudé | 2019-07-09 | 1 | -1/+4 |
* | hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -4/+1 |
* | hw/block/pflash_cfi02: Document commands | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -21/+19 |
* | hw/block/pflash_cfi02: Use chip erase time specified in the CFI table | Stephen Checkoway | 2019-07-02 | 1 | -2/+2 |
* | hw/block/pflash_cfi02: Implement erase suspend/resume | Stephen Checkoway | 2019-07-02 | 1 | -14/+140 |
* | hw/block/pflash_cfi02: Implement multi-sector erase | Stephen Checkoway | 2019-07-02 | 1 | -18/+76 |
* | hw/block/pflash_cfi02: Fix reset command not ignored during erase | Stephen Checkoway | 2019-07-02 | 1 | -1/+2 |
* | hw/block/pflash_cfi02: Fix CFI in autoselect mode | Stephen Checkoway | 2019-07-02 | 1 | -4/+18 |
* | hw/block/pflash_cfi02: Split if() condition | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -2/+4 |
* | hw/block/pflash_cfi02: Extract pflash_regions_count() | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -2/+6 |
* | hw/block/pflash_cfi02: Implement nonuniform sector sizes | Stephen Checkoway | 2019-07-02 | 1 | -27/+114 |
* | hw/block/pflash_cfi02: Document 'Page Mode' operations are not supported | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -1/+3 |
* | hw/block/pflash_cfi02: Hold the PRI table offset in a variable | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -14/+17 |
* | hw/block/pflash_cfi02: Document the current CFI values | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -1/+10 |
* | hw/block/pflash_cfi02: Remove pointless local variable | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -8/+6 |
* | hw/block/pflash_cfi02: Fix command address comparison | Stephen Checkoway | 2019-07-02 | 1 | -1/+7 |
* | hw/block/pflash_cfi02: Unify the MemoryRegionOps | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -45/+15 |
* | hw/block/pflash_cfi02: Extract the pflash_data_read() function | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -10/+14 |
* | hw/block/pflash_cfi02: Use the ldst API in pflash_read() | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -27/+5 |
* | hw/block/pflash_cfi02: Use the ldst API in pflash_write() | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -30/+8 |
* | hw/block/pflash_cfi02: Simplify a statement using fall through | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -3/+3 |
* | hw/block/pflash_cfi02: Add helpers to manipulate the status bits | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -6/+34 |
* | hw/block/pflash_cfi02: Add an enum to define the write cycles | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -2/+8 |
* | hw/block/pflash_cfi02: Fix debug format string | Philippe Mathieu-Daudé | 2019-07-02 | 1 | -12/+6 |
* | 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 | -4/+2 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | pflash: Bury disabled code to limit device sizes | Alex Bennée | 2019-03-26 | 1 | -6/+0 |
* | pflash: Require backend size to match device, improve errors | Markus Armbruster | 2019-03-26 | 1 | -4/+3 |
* | 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 | -7/+7 |
* | pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02 | Markus Armbruster | 2019-03-11 | 1 | -35/+38 |
* | block/pflash_cfi02: Fix memory leak and potential use-after-free | Stephen Checkoway | 2019-03-06 | 1 | -4/+11 |