summaryrefslogtreecommitdiffstats
path: root/hw/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* Convert fdc to qdevBlue Swirl2009-07-151-23/+70
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-5/+5
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-6/+0
* Floppy: Properly handle Sense Interrupt Status after FDC Resetblueswir12009-01-241-12/+18
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-1/+1
* Remove address maskingblueswir12008-12-021-10/+20
* FDC: Fix data transfer len (Hervé Poussineau)blueswir12008-05-011-2/+2
* FDC: Fix buffer overflow (Hervé Poussineau)blueswir12008-05-011-2/+4
* FDC fix 10/10 (Hervé Poussineau):blueswir12008-04-291-19/+25
* FDC fix 9/10 (Hervé Poussineau):blueswir12008-04-291-10/+75
* FDC fix 8/10 (Hervé Poussineau):blueswir12008-04-291-10/+10
* FDC fix 7/10 (Hervé Poussineau):blueswir12008-04-291-69/+74
* FDC fix 6/10 (Hervé Poussineau):blueswir12008-04-291-51/+32
* FDC fix 5/10 (Hervé Poussineau):blueswir12008-04-291-82/+14
* FDC fix 4/10 (Hervé Poussineau):blueswir12008-04-291-12/+21
* FDC fix 3/10 (Hervé Poussineau):blueswir12008-04-291-16/+75
* FDC fix 2/10 (Hervé Poussineau):blueswir12008-04-291-33/+48
* FDC fix 1/12 (Hervé Poussineau):blueswir12008-04-291-150/+149
* Simplify FDC code (Hervé Poussineau)blueswir12008-04-081-517/+361
* Wire up TC signal from Aux1 to FDCblueswir12008-03-211-1/+12
* Give names to magic numbers (Herv�oussineau)blueswir12008-02-291-125/+222
* Register only valid register access widthsblueswir12008-01-011-11/+40
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-1/+6
* Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths2007-12-171-1/+1
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-1/+1
* Break up vl.h.pbrook2007-11-171-1/+5
* No functional changes: remove dead code and fix indentation & wrapping lines.j_mayer2007-11-051-199/+196
* Fix memory corruption: bdrv_read/write API has been changed to takej_mayer2007-11-041-4/+2
* Fix Solaris breakageblueswir12007-11-041-5/+5
* Constificationblueswir12007-11-041-2/+2
* Remove target dependent codeblueswir12007-11-041-7/+21
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-9/+9
* Emulate spinning floppy disk, by Jan Jezabek.ths2007-09-131-0/+8
* Spelling fix, by Stefan Weil.ths2007-07-111-1/+1
* Use full 36-bit physical address space on SS10blueswir12007-05-191-8/+12
* Add device save and reset methods to FDC and M48T59blueswir12007-04-141-1/+96
* Unify IRQ handling.pbrook2007-04-071-5/+5
* Fix comment, by Volker Ruppert.ths2007-01-051-2/+3
* Fix sector size overflow, by Herbert Xu.ths2006-12-101-1/+1
* use bdrv_media_changed()bellard2006-08-191-24/+14
* sparc fixes (Blue Swirl)bellard2005-03-131-19/+18
* suppressed warnings in 64 bit casebellard2005-01-031-7/+23
* SPARC mergebellard2004-12-191-6/+29
* audio merge (malc)bellard2004-11-071-12/+19
* fdc fix (Mike Nordell)bellard2004-10-101-0/+8
* spelling fixesbellard2004-10-091-17/+17
* floppy fixes (initial patch by Mike Nordell)bellard2004-10-071-23/+32
OpenPOWER on IntegriCloud