1. ff9868e esp: use CamelCaseFunc for function types by Blue Swirl · 15 years ago
  2. dca47ed ESP: improve IRQ debugging by Blue Swirl · 15 years ago
  3. 43b443b scsi: move scsi-disk.h -> scsi.h by Gerd Hoffmann · 15 years ago
  4. 1cd3af5 scsi: move scsi.h -> esp.h by Gerd Hoffmann · 15 years ago
  5. a01d6ef sparc32 (mostly): remove unneeded calls to device reset by Blue Swirl · 15 years ago
  6. 63235df esp: convert to reset + vmsd by Blue Swirl · 15 years ago
  7. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  8. ca9c39f switch scsi bus to inplace allocation. by Gerd Hoffmann · 16 years ago
  9. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  10. 99a0949 Get rid of _t suffix by malc · 15 years ago
  11. cc9952f ESP: convert to VMState by Blue Swirl · 16 years ago
  12. d52affa qdev/scsi: add scsi bus support to qdev, convert drivers. by Gerd Hoffmann · 16 years ago
  13. f2818f2 esp: handle "select without attention" by Artyom Tarasenko · 16 years ago
  14. 4e2a68c esp (sparc32) Extra scsi data. by Artyom Tarasenko · 16 years ago
  15. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  16. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  17. 0fd0eb2 ESP: implement Transfer Pad by Blue Swirl · 16 years ago
  18. 5e1e0a3 ESP: Implement select without ATN, fix comments by Blue Swirl · 16 years ago
  19. 74ff8d9 Sparc32: move sparc32_dma init to sun4m.c by Blue Swirl · 16 years ago
  20. 2814df2 esp: fix interrupt register read by Blue Swirl · 16 years ago
  21. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  22. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  23. 42f1ced Don't set IRQs on device reset and loadvm/savevm by Blue Swirl · 16 years ago
  24. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  25. 067a3dd Remove qdev irq sink handling by Paul Brook · 16 years ago
  26. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  27. cfb9de9 ESP SCSI qdev conversion by Paul Brook · 16 years ago
  28. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  29. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  30. e64d7d5 Remove address masking by blueswir1 · 16 years ago
  31. 4bf5801 Fix ICCS command (Herve Poussineau) by blueswir1 · 16 years ago
  32. e392683 Fix 'enable selection' command (esp_4_ensel.diff) by blueswir1 · 16 years ago
  33. fc4d65d Fix command len detection (esp_3_cmdlen.diff) by blueswir1 · 16 years ago
  34. b44c08f Fix configuration 2 register (esp_2_cfg2.diff): by blueswir1 · 16 years ago
  35. 8dea1dd Misc fixes (Herve Poussineau) by blueswir1 · 16 years ago
  36. b6c4f71 Resurrect the safe part of r5274 by blueswir1 · 16 years ago
  37. daa41b0 Sun ss20 OBP does 32bit register access to esp (Robert Reif) by blueswir1 · 16 years ago
  38. 2ca83a8 Revert r5274 which breaks savevm/loadvm by blueswir1 · 16 years ago
  39. 67d8cec Add signed versions of save/load functions by blueswir1 · 17 years ago
  40. a214c59 Suppress OpenBSD warning messages for leftover fifo bytes by blueswir1 · 17 years ago
  41. cce40fc Fix compilation warning by blueswir1 · 17 years ago
  42. 2254876 Fix compiler warnings by blueswir1 · 17 years ago
  43. c73f96f Fix irq handling (Hervé Poussineau) by blueswir1 · 17 years ago
  44. 5d20fa6 ESP: Add it_shift parameter (Hervé Poussineau) by blueswir1 · 17 years ago
  45. 8b17de8 Let ESP SCSI adapter to be usable outside sun4m (Herv�oussineau) by blueswir1 · 17 years ago
  46. 7c56045 Register only valid register access widths by blueswir1 · 17 years ago
  47. 985a03b Real SCSI device passthrough (v4), by Laurent Vivier. by ths · 17 years ago
  48. 8ccc2ac SCSI cleanup, by Laurent Vivier. by ths · 17 years ago
  49. e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
  50. 5ad6bb9 Name the magic constants, wrap long lines by blueswir1 · 17 years ago
  51. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  52. f930d07 More detabification by blueswir1 · 17 years ago
  53. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  54. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  55. 2d069ba Use qemu_irq for a reset signal between DMA and ESP/Lance by blueswir1 · 18 years ago
  56. 74ec604 Enable Selection command (NetBSD) by blueswir1 · 18 years ago
  57. 70c0de9 Use qemu_irqs between dma controllers and esp, lance by blueswir1 · 18 years ago
  58. 5aca8c3 Split DMA controller in two Fix register size related bugs by blueswir1 · 18 years ago
  59. 5dcb6b9 Use full 36-bit physical address space on SS10 by blueswir1 · 18 years ago
  60. 5425a21 Fix Sparc32 device save methods by blueswir1 · 18 years ago
  61. fa1fb14 Fix SCSI cdrom boot, thanks Blue Swirl. by ths · 18 years ago
  62. 6787f5f SPARC SCSI fixes. by pbrook · 19 years ago
  63. 67e999b Separate the DMA controllers - Convert ESP to new DMA methods (Blue Swirl) by bellard · 19 years ago
  64. a917d38 SCSI TCQ support. by pbrook · 19 years ago
  65. 3dc1cb3 ESP DMA fix. by pbrook · 19 years ago
  66. 4d611c9 SCSI and USB async IO support. by pbrook · 19 years ago
  67. 9f149aa SATN fixes (Blue Swirl). by pbrook · 19 years ago
  68. 0fc5c15 SCSI lun probing fix. by pbrook · 19 years ago
  69. 4be9a50 Fix partial transfer bug. by pbrook · 19 years ago
  70. 2e5d83b Rearrange SCSI disk emulation code. Add USB mass storage device emulation. by pbrook · 19 years ago
  71. e4d165c Don't clear DMA status register when loading address. by pbrook · 19 years ago
  72. db59203 ESP DMA fix. by pbrook · 19 years ago
  73. 4e9aec7 Sparcf ESP dma fixes (Blue Swirl). by pbrook · 19 years ago
  74. b9788fc cdrom_read_toc support (Blue Swirl) by bellard · 19 years ago
  75. 9e61bde sparc merge (Blue Swirl) by bellard · 19 years ago
  76. 4f6200f ESP PIO mode, 2k CDROM sector size (Blue Swirl) by bellard · 19 years ago
  77. 2f275b8 SCSI support (Blue Swirl) by bellard · 20 years ago
  78. 6f7e9ae sparc fixes (Blue Swirl) by bellard · 20 years ago