1. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 8 years ago
  2. 218fd37 ide: don't lose pending dma state by Pavel Butsykin · 9 years ago
  3. 86698a1 ide: move buffered DMA cancel to core by John Snow · 9 years ago
  4. 5323926 ide: Clean up includes by Peter Maydell · 9 years ago
  5. 7cda620 ide: orphan all buffered requests on DMA cancel by Peter Lieven · 9 years ago
  6. 9fbf0fa ide: remove hardcoded 2GiB transactional limit by John Snow · 9 years ago
  7. a718978 ide: add limit to .prepare_buf() by John Snow · 9 years ago
  8. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
  9. 6e38a4b hw/ide/pci: Fix memory leak by Shannon Zhao · 10 years ago
  10. 1976058 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  11. dc5d0af ide: place initial state of the current request to IDEBus by Paolo Bonzini · 10 years ago
  12. a96cb23 ide: replace set_unit callback with more IDEBus state by Paolo Bonzini · 10 years ago
  13. 9898586 ide: move restart callback to common code by Paolo Bonzini · 10 years ago
  14. d34fced ide: pass IDEBus to the restart_cb by Paolo Bonzini · 10 years ago
  15. 2745df8 ide: do not use BMDMA in restart callback by Paolo Bonzini · 10 years ago
  16. bd8892c ide: prepare to move restart to common code by Paolo Bonzini · 10 years ago
  17. 06b95b1 ide: start extracting ide_restart_dma out of bmdma_restart_dma by Paolo Bonzini · 10 years ago
  18. 81b0735 Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  19. a71754e atapi migration: Throw recoverable error to avoid recovery by Dr. David Alan Gilbert · 10 years ago
  20. 3251bdc ide: Correct handling of malformed/short PRDTs by John Snow · 10 years ago
  21. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  22. 097310b block: Rename BlockDriverCompletionFunc to BlockCompletionFunc by Markus Armbruster · 10 years ago
  23. fd648f1 ide: move retry constants out of BM_STATUS_* namespace by Paolo Bonzini · 10 years ago
  24. 7e2648d ide: move BM_STATUS bits to pci.[ch] by Paolo Bonzini · 10 years ago
  25. 0e7ce54 ide: fold add_status callback into set_inactive by Paolo Bonzini · 10 years ago
  26. 4463512 ide: simplify start_transfer callbacks by Paolo Bonzini · 10 years ago
  27. 829b933 ide: simplify set_inactive callbacks by Paolo Bonzini · 10 years ago
  28. 1374bec ide: simplify reset callbacks by Paolo Bonzini · 10 years ago
  29. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  30. 06ab66c hw/ide: Add missing 'static' attributes by Stefan Weil · 11 years ago
  31. f6c11d5 ide: Introduce abstract QOM type for PCIIDEState by Andreas Färber · 11 years ago
  32. b39f961 ide: Reset BMIDEA bit when the bus master is stopped by Kevin Wolf · 12 years ago
  33. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  34. 6bf3ee0 ide: Remove wrong assertion by Kevin Wolf · 12 years ago
  35. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  36. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  37. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  38. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  39. 1ceee0d iostatus: change is_read to a bool by Paolo Bonzini · 12 years ago
  40. cb67be8 ide: fix compilation errors when DEBUG_IDE is set by Hervé Poussineau · 13 years ago
  41. 964455f Correct types in bmdma_addr_{read,write} by David Gibson · 13 years ago
  42. 859e538 Remove unnecessary casts from PCI DMA code in PCI IDE by David Gibson · 13 years ago
  43. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  44. 552908f PCI IDE: Use PCI DMA stub functions by David Gibson · 13 years ago
  45. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 13 years ago
  46. fb0c61a hw: Trim superfluous #include "block_int.h" by Markus Armbruster · 13 years ago
  47. a9deb8c ide: convert to memory API by Avi Kivity · 13 years ago
  48. ee752da ide: Clear error_status after restarting flush by Kevin Wolf · 14 years ago
  49. d353fb7 ide: add TRIM support by Christoph Hellwig · 14 years ago
  50. 4e1e005 ide: allow other dma comands than read and write by Christoph Hellwig · 14 years ago
  51. def9379 ide: Split error status from status register by Kevin Wolf · 14 years ago
  52. 2860e3e ide: Turn debug messages into assertions by Kevin Wolf · 14 years ago
  53. 086cf4d ide: cleanup warnings by Andrea Arcangeli · 14 years ago
  54. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  55. 1635eec ide: Remove unneeded null pointer check by Stefan Weil · 14 years ago
  56. cd369c4 ide: factor dma handling helpers by Christoph Hellwig · 14 years ago
  57. 40a6238 ide: Split out BMDMA code from ATA core by Alexander Graf · 14 years ago
  58. b76876e ide: Reset current_addr after stopping DMA by Kevin Wolf · 14 years ago
  59. c29947b ide: Ignore double DMA transfer starts/stops by Kevin Wolf · 14 years ago
  60. 9fbef1a ide: convert bmdma address ioport to ioport_register() by Avi Kivity · 14 years ago
  61. 953844d ide: Avoid canceling IDE DMA by Andrea Arcangeli · 14 years ago
  62. 5ee84c3 ide: fix migration in the middle of a bmdma transfer by Juan Quintela · 14 years ago
  63. 5733842 Revert "ide save/restore current transfer fields" by Juan Quintela · 14 years ago
  64. 42ee76f ide save/restore current transfer fields by Marcelo Tosatti · 15 years ago
  65. 407a4f3 ide: port pci ide to vmstate by Juan Quintela · 15 years ago
  66. 4c3df0e ide: split cmd646 and piix from pci.c by Juan Quintela · 15 years ago
  67. 3e7e155 ide: export needed ide-pci functions for split by Juan Quintela · 15 years ago
  68. 65c0f13 ide: create ide/pci.h for common ide pci definitions by Juan Quintela · 15 years ago
  69. e6a7830 ide: Remove cast in pci_register_bar by Juan Quintela · 15 years ago
  70. 61073e0 ide: change cast to DO_UPCAST by Juan Quintela · 15 years ago
  71. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  72. 499cf10 Rename pci_create_noinit() to pci_create() by Markus Armbruster · 15 years ago
  73. 1f850f1 switch ide bus to inplace allocation. by Gerd Hoffmann · 15 years ago
  74. feef310 ide/pci: convert to qdev. by Gerd Hoffmann · 15 years ago
  75. 9a43dba ide/pci: fix indention by Gerd Hoffmann · 15 years ago
  76. ae027ad mips malta: Fix fdc regression and use qdev for i8042 setup by Stefan Weil · 15 years ago
  77. f455e98 ide: pass down DriveInfo instead of BlockDriverState by Gerd Hoffmann · 15 years ago
  78. 59f2a78 ide: move code to hw/ide/ by Gerd Hoffmann · 15 years ago[Renamed (98%) from hw/ide-pci.c]
  79. 977e124 ide: split away ide-pci.c by Gerd Hoffmann · 15 years ago