Sign in
qemu
/
qemu
/
f16c845ade38444db62dc14eb5e267cc0c79876b
/
hw
/
block
/
pflash_cfi01.c
13019f1
hw/block/pflash_cfi: Convert from DPRINTF() macro to trace events
by Philippe Mathieu-Daudé
· 7 years ago
ab72827
hw: Do not include "exec/address-spaces.h" if it is not necessary
by Philippe Mathieu-Daudé
· 7 years ago
07c13a7
hw/block/pflash_cfi: fix off-by-one error
by Philippe Mathieu-Daudé
· 7 years ago
bba3ddf
hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()
by Peter Maydell
· 8 years ago
b59821a
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
by Peter Maydell
· 8 years ago
a17c17a
hw/block: Request permissions
by Kevin Wolf
· 8 years ago
feb0b1a
pflash_cfi01: fix per-device sector length in CFI table
by Peter Maydell
· 8 years ago
8929fc3
hw/block/pflash_cfi*.c: fix confusing assert fail message
by Ziyue Yang
· 8 years ago
1a004c7
pflash: make TYPE_CFI_PFLASH0{1,2} macros public
by Efimov Vasily
· 9 years ago
03dd024
hw: explicitly include qemu/log.h
by Paolo Bonzini
· 9 years ago
098e732
pflash: Switch to byte-based block access
by Eric Blake
· 9 years ago
90c647d
Fix pflash migration
by Dr. David Alan Gilbert
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
80c71a2
block: Clean up includes
by Peter Maydell
· 9 years ago
f71e42a
pflash_cfi01: add secure property
by Paolo Bonzini
· 10 years ago
5aa113f
pflash_cfi01: change to new-style MMIO accessors
by Paolo Bonzini
· 10 years ago
e980942
pflash_cfi01: change big-endian property to BIT type
by Paolo Bonzini
· 10 years ago
9b3d111
hw: Propagate errors through qdev_prop_set_drive()
by Markus Armbruster
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
2b31cd4
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
33e0eb5
memory: add parameter errp to memory_region_init_rom_device
by Hu Tao
· 10 years ago
4c0cfc7
pflash_cfi01: write flash contents to bdrv on incoming migration
by Laszlo Ersek
· 10 years ago
afeb25f
pflash_cfi01: fixup stale DPRINTF() calls
by Laszlo Ersek
· 10 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 11 years ago
a0289b8
hw/block/pflash_cfi01: Report correct size info for parallel configs
by Peter Maydell
· 11 years ago
0163a2d
Fix NOR flash device ID reading
by Roy Franz
· 11 years ago
4433e66
Fix CFI query responses for NOR flash
by Roy Franz
· 11 years ago
fa21a7b
Add max device width parameter for NOR devices
by Roy Franz
· 11 years ago
2003889
return status for each NOR flash device
by Roy Franz
· 11 years ago
1997b48
Add device-width property to pflash_cfi01
by Roy Franz
· 11 years ago
4b6fedc
rename pflash_t member width to bank_width
by Roy Franz
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
ea0a4f3
pflash_cfi01: duplicate status byte from bits 23:16 for 32bit reads
by Paul Burton
· 12 years ago
e40b5f3
pflash_cfi01: Use QOM realize for pflash_cfi01
by Hu Tao
· 12 years ago
f1b44f0
pflash-cfi01: QOM'ify some more
by Hu Tao
· 12 years ago
2d256e6
hw/block: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
5f9a5ea
memory: Rename readable flag to romd_mode
by Jan Kiszka
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/pflash_cfi01.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
d8d24fb
pflash_cfi01: Implement migration support
by Peter Maydell
· 12 years ago
5d79b80
pflash_cfi01: Drop unused 'bypass' field
by Peter Maydell
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
1be97bf
hw/pflash_cfi01: Treat read in unknown command state as read
by Peter Maydell
· 12 years ago
6e39278
hw/pflash_cfi01: Make read after byte-write or erase return status
by Peter Maydell
· 12 years ago
1356b98
sysbus: Drop sysbus_from_qdev() cast macro
by Andreas Färber
· 12 years ago
5928023
pflash_cfi01: Suppress warning when Linux probes for AMD flash
by Stefan Weil
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
ec9ea48
pflash_cfi0x: Send debug messages to stderr
by Peter Crosthwaite
· 12 years ago
d96fc51
pflash_cfi01: qemu_log_mask "unimplemented" msg
by Peter Crosthwaite
· 12 years ago
fc5b64d
pflash_cfi01: Fix debug mode printfery
by Peter Crosthwaite
· 12 years ago
368a354
pflash_cfi0x: QOMified
by Peter Crosthwaite
· 12 years ago
be65f89
pflash_cfi01: remove unused total_len field
by Peter Crosthwaite
· 12 years ago
b7dff23
pflash_cfi0x: remove unused base field
by Peter Crosthwaite
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
12dabc7
pflash_cfi01: Fix warning caused by unreachable code
by Stefan Weil
· 12 years ago
eb99c9a
hw/pflash_cfi0[12]: Use host-utils.h ctz32()
by Peter Maydell
· 12 years ago
262e1ea
pflash_cfi01: fix vendor specific extended query
by Aurelien Jarno
· 12 years ago
4d61454
pflash_cfi01: remove redundant line
by Eric Bénard
· 13 years ago
de8efe8
pflash_cfi01/02: support read-only pflash devices
by Jordan Justen
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
220724c
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
fa879d6
block: Attach non-qdev devices as well
by Markus Armbruster
· 13 years ago
cfe5f01
pflash_cfi01/pflash_cfi02: convert to memory API
by Avi Kivity
· 13 years ago
01e0451
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
by Anthony Liguori
· 13 years ago
c8a50e5
pflash_cfi01/pflash_cfi02: convert to memory API
by Avi Kivity
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
0b2ec6f
pflash_cfi01: add device ID read command
by Michael Walle
· 15 years ago
22ed1d34
arm: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
3d08ff6
Compile pflash_cfi01 only once
by Blue Swirl
· 15 years ago
b4bf0a9
pflash: Buffer block writes
by Edgar E. Iglesias
· 15 years ago
e9cbbca
pflash: Dont open memarea for full IO if already done.
by Edgar E. Iglesias
· 15 years ago
4737fa2
pflash: Reduce writebuf len for 8-bit flashes.
by Edgar E. Iglesias
· 15 years ago
a66e360
pflash: Remove dead code, no functional changes.
by Edgar E. Iglesias
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
86178a5
static and inline should came before the type of the functions
by Juan Quintela
· 15 years ago
fad8c77
pflash_cfi01: Correct debug build, no functional changes.
by Edgar E. Iglesias
· 15 years ago
d0e7605
Check block driver read error in pflash_cfi0x
by Vijay Kumar
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
42a89d7
Use target_phys_addr_t, not target_ulong.
by Paul Brook
· 16 years ago
5c130f6
Yet more phys_ram_base elimination.
by pbrook
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
d361be2
pflash_cfi01: add Single Byte Program (Jean-Christophe PLAGNIOL-VILLARD).
by balrog
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
71fb234
Increase write buffer size in pflash emulation (Thomas Petazzoni).
by balrog
· 16 years ago
06adb54
Improve pflash cfi01 debug messages (Thomas Petazzoni).
by balrog
· 16 years ago
3656744
Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).
by balrog
· 16 years ago
547012f
pflash: Add missing parenthesis in error message.
by ths
· 16 years ago
Next »