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