aboutsummaryrefslogtreecommitdiffstats
path: root/hw/fdc.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-06fdc: Make media change detection more robustMarkus Armbruster1-4/+8
2011-09-06block: Leave tracking media change to device modelsMarkus Armbruster1-22/+18
2011-08-21fdc: avoid structure holes spotted by paholeBlue Swirl1-9/+9
2011-04-07floppy: save and restore DIR registerJason Wang1-1/+50
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-02-20fdc: refactor device creationBlue Swirl1-31/+6
2011-02-20fdc: use FDriveType for floppy drive typeBlue Swirl1-1/+1
2011-02-20fdc: move floppy geometry guessing to block.cBlue Swirl1-108/+6
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+8
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+3
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06fdc: Reject unimplemented error actionsMarkus Armbruster1-6/+16
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster1-2/+8
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster1-5/+5
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster1-12/+10
2010-06-15Correct definitions for FD_CMD_SAVE and FD_CMD_RESTOREJes Sorensen1-2/+2
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-1/+0
2010-05-15fdc: Register vmstate via qdevJan Kiszka1-5/+30
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl1-1/+2
2010-03-21Fix a typoBlue Swirl1-1/+2
2010-03-13fdc: fix drive property handling.Gerd Hoffmann1-5/+15
2010-02-07fdc: don't use reserved _ prefixBlue Swirl1-6/+6
2010-02-07fdc: don't use reserved _t suffixBlue Swirl1-182/+181
2009-12-18fdc: fix migration from 0.11Juan Quintela1-7/+5
2009-12-18Revert "fdc: fix vmstate variable passed"Juan Quintela1-29/+4
2009-12-13fdc/sparc32: don't hang on detection under OBPArtyom Tarasenko1-0/+6
2009-11-12fdc: fix vmstate variable passedJuan Quintela1-4/+29
2009-11-09qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-userMarkus Armbruster1-0/+1
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-2/+0
2009-10-27vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32Juan Quintela1-1/+1
2009-10-24fdc: convert to reset + vmsdBlue Swirl1-8/+29
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster1-1/+1
2009-10-07New qdev_init_nofail()Markus Armbruster1-4/+2
2009-10-05floppy: move dma setup + drive connect to fdctrl_init_common()Gerd Hoffmann1-20/+11
2009-10-05floppy: add drive properties.Gerd Hoffmann1-13/+37
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela1-2/+2
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-173/+173
2009-10-01Get rid of _t suffixmalc1-173/+173
2009-09-11vmstate: port fdc deviceJuan Quintela1-92/+62
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-09-10qdev: simplify isa irq assignmentsGerd Hoffmann1-3/+3
2009-09-10qdev: drop iobase properties from isa busGerd Hoffmann1-8/+9
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-7/+8
2009-08-27Move isa_connect_irq calls into isa_create_simpleGerd Hoffmann1-2/+1
2009-08-27isa bus irq changes and fixes.Gerd Hoffmann1-19/+28
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-08-10qdev/isa: convert fdc.Gerd Hoffmann1-41/+76