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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
nand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-05
hw: Fix return value check for bdrv_read, bdrv_write
Stefan Weil
1
-12
/
+22
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-8
/
+10
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-12
/
+21
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+3
2011-11-14
hw/nand: reject read-only drives
Juha Riihimäki
1
-8
/
+14
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-1
/
+1
2011-07-30
hw/nand: qdevify
Juha Riihimäki
1
-70
/
+94
2011-07-30
hw/nand: Writing to NAND can only clear bits
Peter Maydell
1
-4
/
+13
2011-07-30
hw/nand: Support multiple reads following READ STATUS
Juha Riihimäki
1
-3
/
+8
2011-07-30
hw/nand: Support devices wider than 8 bits
Juha Riihimäki
1
-32
/
+85
2011-07-30
nand: Bump vmstate version after changing structure.
Andrzej Zaborowski
1
-3
/
+3
2011-07-30
hw/nand: Support large NAND devices
Juha Riihimäki
1
-21
/
+27
2011-07-30
hw/nand: Pass block device state to init function
Peter Maydell
1
-6
/
+2
2011-04-22
vmstate: port nand
Juan Quintela
1
-34
/
+39
2011-04-22
nand: pin values are uint8_t
Juan Quintela
1
-3
/
+3
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-1
/
+1
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-2
/
+1
2010-01-15
nand: Correct random data reads.
Edgar E. Iglesias
1
-7
/
+13
2009-12-02
Fix qemu_free use in nand.c
Jean-Christophe DUBOIS
1
-2
/
+2
2009-07-27
kill drives_table
Gerd Hoffmann
1
-4
/
+4
2009-05-10
Follow coding conventions
Paul Brook
1
-21
/
+21
2009-05-08
Replace cpu_abort with hw_error
Paul Brook
1
-4
/
+2
2009-01-20
Fix NAND flash save/restore.
pbrook
1
-0
/
+3
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-1
/
+1
2008-07-01
Remove duplicate device index calculations.
pbrook
1
-3
/
+1
2008-06-02
Make -mtdblock optional again.
balrog
1
-6
/
+3
2007-12-02
Add -drive parameter, by Laurent Vivier.
ths
1
-1
/
+7
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+5
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-2
/
+2
2007-05-24
Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.
balrog
1
-0
/
+47
2007-05-12
Correct NAND erase block size. Misc fixes in Spitz code.
balrog
1
-1
/
+1
2007-04-30
NAND Flash memory emulation and ECC calculation helpers for use by NAND contr...
balrog
1
-0
/
+603