summaryrefslogtreecommitdiff
path: root/hw/esp.c
AgeCommit message (Expand)Author
2009-10-24esp: convert to reset + vmsdBlue Swirl
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-05switch scsi bus to inplace allocation.Gerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-19ESP: convert to VMStateBlue Swirl
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann
2009-09-05esp: handle "select without attention"Artyom Tarasenko
2009-08-31esp (sparc32) Extra scsi data.Artyom Tarasenko
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-22ESP: implement Transfer PadBlue Swirl
2009-08-22ESP: Implement select without ATN, fix commentsBlue Swirl
2009-08-08Sparc32: move sparc32_dma init to sun4m.cBlue Swirl
2009-07-31esp: fix interrupt register readBlue Swirl
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-17Don't set IRQs on device reset and loadvm/savevmBlue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-26Remove qdev irq sink handlingPaul Brook
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-14ESP SCSI qdev conversionPaul Brook
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-02Remove address maskingblueswir1
2008-11-30Fix ICCS command (Herve Poussineau)blueswir1
2008-11-29Fix 'enable selection' command (esp_4_ensel.diff)blueswir1
2008-11-29Fix command len detection (esp_3_cmdlen.diff)blueswir1
2008-11-29Fix configuration 2 register (esp_2_cfg2.diff):blueswir1
2008-11-29Misc fixes (Herve Poussineau)blueswir1
2008-10-02Resurrect the safe part of r5274blueswir1
2008-10-02Sun ss20 OBP does 32bit register access to esp (Robert Reif)blueswir1
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir1
2008-09-20Add signed versions of save/load functionsblueswir1
2008-06-25Suppress OpenBSD warning messages for leftover fifo bytesblueswir1
2008-06-01Fix compilation warningblueswir1
2008-05-10Fix compiler warningsblueswir1
2008-04-24Fix irq handling (Hervé Poussineau)blueswir1
2008-04-09ESP: Add it_shift parameter (Hervé Poussineau)blueswir1
2008-03-02Let ESP SCSI adapter to be usable outside sun4m (Herv�oussineau)blueswir1
2008-01-01 Register only valid register access widthsblueswir1
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths
2007-12-10SCSI cleanup, by Laurent Vivier.ths
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-12-01 Name the magic constants, wrap long linesblueswir1
2007-11-17Break up vl.h.pbrook
2007-10-06 More detabificationblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-16 Use qemu_irq for a reset signal between DMA and ESP/Lanceblueswir1