aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/esp.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-18hw/scsi/esp: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2019-10-28esp: add pseudo-DMA as used by MacintoshLaurent Vivier1-9/+269
2019-10-28esp: move get_cmd() post-DMA code to get_cmd_cb()Laurent Vivier1-17/+29
2019-10-28esp: move handle_ti_cmd() cleanup code to esp_do_dma().Laurent Vivier1-2/+10
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck1-7/+26
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland1-30/+0
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-5/+7
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland1-13/+0
2017-09-19scsi/esp: Rename the ESP macro to ESP_STATEKamil Rytarowski1-5/+5
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster1-6/+0
2016-11-22scsi/esp: do not raise an interrupt when reading the FIFO registerHervé Poussineau1-2/+0
2016-06-29scsi: esp: fix migrationPaolo Bonzini1-2/+3
2016-06-16scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit1-2/+4
2016-06-16scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmdPaolo Bonzini1-7/+4
2016-06-16scsi: esp: respect FIFO invariant after message phasePaolo Bonzini1-1/+1
2016-06-16scsi: esp: check buffer length before reading scsi commandPrasad J Pandit1-0/+3
2016-06-06scsi: esp: check TI buffer index before read/writePrasad J Pandit1-11/+9
2016-05-23esp: check dma length before reading scsi command(CVE-2016-4441)Prasad J Pandit1-4/+7
2016-05-23esp: check command buffer length before write(CVE-2016-4439)Prasad J Pandit1-1/+5
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29hw/scsi: Clean up includesPeter Maydell1-0/+1
2014-11-12esp: Do not overwrite ESP_TCHI after resetHannes Reinecke1-2/+9
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-3/+1
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber1-2/+4
2013-07-23scsi/esp: Use QOM realize for scsi espHu Tao1-8/+11
2013-07-23scsi/esp: QOM'ify some moreHu Tao1-8/+13
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+727