1. a9deb8c ide: convert to memory API by Avi Kivity · 14 years ago
  2. 3046c98 Merge remote-tracking branch 'agraf/xen-next' into staging by Anthony Liguori · 14 years ago
  3. e374560 Merge remote-tracking branch 'kraxel/migration.2' into staging by Anthony Liguori · 14 years ago
  4. 679f4f8 xen: implement unplug protocol in xen_platform by Stefano Stabellini · 14 years ago
  5. e0e8384 ide: Turn properties any IDE device must have into bus properties by Markus Armbruster · 14 years ago
  6. b7ce1b2 ahci doesn't support migration by Gerd Hoffmann · 14 years ago
  7. c925400 ide: Initialise buffers with zeros by Kevin Wolf · 14 years ago
  8. 40c4ed3 ide: Ignore reads during PIO in and writes during PIO out by Kevin Wolf · 14 years ago
  9. fdba959 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  10. befeac4 Merge remote-tracking branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  11. ee752da ide: Clear error_status after restarting flush by Kevin Wolf · 14 years ago
  12. d353fb7 ide: add TRIM support by Christoph Hellwig · 14 years ago
  13. 4e1e005 ide: allow other dma comands than read and write by Christoph Hellwig · 14 years ago
  14. 0754f9e ide: Add forgotten VMSTATE_END_OF_LIST in subsection by Kevin Wolf · 14 years ago
  15. fdc650d ide: Fix ide_drive_pio_state_needed() by Kevin Wolf · 14 years ago
  16. def9379 ide: Split error status from status register by Kevin Wolf · 14 years ago
  17. 65ff544 hw/ide/via.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  18. 03f1c14 hw/ide/ich.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  19. c04ca07 hw/ide/cmd646.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  20. 25f8e2f ide/piix: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  21. 69c38b8 ide/core: Remove explicit setting of BM_STATUS_INT by Kevin Wolf · 14 years ago
  22. 1fddfba ahci: Fix non-NCQ accesses for LBA > 16bits by Alexander Graf · 14 years ago
  23. 95b5edc blockdev: Store -drive option media in DriveInfo by Markus Armbruster · 14 years ago
  24. 1f56e32 ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd" by Markus Armbruster · 14 years ago
  25. 4d29b50 ahci: Fix crashes on duplicate BH registration by Jan Kiszka · 14 years ago
  26. 2860e3e ide: Turn debug messages into assertions by Kevin Wolf · 14 years ago
  27. 086cf4d ide: cleanup warnings by Andrea Arcangeli · 14 years ago
  28. 96d19bc ahci: Unbreak bar registration by Jan Kiszka · 14 years ago
  29. 69c8944 ich/ahci: fix uninitialized memory use by Michael S. Tsirkin · 14 years ago
  30. 5300f1a Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  31. 45fe15c MSI: Robust resource release by Jan Kiszka · 14 years ago
  32. ab71982 ide/atapi: fix set but unused by Alon Levy · 14 years ago
  33. 4a737d1 atapi: Explain why we need a 'media not present' state by Amit Shah · 14 years ago
  34. a7acf55 atapi: Move comment to proper place by Amit Shah · 14 years ago
  35. 7a2c4b8 ide/atapi: Introduce CHECK_READY flag for commands by Kevin Wolf · 14 years ago
  36. e119bca ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors by Kevin Wolf · 14 years ago
  37. e1a064f ide/atapi: Use table instead of switch for commands by Kevin Wolf · 14 years ago
  38. a60cf7e ide/atapi: Factor commands out by Kevin Wolf · 14 years ago
  39. 33231e0 ide: Split atapi.c out by Kevin Wolf · 14 years ago
  40. 4b9b709 atapi: Add 'medium ready' to 'medium not ready' transition on cd change by Amit Shah · 14 years ago
  41. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  42. 996faf1 atapi: GESN: implement 'media' subcommand by Amit Shah · 14 years ago
  43. 0af63ba atapi: GESN: Standardise event response handling for future additions by Amit Shah · 14 years ago
  44. 8f8e834 atapi: GESN: Use structs for commonly-used field types by Amit Shah · 14 years ago
  45. 493accd atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own function by Amit Shah · 14 years ago
  46. 0c370a3 atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media change by Amit Shah · 14 years ago
  47. 88f2bb5 atapi: Report correct errors on guest eject request by Amit Shah · 14 years ago
  48. 8aa7191 atapi: Drives can be locked without media present by Amit Shah · 14 years ago
  49. 7571790 ide: consolidate drive_get(IF_IDE) by Isaku Yamahata · 14 years ago
  50. 667bb59 ich/ahci: convert to pci_register_bar_simple() by Avi Kivity · 14 years ago
  51. aa315f9 Merge branch 'for-anthony' of git://github.com/bonzini/qemu by Aurelien Jarno · 14 years ago
  52. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  53. b93af93 Fix ATA SMART and CHECK POWER MODE by Brian Wheeler · 14 years ago
  54. ee951a3 isa-bus: Remove bogus IRQ sharing check by Jan Kiszka · 14 years ago
  55. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  56. 2c4b9d0 ahci: make number of ports runtime determined by Alexander Graf · 14 years ago
  57. 760c3e4 ahci: Implement HBA reset by Alexander Graf · 14 years ago
  58. 87e6206 ahci: send init d2h fis on fis enable by Alexander Graf · 14 years ago
  59. 7fb6577 ahci: split ICH and AHCI even more by Alexander Graf · 14 years ago
  60. f83a40d ahci: add license header in ahci.h by Alexander Graf · 14 years ago
  61. 03c7a6a ahci: split ICH9 from core by Sebastian Herbszt · 14 years ago
  62. 27d6bf4 blockdev: Fix regression in -drive if=scsi,index=N by Markus Armbruster · 14 years ago
  63. fe6ceac ahci: Fix cpu_physical_memory_unmap() argument ordering by Stefan Hajnoczi · 14 years ago
  64. db97ee6 block: tell drivers about an image resize by Christoph Hellwig · 14 years ago
  65. 1635eec ide: Remove unneeded null pointer check by Stefan Weil · 14 years ago
  66. c641483 ide: kill ide_dma_submit_check by Christoph Hellwig · 14 years ago
  67. 596bb44 ide: also reset io_buffer_index for writes by Christoph Hellwig · 14 years ago
  68. cd369c4 ide: factor dma handling helpers by Christoph Hellwig · 14 years ago
  69. 0965f12 piix: tag as not hotpluggable. by Gerd Hoffmann · 14 years ago
  70. cdfe17d ahci: delete write-only variables (v2) by Blue Swirl · 14 years ago
  71. 653af23 ide: Build fix for via.c by Kevin Wolf · 14 years ago
  72. f56b18c ide: Fix build for cmd646.c by Kevin Wolf · 14 years ago
  73. 61d9d6b ide: Register vm change state handler once only by Stefan Hajnoczi · 14 years ago
  74. 1bdaa28 ide: honor ncq for atapi by Alexander Graf · 14 years ago
  75. 38a08f0 ahci: set SATA Mode Select by Sebastian Herbszt · 14 years ago
  76. f6ad2e3 ahci: add ahci emulation by Alexander Graf · 14 years ago
  77. ccf0fd8 ide: add ncq identify data for ahci sata drives by Roland Elek · 14 years ago
  78. 2ff61ff ide: move transfer_start after variable modification by Alexander Graf · 14 years ago
  79. 40a6238 ide: Split out BMDMA code from ATA core by Alexander Graf · 14 years ago
  80. 6ef2ba5 ide: fix whitespace gap in ide_exec_cmd by Alexander Graf · 14 years ago
  81. 7cff87f ide: split ide command interpretation off by Alexander Graf · 14 years ago
  82. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  83. dc1a46b Add get_fw_dev_path callback to IDE bus. by Gleb Natapov · 14 years ago
  84. 3835510 Store IDE bus id in IDEBus structure for easy access. by Gleb Natapov · 14 years ago
  85. dee41d5 Keep track of ISA ports ISA device is using in qdev. by Gleb Natapov · 14 years ago
  86. 779206d Introduce fw_name field to DeviceInfo structure. by Gleb Natapov · 14 years ago
  87. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  88. c924f36 Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  89. b76876e ide: Reset current_addr after stopping DMA by Kevin Wolf · 14 years ago
  90. c29947b ide: Ignore double DMA transfer starts/stops by Kevin Wolf · 14 years ago
  91. e3982b3 ide: Set bus master inactive on error by Kevin Wolf · 14 years ago
  92. 8337606 ide: Factor ide_dma_set_inactive out by Kevin Wolf · 14 years ago
  93. 9fbef1a ide: convert bmdma address ioport to ioport_register() by Avi Kivity · 14 years ago
  94. b90c73c pci: Replace unneeded type casts in calls of pci_register_bar by Stefan Weil · 14 years ago
  95. b2df753 ide: Handle immediate bdrv_aio_flush failure by Kevin Wolf · 14 years ago
  96. e2bcada ide: Handle flush failure by Kevin Wolf · 14 years ago
  97. 6bcb1a7 ide: Factor ide_flush_cache out by Kevin Wolf · 14 years ago
  98. a58b8d5 ide: set WCACHE supported in IDENTIFY data by Christoph Hellwig · 14 years ago
  99. 1b2adf2 ide: propagate the required alignment by Christoph Hellwig · 14 years ago
  100. 79d1d33 Improve ATA IDENTIFY word 64 contents. by Jonathan A. Kollasch · 15 years ago