summaryrefslogtreecommitdiffstats
path: root/hw/scsi/esp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck2019-01-111-7/+26
* esp: remove legacy esp_init() functionMark Cave-Ayland2018-06-281-30/+0Star
* Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
* hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth2018-03-121-5/+7
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland2017-10-311-13/+0Star
* scsi/esp: Rename the ESP macro to ESP_STATEKamil Rytarowski2017-09-191-5/+5
* hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster2017-02-211-6/+0Star
* scsi/esp: do not raise an interrupt when reading the FIFO registerHervé Poussineau2016-11-221-2/+0Star
* scsi: esp: fix migrationPaolo Bonzini2016-06-291-2/+3
* scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit2016-06-161-2/+4
* scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmdPaolo Bonzini2016-06-161-7/+4Star
* scsi: esp: respect FIFO invariant after message phasePaolo Bonzini2016-06-161-1/+1
* scsi: esp: check buffer length before reading scsi commandPrasad J Pandit2016-06-161-0/+3
* scsi: esp: check TI buffer index before read/writePrasad J Pandit2016-06-061-11/+9Star
* esp: check dma length before reading scsi command(CVE-2016-4441)Prasad J Pandit2016-05-231-4/+7
* esp: check command buffer length before write(CVE-2016-4439)Prasad J Pandit2016-05-231-1/+5
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/scsi: Clean up includesPeter Maydell2016-01-291-0/+1
* esp: Do not overwrite ESP_TCHI after resetHannes Reinecke2014-11-121-2/+9
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-3/+1Star
* scsi: Pass size to scsi_bus_new()Andreas Färber2013-08-301-1/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber2013-07-231-2/+4
* scsi/esp: Use QOM realize for scsi espHu Tao2013-07-231-8/+11
* scsi/esp: QOM'ify some moreHu Tao2013-07-231-8/+13
* hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic2013-05-031-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+727