index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
pflash_cfi01.c
Age
Commit message (
Expand
)
Author
2024-08-06
hw/block/pflash_cfi01: Don't decrement pfl->counter below 0
Peter Maydell
2024-05-17
hw/pflash: fix block write start
Gerd Hoffmann
2024-01-30
hw/block/block.c: improve confusing blk_check_size_and_read_all() error
Manos Pitsidianakis
2024-01-19
hw/pflash: implement update buffer for block writes
Gerd Hoffmann
2024-01-19
hw/pflash: use ldn_{be,le}_p and stn_{be,le}_p
Gerd Hoffmann
2024-01-19
hw/pflash: refactor pflash_data_write()
Gerd Hoffmann
2023-12-29
hw/block: Constify VMState
Richard Henderson
2023-09-21
hw/other: spelling fixes
Michael Tokarev
2023-02-08
Drop duplicate #include
Markus Armbruster
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2022-11-08
Revert "hw/block/pflash_cfi: Error out if dev length isn't power of 2"
Daniel Henrique Barboza
2022-10-28
hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of two
Bernhard Beschow
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
2021-03-18
hw/block/pflash_cfi: Replace DPRINTF with trace events
David Edmondson
2021-03-18
hw/block/pflash_cfi01: Correct the type of PFlashCFI01.ro
David Edmondson
2021-03-18
hw/block/pflash_cfi01: Clarify trace events
Philippe Mathieu-Daudé
2021-03-18
hw/block/pflash_cfi01: Extract pflash_cfi01_fill_cfi_table()
Philippe Mathieu-Daudé
2021-03-18
hw/block/pflash_cfi: Fix code style for checkpatch.pl
Philippe Mathieu-Daudé
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-11-15
parallel nor flash: Fix Lesser GPL version number
Chetan Pant
2020-09-01
hw: Remove superfluous breaks
Liao Pingfang
2020-07-10
pflash: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-22
hw/block/pflash: Check return value of blk_pwrite()
Mansour Ahmadi
2020-05-22
hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'
Philippe Mathieu-Daudé
2020-05-22
hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'
Philippe Mathieu-Daudé
2020-05-22
hw/block/pflash_cfi01: Removed an unused timer
Philippe Mathieu-Daudé
2020-05-18
hw: Use QEMU_IS_ALIGNED() on parallel flash block size
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-11-19
hw/block/pflash: Remove dynamic field width from trace events
Philippe Mathieu-Daudé
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-07-23
hw/block/pflash_cfi01: Add missing DeviceReset() handler
Philippe Mathieu-Daudé
2019-07-16
hw/block/pflash_cfi01: Start state machine as READY to accept commands
Philippe Mathieu-Daudé
2019-07-02
hw/block/pflash: Simplify trace_pflash_data_read/write()
Philippe Mathieu-Daudé
2019-07-02
hw/block/pflash: Simplify trace_pflash_io_read/write()
Philippe Mathieu-Daudé
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-07
pflash_cfi01: New pflash_cfi01_legacy_drive()
Markus Armbruster
2019-03-26
pflash: Bury disabled code to limit device sizes
Alex Bennée
2019-03-26
pflash: Require backend size to match device, improve errors
Markus Armbruster
2019-03-11
pflash_cfi01: Add pflash_cfi01_get_blk() helper
Philippe Mathieu-Daudé
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
[next]