index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
pflash_cfi02.c
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
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_cfi02: Rewrite a fall through comment
Philippe Mathieu-Daudé
1
-1
/
+1
2019-07-16
hw/block/pflash_cfi02: Explicit switch fallthrough for ERASE commands
Philippe Mathieu-Daudé
1
-0
/
+1
2019-07-09
Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit"
Philippe Mathieu-Daudé
1
-1
/
+4
2019-07-02
hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit
Philippe Mathieu-Daudé
1
-4
/
+1
2019-07-02
hw/block/pflash_cfi02: Document commands
Philippe Mathieu-Daudé
1
-21
/
+19
2019-07-02
hw/block/pflash_cfi02: Use chip erase time specified in the CFI table
Stephen Checkoway
1
-2
/
+2
2019-07-02
hw/block/pflash_cfi02: Implement erase suspend/resume
Stephen Checkoway
1
-14
/
+140
2019-07-02
hw/block/pflash_cfi02: Implement multi-sector erase
Stephen Checkoway
1
-18
/
+76
2019-07-02
hw/block/pflash_cfi02: Fix reset command not ignored during erase
Stephen Checkoway
1
-1
/
+2
2019-07-02
hw/block/pflash_cfi02: Fix CFI in autoselect mode
Stephen Checkoway
1
-4
/
+18
2019-07-02
hw/block/pflash_cfi02: Split if() condition
Philippe Mathieu-Daudé
1
-2
/
+4
2019-07-02
hw/block/pflash_cfi02: Extract pflash_regions_count()
Philippe Mathieu-Daudé
1
-2
/
+6
2019-07-02
hw/block/pflash_cfi02: Implement nonuniform sector sizes
Stephen Checkoway
1
-27
/
+114
2019-07-02
hw/block/pflash_cfi02: Document 'Page Mode' operations are not supported
Philippe Mathieu-Daudé
1
-1
/
+3
2019-07-02
hw/block/pflash_cfi02: Hold the PRI table offset in a variable
Philippe Mathieu-Daudé
1
-14
/
+17
2019-07-02
hw/block/pflash_cfi02: Document the current CFI values
Philippe Mathieu-Daudé
1
-1
/
+10
2019-07-02
hw/block/pflash_cfi02: Remove pointless local variable
Philippe Mathieu-Daudé
1
-8
/
+6
2019-07-02
hw/block/pflash_cfi02: Fix command address comparison
Stephen Checkoway
1
-1
/
+7
2019-07-02
hw/block/pflash_cfi02: Unify the MemoryRegionOps
Philippe Mathieu-Daudé
1
-45
/
+15
2019-07-02
hw/block/pflash_cfi02: Extract the pflash_data_read() function
Philippe Mathieu-Daudé
1
-10
/
+14
2019-07-02
hw/block/pflash_cfi02: Use the ldst API in pflash_read()
Philippe Mathieu-Daudé
1
-27
/
+5
2019-07-02
hw/block/pflash_cfi02: Use the ldst API in pflash_write()
Philippe Mathieu-Daudé
1
-30
/
+8
2019-07-02
hw/block/pflash_cfi02: Simplify a statement using fall through
Philippe Mathieu-Daudé
1
-3
/
+3
2019-07-02
hw/block/pflash_cfi02: Add helpers to manipulate the status bits
Philippe Mathieu-Daudé
1
-6
/
+34
2019-07-02
hw/block/pflash_cfi02: Add an enum to define the write cycles
Philippe Mathieu-Daudé
1
-2
/
+8
2019-07-02
hw/block/pflash_cfi02: Fix debug format string
Philippe Mathieu-Daudé
1
-12
/
+6
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
-4
/
+2
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-03-26
pflash: Bury disabled code to limit device sizes
Alex Bennée
1
-6
/
+0
2019-03-26
pflash: Require backend size to match device, improve errors
Markus Armbruster
1
-4
/
+3
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
-7
/
+7
2019-03-11
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
Markus Armbruster
1
-35
/
+38
2019-03-06
block/pflash_cfi02: Fix memory leak and potential use-after-free
Stephen Checkoway
1
-4
/
+11
2018-06-29
hw/block/pflash_cfi: Convert from DPRINTF() macro to trace events
Philippe Mathieu-Daudé
1
-9
/
+9
2018-06-15
hw/block/pflash_cfi02: Convert away from old_mmio
Peter Maydell
1
-79
/
+18
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
-5
/
+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
/
+13
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
[next]