1. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  2. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  3. f3b1764 isa: Clean up use of cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  4. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  5. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  6. 19d46d7 fdc: Fix inheritence for SUNW,fdtwo by Andreas Färber · 11 years ago
  7. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 11 years ago
  8. a3ef7a6 fdc: Improve error propagation for QOM realize by Andreas Färber · 11 years ago
  9. 940194c fdc: Use QOM realize for fdc by Hu Tao · 12 years ago
  10. dd3be74 fdc: QOM'ify some more by Hu Tao · 12 years ago
  11. 2d256e6 hw/block: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  12. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  13. 4a17cc4 isa: QOM'ify ISADevice by Andreas Färber · 12 years ago
  14. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  15. 020c8e7 fdc: QOM'ify ISA floppy controller by Andreas Färber · 12 years ago
  16. 21e5181 qdev: Drop taddr properties by Peter Maydell · 12 years ago
  17. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/fdc.c]
  18. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  19. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  20. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  21. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  22. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  23. cd30b53 fdc: remove last usage of FD_STATE_SEEK by Hervé Poussineau · 12 years ago
  24. c83f97b fdc: fix typo in zero constant by Hervé Poussineau · 12 years ago
  25. 27c86e2 fdc: remove double affectation of FD_MSR_CMDBUSY flag by Hervé Poussineau · 12 years ago
  26. 7ea004e fdc: implement VERIFY command by Hervé Poussineau · 12 years ago
  27. 075f553 fdc: fix false FD_SR0_SEEK by Hervé Poussineau · 12 years ago
  28. d6ed4e2 fdc: fix FD_SR0_SEEK for initial seek on DMA transfers by Hervé Poussineau · 12 years ago
  29. c5139bd fdc: fix FD_SR0_SEEK for non-DMA transfers and multi sectors transfers by Hervé Poussineau · 12 years ago
  30. d497d53 fdc: use status0 field instead of a local variable by Hervé Poussineau · 12 years ago
  31. 34abf9a fdc: Remove status0 parameter from fdctrl_set_fifo() by Kevin Wolf · 12 years ago
  32. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  33. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  34. 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 12 years ago
  35. 6d01377 fdc: fix relative seek by Pavel Hrdina · 12 years ago
  36. 61a8d64 fdc: Move floppy geometry guessing back from block.c by Markus Armbruster · 12 years ago
  37. 1f69c2b fdc: Drop broken code for user-defined floppy geometry by Markus Armbruster · 13 years ago
  38. 2fee008 fdc: fix interrupt handling by Pavel Hrdina · 13 years ago
  39. 6be01b1 fdc: rewrite seek and DSKCHG bit handling by Pavel Hrdina · 13 years ago
  40. cced7a1 fdc: use LOG_UNIMP logging by Blue Swirl · 13 years ago
  41. c52acf6 fdc: fix implied seek while there is no media in drive by Pavel Hrdina · 13 years ago
  42. dfc65f1 Un-inline fdctrl_init_isa() by Markus Armbruster · 13 years ago
  43. cfb08fb fdc: fix media detection by Pavel Hrdina · 13 years ago
  44. 21fcf36 fdc: simplify media change handling by Hervé Poussineau · 13 years ago
  45. c9ae703 fdc: Parametrize ISA base, IRQ and DMA by Hervé Poussineau · 13 years ago
  46. a2df5fa fdc: DIR (Digital Input Register) should return status of current drive... by Hervé Poussineau · 13 years ago
  47. b072a3c fdc: fix seek command, which shouldn't check tracks by Hervé Poussineau · 13 years ago
  48. 844f65d fdc: check if media rate is correct before doing any transfer by Hervé Poussineau · 13 years ago
  49. 09c6d58 fdc: add a 'check media rate' property. Not used yet by Hervé Poussineau · 13 years ago
  50. f8d3d12 block: add a transfer rate for floppy types by Hervé Poussineau · 13 years ago
  51. a758f8f fdc: add CCR (Configuration Control Register) write register by Hervé Poussineau · 13 years ago
  52. 8510854 fdc: handle read-only floppies (abort early on write commands) by Hervé Poussineau · 13 years ago
  53. a005186 fdc: most control commands do not generate interrupts by Hervé Poussineau · 13 years ago
  54. 1457a75 fdc: set busy bit when starting a command by Hervé Poussineau · 13 years ago
  55. 0838827 fdc: take side count into account by Hervé Poussineau · 13 years ago
  56. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  57. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  58. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  59. 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  60. bcc4e41 Convert source files to UTF-8 encoding by Stefan Weil · 13 years ago
  61. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  62. dc6c1b3 fdc: convert to memory API by Avi Kivity · 13 years ago
  63. 34d4260 pc: Fix floppy drives with if=none by Kevin Wolf · 13 years ago
  64. a18e67f fdc: Fix floppy port I/O by Kevin Wolf · 13 years ago
  65. 212ec7b fdc: Convert to isa_register_portio_list by Richard Henderson · 13 years ago
  66. 2f290a8 fdc: Convert isabus_fdc_init1 to MemoryRegion by Richard Henderson · 13 years ago
  67. 7d4b4ba block: New change_media_cb() parameter load by Markus Armbruster · 13 years ago
  68. fb0c61a hw: Trim superfluous #include "block_int.h" by Markus Armbruster · 13 years ago
  69. 9e6a4c9 block: Drop BlockDriverState member removable by Markus Armbruster · 13 years ago
  70. 18d9005 fdc: Make media change detection more robust by Markus Armbruster · 13 years ago
  71. 8e49ca4 block: Leave tracking media change to device models by Markus Armbruster · 13 years ago
  72. 242cca4 fdc: avoid structure holes spotted by pahole by Blue Swirl · 13 years ago
  73. 7d905f7 floppy: save and restore DIR register by Jason Wang · 14 years ago
  74. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  75. 63ffb56 fdc: refactor device creation by Blue Swirl · 14 years ago
  76. d288c7b fdc: use FDriveType for floppy drive type by Blue Swirl · 14 years ago
  77. 5bbdbb4 fdc: move floppy geometry guessing to block.c by Blue Swirl · 14 years ago
  78. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  79. dee41d5 Keep track of ISA ports ISA device is using in qdev. by Gleb Natapov · 14 years ago
  80. 779206d Introduce fw_name field to DeviceInfo structure. by Gleb Natapov · 14 years ago
  81. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  82. 2446333 Rearrange block headers by Blue Swirl · 14 years ago
  83. b47b352 fdc: Reject unimplemented error actions by Markus Armbruster · 15 years ago
  84. 7d0d695 block: Fix virtual media change for if=none by Markus Armbruster · 15 years ago
  85. 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
  86. f8b6cc0 qdev: Decouple qdev_prop_drive from DriveInfo by Markus Armbruster · 15 years ago
  87. bb350a5 Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE by Jes Sorensen · 15 years ago
  88. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 15 years ago
  89. a64405d fdc: Register vmstate via qdev by Jan Kiszka · 15 years ago
  90. 3c83eb4 Fix harmless if statements with empty body, spotted by clang by Blue Swirl · 15 years ago
  91. 8ec68b0 Fix a typo by Blue Swirl · 15 years ago
  92. 995bf0c fdc: fix drive property handling. by Gerd Hoffmann · 15 years ago
  93. 7859cb9 fdc: don't use reserved _ prefix by Blue Swirl · 15 years ago
  94. 5c02c03 fdc: don't use reserved _t suffix by Blue Swirl · 15 years ago
  95. 47f5ba7 fdc: fix migration from 0.11 by Juan Quintela · 15 years ago
  96. aef30c3 Revert "fdc: fix vmstate variable passed" by Juan Quintela · 15 years ago
  97. 82407d1 fdc/sparc32: don't hang on detection under OBP by Artyom Tarasenko · 15 years ago
  98. 2966b39 fdc: fix vmstate variable passed by Juan Quintela · 15 years ago
  99. 39a51df qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user by Markus Armbruster · 15 years ago
  100. a01d6ef sparc32 (mostly): remove unneeded calls to device reset by Blue Swirl · 15 years ago