index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
fdc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-21
fdc: avoid structure holes spotted by pahole
Blue Swirl
1
-9
/
+9
2011-04-07
floppy: save and restore DIR register
Jason Wang
1
-1
/
+50
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-2
/
+2
2011-02-20
fdc: refactor device creation
Blue Swirl
1
-31
/
+6
2011-02-20
fdc: use FDriveType for floppy drive type
Blue Swirl
1
-1
/
+1
2011-02-20
fdc: move floppy geometry guessing to block.c
Blue Swirl
1
-108
/
+6
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
1
-0
/
+8
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
1
-0
/
+3
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
1
-0
/
+1
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-2
/
+4
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-07-06
fdc: Reject unimplemented error actions
Markus Armbruster
1
-6
/
+16
2010-07-02
block: Fix virtual media change for if=none
Markus Armbruster
1
-2
/
+8
2010-07-02
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
1
-5
/
+5
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
1
-12
/
+10
2010-06-15
Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
Jes Sorensen
1
-2
/
+2
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-1
/
+0
2010-05-15
fdc: Register vmstate via qdev
Jan Kiszka
1
-5
/
+30
2010-04-18
Fix harmless if statements with empty body, spotted by clang
Blue Swirl
1
-1
/
+2
2010-03-21
Fix a typo
Blue Swirl
1
-1
/
+2
2010-03-13
fdc: fix drive property handling.
Gerd Hoffmann
1
-5
/
+15
2010-02-07
fdc: don't use reserved _ prefix
Blue Swirl
1
-6
/
+6
2010-02-07
fdc: don't use reserved _t suffix
Blue Swirl
1
-182
/
+181
2009-12-18
fdc: fix migration from 0.11
Juan Quintela
1
-7
/
+5
2009-12-18
Revert "fdc: fix vmstate variable passed"
Juan Quintela
1
-29
/
+4
2009-12-13
fdc/sparc32: don't hang on detection under OBP
Artyom Tarasenko
1
-0
/
+6
2009-11-12
fdc: fix vmstate variable passed
Juan Quintela
1
-4
/
+29
2009-11-09
qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user
Markus Armbruster
1
-0
/
+1
2009-11-07
sparc32 (mostly): remove unneeded calls to device reset
Blue Swirl
1
-2
/
+0
2009-10-27
vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32
Juan Quintela
1
-1
/
+1
2009-10-24
fdc: convert to reset + vmsd
Blue Swirl
1
-8
/
+29
2009-10-07
Clean up test for qdev_init() failure
Markus Armbruster
1
-1
/
+1
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-4
/
+2
2009-10-05
floppy: move dma setup + drive connect to fdctrl_init_common()
Gerd Hoffmann
1
-20
/
+11
2009-10-05
floppy: add drive properties.
Gerd Hoffmann
1
-13
/
+37
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
[next]