]> git.proxmox.com Git - qemu.git/history - hw/fdc.c
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / hw / fdc.c
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-07 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-04-07 Jason Wangfloppy: save and restore DIR register
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all other clock references to use nanosecond...
2011-02-20 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-02-20 Blue Swirlfdc: refactor device creation
2011-02-20 Blue Swirlfdc: use FDriveType for floppy drive type
2011-02-20 Blue Swirlfdc: move floppy geometry guessing to block.c
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovAdd bootindex parameter to net/block/fd device
2010-12-11 Gleb NatapovKeep track of ISA ports ISA device is using in qdev.
2010-12-11 Gleb NatapovIntroduce fw_name field to DeviceInfo structure.
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-24 Blue SwirlRearrange block headers
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Markus Armbrusterfdc: Reject unimplemented error actions
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Markus Armbrusterblock: Fix virtual media change for if=none
2010-07-02 Markus Armbrusterblock: Catch attempt to attach multiple devices to...
2010-07-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-06-15 Jes SorensenCorrect definitions for FD_CMD_SAVE and FD_CMD_RESTORE
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-15 Jan Kiszkafdc: Register vmstate via qdev
2010-04-18 Blue SwirlFix harmless if statements with empty body, spotted...
2010-03-21 Blue SwirlFix a typo
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-13 Gerd Hoffmannfdc: fix drive property handling.
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-07 Blue Swirlfdc: don't use reserved _ prefix
2010-02-07 Blue Swirlfdc: don't use reserved _t suffix
2009-12-18 Juan Quintelafdc: fix migration from 0.11
2009-12-18 Juan QuintelaRevert "fdc: fix vmstate variable passed"
2009-12-13 Artyom Tarasenkofdc/sparc32: don't hang on detection under OBP
2009-11-12 Juan Quintelafdc: fix vmstate variable passed
2009-11-09 Markus Armbrusterqdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user
2009-11-07 Blue Swirlsparc32 (mostly): remove unneeded calls to device reset
2009-10-27 Juan Quintelavmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32
2009-10-24 Blue Swirlfdc: convert to reset + vmsd
2009-10-07 Markus ArmbrusterClean up test for qdev_init() failure
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-05 Gerd Hoffmannfloppy: move dma setup + drive connect to fdctrl_init_c...
2009-10-05 Gerd Hoffmannfloppy: add drive properties.
2009-10-05 Juan Quintelavmstate: remove const from pre_save() functions
2009-10-05 Juan Quintelavmstate: add version_id argument to post_load
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Juan Quintelavmstate: port fdc device
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-10 Gerd Hoffmannqdev: simplify isa irq assignments
2009-09-10 Gerd Hoffmannqdev: drop iobase properties from isa bus
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Gerd HoffmannMove isa_connect_irq calls into isa_create_simple
2009-08-28 Gerd Hoffmannisa bus irq changes and fixes.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-10 Gerd Hoffmannqdev/isa: convert fdc.
2009-07-20 Blue SwirlClean up fdc qdev conversion
2009-07-17 Blue SwirlSparc32: fix fdc io_base
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-07-15 Blue SwirlConvert fdc to qdev
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-24 blueswir1Floppy: Properly handle Sense Interrupt Status after...
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-02 blueswir1Remove address masking
2008-05-01 blueswir1FDC: Fix data transfer len (Hervé Poussineau)
2008-05-01 blueswir1FDC: Fix buffer overflow (Hervé Poussineau)
2008-04-29 blueswir1FDC fix 10/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 9/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 8/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 7/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 6/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 5/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 4/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 3/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 2/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 1/12 (Hervé Poussineau):
2008-04-08 blueswir1Simplify FDC code (Hervé Poussineau)
2008-03-21 blueswir1 Wire up TC signal from Aux1 to FDC
2008-02-29 blueswir1Give names to magic numbers (Herv�oussineau)
2008-01-01 blueswir1 Register only valid register access widths
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-17 thsFix bdrv_get_geometry to return uint64_t, by Andre...
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-11-17 pbrookBreak up vl.h.
2007-11-05 j_mayerNo functional changes: remove dead code and fix indenta...
next