Sign in
qemu
/
qemu
/
5eb74557cdbac602117fa2d30e08a76b82fb0301
/
hw
/
block
/
pflash_cfi02.c
a17c17a
hw/block: Request permissions
by Kevin Wolf
· 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
098e732
pflash: Switch to byte-based block access
by Eric Blake
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 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
9b3d111
hw: Propagate errors through qdev_prop_set_drive()
by Markus Armbruster
· 10 years ago
df6f931
pflash_cfi02.c: associate "cfi.pflash02" to "Storage devices" category
by Antony Pavlov
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
33e0eb5
memory: add parameter errp to memory_region_init_rom_device
by Hu Tao
· 10 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 11 years ago
56f99ea
pflash_cfi02.c: fix debug macro
by Antony Pavlov
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
da3bd64
pflash_cfi02: Use QOM realize for pflash_cfi02
by Hu Tao
· 12 years ago
3509c39
pflash-cfi02: 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_cfi02.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
3095485
hw/pflash_cfi02.c: Mark deliberate fallthrough
by Peter Maydell
· 12 years ago
1356b98
sysbus: Drop sysbus_from_qdev() cast macro
by Andreas Färber
· 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
368a354
pflash_cfi0x: QOMified
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
eb99c9a
hw/pflash_cfi0[12]: Use host-utils.h ctz32()
by Peter Maydell
· 12 years ago
de8efe8
pflash_cfi01/02: support read-only pflash devices
by Jordan Justen
· 13 years ago
bda254d
cfi02: Fix lazy ROMD switching - once again
by Jan Kiszka
· 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
· 14 years ago
cfe5f01
pflash_cfi01/pflash_cfi02: convert to memory API
by Avi Kivity
· 14 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
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
b9055c3
pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)
by Stefan Weil
· 14 years ago
a1c7273
Fix typos in comments and code (occured -> occurred and related)
by Stefan Weil
· 14 years ago
661bfc8
pflash: Restore & fix lazy ROMD switching
by Jan Kiszka
· 14 years ago
5145b3d
hw/pflash_cfi02: Fix lazy reset of ROMD mode
by Jordan Justen
· 14 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
22ed1d34
arm: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
5f9fc5a
Compile pflash_cfi02 only once
by Blue Swirl
· 15 years ago
f8be67e
pflash_cfi02: fix incorrect TARGET_FMT_lx/d use
by Blue Swirl
· 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
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
d0e7605
Check block driver read error in pflash_cfi0x
by Vijay Kumar
· 16 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
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
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
0f459d1
Clean up MMIO TLB handling.
by pbrook
· 17 years ago
7855682
CFI-0002 linux MTD compatibility.
by edgar_igl
· 17 years ago
9c9bb6c
Optimize consecutive CFI02 writes by remapping memory lazily (Jan Kiszka).
by balrog
· 17 years ago
4fbd24b
Emulate address wrap in CFI02 chips mapping (Jan Kiszka).
by balrog
· 17 years ago
6725070
Allow a custom unlock address in CFI02 flash (Jan Kiszka).
by balrog
· 17 years ago
cf6d911
Fix OMAP1 MPUI/O keyboard interrupt masking.
by balrog
· 17 years ago
88eeee0
Desambiguate pflash_register().
by balrog
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
71db710
Fix incorrect target_ulong use in hw devices
by blueswir1
· 18 years ago
95d1f3e
Parallel flash bugfixes:
by j_mayer
· 18 years ago
e96efcf
Fix miscellaneous display warnings for PowerPC & alpha targets
by j_mayer
· 18 years ago
51d6bae
removed duplicated line
by bellard
· 19 years ago
99ba31b
flash device fix
by bellard
· 19 years ago
29133e9
AMD NOR flash device support (initial patch by Jocelyn Mayer)
by bellard
· 19 years ago