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