1. aaa1f1a hw/ide: Constify all Property by Richard Henderson · 2 months ago
  2. 1b26146 hw/ide/ahci: Extract TYPE_SYSBUS_AHCI into dedicated file by Bernhard Beschow · 3 months ago
  3. 8a4989f hw/ide/ahci: Decouple from PCI by Bernhard Beschow · 3 months ago
  4. 819946d hw/ide: Remove DSCM-1XXXX microdrive device model by Peter Maydell · 4 months ago
  5. 7d6e63d hw/ahci: fix -Werror=maybe-uninitialized false-positive by Marc-André Lureau · 11 months ago
  6. 2d0a071 mac_dbdma: Remove leftover `dma_memory_unmap` calls by Mattias Nissler · 5 months ago
  7. e3d0814 hw: Use device_class_set_legacy_reset() instead of opencoding by Peter Maydell · 5 months ago
  8. c1a6ae5 hw/ide/pci: Remove dead code from bmdma_prepare_buf() by Peter Maydell · 7 months ago
  9. f63085c hw/ide/atapi: Be explicit that assigning to s->lcyl truncates by Peter Maydell · 7 months ago
  10. efb3593 hw/ide/macio: switch from using qemu_allocate_irq() to qdev input GPIOs by Mark Cave-Ayland · 8 months ago
  11. 80e9458 hw/ide/atapi: Use qemu_hexdump_line to avoid sprintf by Philippe Mathieu-Daudé · 11 months ago
  12. 8682ff6 hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters by Lev Kujawski · 2 years, 5 months ago
  13. 2f73eda hw/ide/ahci: Rename ahci_internal.h to ahci-internal.h by BALATON Zoltan · 12 months ago
  14. d13f403 ide, vl: turn -win2k-hack into a property on IDE devices by Paolo Bonzini · 1 year ago
  15. dcaff46 ide: collapse parameters to ide_init_drive by Paolo Bonzini · 1 year ago
  16. 0316482 hw/ide: Include 'ide-internal.h' from current path by Philippe Mathieu-Daudé · 1 year ago
  17. c6ff8bd hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/ by BALATON Zoltan · 1 year ago
  18. a11f439 hw/ide: Stop exposing internal.h to non-IDE files by Thomas Huth · 1 year ago
  19. 5fc5934 hw/ide: Move IDE device related definitions to ide-dev.h by Thomas Huth · 1 year ago
  20. 7bd8b0d hw/ide: Split qdev.c into ide-bus.c and ide-dev.c by Thomas Huth · 1 year ago
  21. bd217d8 hw/ide: Add the possibility to disable the CompactFlash device in the build by Thomas Huth · 1 year ago
  22. 9a4b35f hw/ide/ich9: Use AHCIPCIState typedef by Philippe Mathieu-Daudé · 1 year, 1 month ago
  23. fbb5945 hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h' by Philippe Mathieu-Daudé · 1 year ago
  24. b0bccc6 hw/ide/ahci: Remove SysbusAHCIState::num_ports field by Philippe Mathieu-Daudé · 1 year ago
  25. be02150 hw/ide/ahci: Do not pass 'ports' argument to ahci_realize() by Philippe Mathieu-Daudé · 1 year ago
  26. 44c11b2 hw/ide/ahci: Convert AHCIState::ports to unsigned by Philippe Mathieu-Daudé · 1 year ago
  27. e2f8d28 hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs() by Philippe Mathieu-Daudé · 1 year ago
  28. e6097f1 hw/ide/ahci: Inline ahci_get_num_ports() by Philippe Mathieu-Daudé · 1 year ago
  29. d407be0 hw/ide/ahci: Expose AHCIPCIState structure by Philippe Mathieu-Daudé · 1 year ago
  30. 8595c05 hw/ide: Constify VMState by Richard Henderson · 1 year, 2 months ago
  31. 6e08132 ide/via: Fix BAR4 value in legacy mode by BALATON Zoltan · 1 year, 3 months ago
  32. debb491 hw/ide/via: implement legacy/native mode switching by Mark Cave-Ayland · 1 year, 3 months ago
  33. 7a9d672 ide/via: don't attempt to set default BAR addresses by Mark Cave-Ayland · 1 year, 3 months ago
  34. fd6a543 ide/pci: introduce pci_ide_update_mode() function by Mark Cave-Ayland · 1 year, 3 months ago
  35. 7552488 ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE core by Mark Cave-Ayland · 1 year, 3 months ago
  36. eabb921 hw/ide/ahci: fix legacy software reset by Niklas Cassel · 1 year, 4 months ago
  37. ad6ef0a Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging by Stefan Hajnoczi · 1 year, 4 months ago
  38. b523a3d hw/ide/ahci: trigger either error IRQ or regular IRQ, not both by Niklas Cassel · 1 year, 5 months ago
  39. 7d75120 hw/ide: reset: cancel async DMA operation before resetting state by Fiona Ebner · 1 year, 6 months ago
  40. 1f52c7a migration: Use vmstate_register_any() for isa-ide by Juan Quintela · 1 year, 4 months ago
  41. a5afeef hw/ide/ahci: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
  42. 9f89423 hw/ide/ahci: fix broken SError handling by Niklas Cassel · 1 year, 9 months ago
  43. 7e85cb0 hw/ide/ahci: fix ahci_write_fis_sdb() by Niklas Cassel · 1 year, 9 months ago
  44. 1a16ce6 hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set by Niklas Cassel · 1 year, 9 months ago
  45. d73b84d hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared by Niklas Cassel · 1 year, 9 months ago
  46. e2a5d9b hw/ide/ahci: simplify and document PxCI handling by Niklas Cassel · 1 year, 9 months ago
  47. 2967dc8 hw/ide/ahci: write D2H FIS when processing NCQ command by Niklas Cassel · 1 year, 9 months ago
  48. c3461c6 hw/ide/core: set ERR_STAT in unsupported command completion by Niklas Cassel · 1 year, 9 months ago
  49. a980b95 hw/ide: spelling fixes by Michael Tokarev · 1 year, 6 months ago
  50. 230dfd9 hw/ide/piix: properly initialize the BMIBA register by Olaf Hering · 1 year, 8 months ago
  51. 752dfff hw/ide/piix: Move registration of VMStateDescription to DeviceClass by Bernhard Beschow · 1 year, 9 months ago
  52. 17d6a4a hw/ide/pci: Replace some magic numbers by constants by Bernhard Beschow · 1 year, 9 months ago
  53. 5fe2421 hw/ide: Extract bmdma_status_writeb() by Bernhard Beschow · 1 year, 9 months ago
  54. bf0576e hw/ide: Extract IDEBus assignment into bmdma_init() by Bernhard Beschow · 1 year, 9 months ago
  55. 68eadfa hw/ide/via: Wire up IDE legacy interrupts in host device by Bernhard Beschow · 1 year, 9 months ago
  56. e2b84ee hw/ide/pci: Expose legacy interrupts as named GPIOs by Bernhard Beschow · 1 year, 9 months ago
  57. de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
  58. af33a32 hw/ide/ahci: Remove stray backslash by Niklas Cassel · 1 year, 9 months ago
  59. f63192b hw: replace most qemu_bh_new calls with qemu_bh_new_guarded by Alexander Bulekov · 1 year, 10 months ago
  60. 0030b24 hw/ide: replace TABs with space by Yeqi Fu · 2 years ago
  61. d39d792 hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVS by Philippe Mathieu-Daudé · 4 years ago
  62. 533580d hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per bus by Philippe Mathieu-Daudé · 2 years ago
  63. 511aa9f hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg by Philippe Mathieu-Daudé · 2 years ago
  64. caa9146 hw/ide/piix: Remove unused includes by Philippe Mathieu-Daudé · 2 years, 1 month ago
  65. 3e5f247 hw/ide/pci: Unexport bmdma_active_if() by Bernhard Beschow · 2 years, 6 months ago
  66. 2435503 hw/ide/ioport: Remove unnecessary includes by Philippe Mathieu-Daudé · 2 years, 1 month ago
  67. 2c50207 hw/ide: Rename idebus_active_if() -> ide_bus_active_if() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  68. c951963 hw/ide: Rename ide_init2() -> ide_bus_init_output_irq() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  69. 783f447 hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  70. e29b124 hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb by Philippe Mathieu-Daudé · 2 years ago
  71. b6a5ab2 hw/ide: Rename ide_create_drive() -> ide_bus_create_drive() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  72. 0cfe719 hw/ide: Rename ide_set_irq() -> ide_bus_set_irq() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  73. da9f117 hw/ide: Un-inline ide_set_irq() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  74. cc135b1 hw/ide/atapi: Restrict 'scsi/constants.h' inclusion by Philippe Mathieu-Daudé · 2 years, 1 month ago
  75. 3b759fb hw/ide/isa: Remove intermediate ISAIDEState::irq variable by Philippe Mathieu-Daudé · 2 years, 1 month ago
  76. 794093e hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h' by Philippe Mathieu-Daudé · 2 years, 1 month ago
  77. 01c4340 hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h' by Philippe Mathieu-Daudé · 2 years, 1 month ago
  78. c79f63f hw/ide/mmio: Use CamelCase for MMIO_IDE state name by Philippe Mathieu-Daudé · 2 years, 2 months ago
  79. eb8fde1 hw/ide/ahci: Trace ncq write command as write instead of read by Fiona Ebner · 2 years ago
  80. d6271b6 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Peter Maydell · 2 years, 2 months ago
  81. edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 2 months ago
  82. cec79db ide: Add "ide-cf" driver, a CompactFlash card by Lubomir Rintel · 2 years, 3 months ago
  83. 1ea17d2 ide: Add 8-bit data mode by Lubomir Rintel · 2 years, 3 months ago
  84. 443f07b hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h by BALATON Zoltan · 2 years, 4 months ago
  85. bb2e9b1 hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers by Bernhard Beschow · 2 years, 4 months ago
  86. 4b8fd06 hw/isa/vt82c686: Introduce TYPE_VIA_IDE define by Bernhard Beschow · 2 years, 6 months ago
  87. 5db8993 hw/ide/microdrive: Use device_cold_reset() for self-resets by Peter Maydell · 2 years, 5 months ago
  88. 176e496 hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command by Lev Kujawski · 2 years, 8 months ago
  89. 3195c9e hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC by Lev Kujawski · 2 years, 8 months ago
  90. 4851a98 piix_ide_reset: Use pci_set_* functions instead of direct access by Lev Kujawski · 2 years, 8 months ago
  91. a9262f5 block: Change blk_{pread,pwrite}() param order by Alberto Faria · 2 years, 8 months ago
  92. 3b35d45 block: Add a 'flags' param to blk_pread() by Alberto Faria · 2 years, 8 months ago
  93. 99337bd hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM) by Lev Kujawski · 2 years, 9 months ago
  94. 1ab5096 block: get rid of blk->guest_block_size by Stefan Hajnoczi · 2 years, 9 months ago
  95. 6a8a8b6 include/hw/ide: Unexport pci_piix3_xen_ide_unplug() by Bernhard Beschow · 2 years, 10 months ago
  96. 3690241 hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug() by Bernhard Beschow · 2 years, 10 months ago
  97. 7851b21 hw/ide/piix: Remove redundant "piix3-ide-xen" device class by Bernhard Beschow · 2 years, 10 months ago
  98. 758c925 ide_ioport_read: Return lower octet of data register instead of 0xFF by Lev Kujawski · 2 years, 9 months ago
  99. f14ad81 Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into staging by Peter Maydell · 3 years ago
  100. 215caca hw/isa: Inline and remove one-line isa_init_irq() by Bernhard Beschow · 3 years ago