Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |