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
/
fdc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of _t suffix
malc
2009-10-01
1
-173
/
+173
*
vmstate: port fdc device
Juan Quintela
2009-09-11
1
-92
/
+62
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-1
/
+1
*
qdev: simplify isa irq assignments
Gerd Hoffmann
2009-09-10
1
-3
/
+3
*
qdev: drop iobase properties from isa bus
Gerd Hoffmann
2009-09-10
1
-8
/
+9
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-7
/
+8
*
Move isa_connect_irq calls into isa_create_simple
Gerd Hoffmann
2009-08-27
1
-2
/
+1
*
isa bus irq changes and fixes.
Gerd Hoffmann
2009-08-27
1
-19
/
+28
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-4
/
+4
*
qdev/isa: convert fdc.
Gerd Hoffmann
2009-08-10
1
-41
/
+76
*
Clean up fdc qdev conversion
Blue Swirl
2009-07-20
1
-74
/
+65
*
Sparc32: fix fdc io_base
Blue Swirl
2009-07-17
1
-1
/
+2
*
qdev: rework device properties.
Gerd Hoffmann
2009-07-16
1
-13
/
+31
*
Convert fdc to qdev
Blue Swirl
2009-07-15
1
-23
/
+70
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-2
/
+2
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-1
/
+1
*
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-05-13
1
-5
/
+5
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-6
/
+0
*
Floppy: Properly handle Sense Interrupt Status after FDC Reset
blueswir1
2009-01-24
1
-12
/
+18
*
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-12-22
1
-1
/
+1
*
Remove address masking
blueswir1
2008-12-02
1
-10
/
+20
*
FDC: Fix data transfer len (Hervé Poussineau)
blueswir1
2008-05-01
1
-2
/
+2
*
FDC: Fix buffer overflow (Hervé Poussineau)
blueswir1
2008-05-01
1
-2
/
+4
*
FDC fix 10/10 (Hervé Poussineau):
blueswir1
2008-04-29
1
-19
/
+25
*
FDC fix 9/10 (Hervé Poussineau):
blueswir1
2008-04-29
1
-10
/
+75
*
FDC fix 8/10 (Hervé Poussineau):
blueswir1
2008-04-29
1
-10
/
+10
*
FDC fix 7/10 (Hervé Poussineau):
blueswir1
2008-04-29
1
-69
/
+74
*
FDC fix 6/10 (Hervé Poussineau):
blueswir1
2008-04-29
1
-51
/
+32
*
FDC fix 5/10 (Hervé Poussineau):
blueswir1
2008-04-29
1
-82
/
+14
*
FDC fix 4/10 (Hervé Poussineau):
blueswir1
2008-04-29
1
-12
/
+21
*
FDC fix 3/10 (Hervé Poussineau):
blueswir1
2008-04-29
1
-16
/
+75
*
FDC fix 2/10 (Hervé Poussineau):
blueswir1
2008-04-29
1
-33
/
+48
*
FDC fix 1/12 (Hervé Poussineau):
blueswir1
2008-04-29
1
-150
/
+149
*
Simplify FDC code (Hervé Poussineau)
blueswir1
2008-04-08
1
-517
/
+361
*
Wire up TC signal from Aux1 to FDC
blueswir1
2008-03-21
1
-1
/
+12
*
Give names to magic numbers (Herv�oussineau)
blueswir1
2008-02-29
1
-125
/
+222
*
Register only valid register access widths
blueswir1
2008-01-01
1
-11
/
+40
*
Add "cache" parameter to "-drive" (Laurent Vivier).
balrog
2007-12-24
1
-1
/
+6
*
Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.
ths
2007-12-17
1
-1
/
+1
*
Fix wrong signedness, by Andre Przywara.
ths
2007-12-16
1
-1
/
+1
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+5
*
No functional changes: remove dead code and fix indentation & wrapping lines.
j_mayer
2007-11-05
1
-199
/
+196
*
Fix memory corruption: bdrv_read/write API has been changed to take
j_mayer
2007-11-04
1
-4
/
+2
*
Fix Solaris breakage
blueswir1
2007-11-04
1
-5
/
+5
*
Constification
blueswir1
2007-11-04
1
-2
/
+2
*
Remove target dependent code
blueswir1
2007-11-04
1
-7
/
+21
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-9
/
+9
*
Emulate spinning floppy disk, by Jan Jezabek.
ths
2007-09-13
1
-0
/
+8
*
Spelling fix, by Stefan Weil.
ths
2007-07-11
1
-1
/
+1
[next]