Age | Commit message (Expand) | Author | Files | Lines |
2019-11-19 | hw/block/pflash: Remove dynamic field width from trace events | Philippe Mathieu-Daudé | 1 | -4/+4 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-07-23 | hw/block/pflash_cfi01: Add missing DeviceReset() handler | Philippe Mathieu-Daudé | 1 | -0/+19 |
2019-07-16 | hw/block/pflash_cfi01: Start state machine as READY to accept commands | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-07-02 | hw/block/pflash: Simplify trace_pflash_data_read/write() | Philippe Mathieu-Daudé | 1 | -4/+2 |
2019-07-02 | hw/block/pflash: Simplify trace_pflash_io_read/write() | Philippe Mathieu-Daudé | 1 | -2/+3 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-05-07 | pflash_cfi01: New pflash_cfi01_legacy_drive() | Markus Armbruster | 1 | -0/+28 |
2019-03-26 | pflash: Bury disabled code to limit device sizes | Alex Bennée | 1 | -7/+0 |
2019-03-26 | pflash: Require backend size to match device, improve errors | Markus Armbruster | 1 | -5/+3 |
2019-03-11 | pflash_cfi01: Add pflash_cfi01_get_blk() helper | Philippe Mathieu-Daudé | 1 | -0/+5 |
2019-03-11 | pflash: Clean up after commit 368a354f02b, part 2 | Markus Armbruster | 1 | -2/+3 |
2019-03-11 | pflash: Clean up after commit 368a354f02b, part 1 | Markus Armbruster | 1 | -1/+1 |
2019-03-11 | hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2} | Markus Armbruster | 1 | -3/+0 |
2019-03-11 | pflash: Rename *CFI_PFLASH* to *PFLASH_CFI* | Markus Armbruster | 1 | -6/+6 |
2019-03-11 | pflash_cfi01: Log use of flawed "write to buffer" | Markus Armbruster | 1 | -0/+13 |
2019-03-11 | pflash_cfi01: Do not exit() on guest aborting "write to buffer" | Markus Armbruster | 1 | -8/+5 |
2019-03-11 | pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02 | Markus Armbruster | 1 | -43/+46 |
2018-06-29 | hw/block/pflash_cfi: Convert from DPRINTF() macro to trace events | Philippe Mathieu-Daudé | 1 | -27/+15 |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-04-10 | hw/block/pflash_cfi: fix off-by-one error | Philippe Mathieu-Daudé | 1 | -6/+4 |
2017-07-14 | hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device() | Peter Maydell | 1 | -2/+1 |
2017-07-14 | memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate() | Peter Maydell | 1 | -1/+1 |
2017-02-28 | hw/block: Request permissions | Kevin Wolf | 1 | -6/+12 |
2017-01-27 | pflash_cfi01: fix per-device sector length in CFI table | Peter Maydell | 1 | -5/+17 |
2016-12-22 | hw/block/pflash_cfi*.c: fix confusing assert fail message | Ziyue Yang | 1 | -0/+13 |
2016-06-29 | pflash: make TYPE_CFI_PFLASH0{1,2} macros public | Efimov Vasily | 1 | -1/+0 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-12 | pflash: Switch to byte-based block access | Eric Blake | 1 | -6/+6 |
2016-04-15 | Fix pflash migration | Dr. David Alan Gilbert | 1 | -2/+16 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-06-05 | pflash_cfi01: add secure property | Paolo Bonzini | 1 | -44/+67 |
2015-06-05 | pflash_cfi01: change to new-style MMIO accessors | Paolo Bonzini | 1 | -86/+10 |
2015-06-05 | pflash_cfi01: change big-endian property to BIT type | Paolo Bonzini | 1 | -4/+7 |
2015-03-10 | hw: Propagate errors through qdev_prop_set_drive() | Markus Armbruster | 1 | -2/+2 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -12/+12 |
2014-09-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+7 |
2014-09-09 | memory: add parameter errp to memory_region_init_rom_device | Hu Tao | 1 | -1/+7 |
2014-09-08 | pflash_cfi01: write flash contents to bdrv on incoming migration | Laszlo Ersek | 1 | -0/+14 |
2014-09-08 | pflash_cfi01: fixup stale DPRINTF() calls | Laszlo Ersek | 1 | -2/+2 |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini | 1 | -1/+0 |
2014-06-19 | hw/block/pflash_cfi01: Report correct size info for parallel configs | Peter Maydell | 1 | -3/+17 |
2013-12-17 | Fix NOR flash device ID reading | Roy Franz | 1 | -20/+85 |
2013-12-17 | Fix CFI query responses for NOR flash | Roy Franz | 1 | -11/+94 |
2013-12-17 | Add max device width parameter for NOR devices | Roy Franz | 1 | -0/+25 |
2013-12-17 | return status for each NOR flash device | Roy Franz | 1 | -2/+13 |