index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
block
/
pflash_cfi01.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
hw/block/pflash_cfi*.c: fix confusing assert fail message
Ziyue Yang
2016-12-22
1
-0
/
+13
*
pflash: make TYPE_CFI_PFLASH0{1,2} macros public
Efimov Vasily
2016-06-29
1
-1
/
+0
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
pflash: Switch to byte-based block access
Eric Blake
2016-05-12
1
-6
/
+6
*
Fix pflash migration
Dr. David Alan Gilbert
2016-04-15
1
-2
/
+16
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
pflash_cfi01: add secure property
Paolo Bonzini
2015-06-05
1
-44
/
+67
*
pflash_cfi01: change to new-style MMIO accessors
Paolo Bonzini
2015-06-05
1
-86
/
+10
*
pflash_cfi01: change big-endian property to BIT type
Paolo Bonzini
2015-06-05
1
-4
/
+7
*
hw: Propagate errors through qdev_prop_set_drive()
Markus Armbruster
2015-03-10
1
-2
/
+2
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-12
/
+12
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-09-12
1
-1
/
+7
|
\
|
*
memory: add parameter errp to memory_region_init_rom_device
Hu Tao
2014-09-09
1
-1
/
+7
*
|
pflash_cfi01: write flash contents to bdrv on incoming migration
Laszlo Ersek
2014-09-08
1
-0
/
+14
*
|
pflash_cfi01: fixup stale DPRINTF() calls
Laszlo Ersek
2014-09-08
1
-2
/
+2
|
/
*
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-18
1
-1
/
+0
*
hw/block/pflash_cfi01: Report correct size info for parallel configs
Peter Maydell
2014-06-19
1
-3
/
+17
*
Fix NOR flash device ID reading
Roy Franz
2013-12-17
1
-20
/
+85
*
Fix CFI query responses for NOR flash
Roy Franz
2013-12-17
1
-11
/
+94
*
Add max device width parameter for NOR devices
Roy Franz
2013-12-17
1
-0
/
+25
*
return status for each NOR flash device
Roy Franz
2013-12-17
1
-2
/
+13
*
Add device-width property to pflash_cfi01
Roy Franz
2013-12-17
1
-0
/
+11
*
rename pflash_t member width to bank_width
Roy Franz
2013-12-17
1
-8
/
+9
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-1
/
+1
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
pflash_cfi01: duplicate status byte from bits 23:16 for 32bit reads
Paul Burton
2013-07-28
1
-0
/
+3
*
pflash_cfi01: Use QOM realize for pflash_cfi01
Hu Tao
2013-07-23
1
-7
/
+5
*
pflash-cfi01: QOM'ify some more
Hu Tao
2013-07-23
1
-9
/
+12
*
hw/block: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-1
/
+2
*
memory: Rename readable flag to romd_mode
Jan Kiszka
2013-05-24
1
-3
/
+3
[next]