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