index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
esp.c
Age
Commit message (
Expand
)
Author
2021-03-07
esp: remove buf parameter from do_cmd()
Mark Cave-Ayland
2021-03-07
esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
Mark Cave-Ayland
2021-03-07
esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
esp: introduce esp_pdma_read() and esp_pdma_write() functions
Mark Cave-Ayland
2021-03-07
esp: remove minlen restriction in handle_ti
Mark Cave-Ayland
2021-03-07
esp: remove dma_left from ESPState
Mark Cave-Ayland
2021-03-07
esp: remove dma_counter from ESPState
Mark Cave-Ayland
2021-03-07
esp: apply transfer length adjustment when STC is zero at TC load time
Mark Cave-Ayland
2021-03-07
esp: introduce esp_get_stc()
Mark Cave-Ayland
2021-03-07
esp: introduce esp_get_tc() and esp_set_tc()
Mark Cave-Ayland
2021-03-07
esp: determine transfer direction directly from SCSI phase
Mark Cave-Ayland
2021-03-07
esp: add PDMA trace events
Mark Cave-Ayland
2021-03-07
esp: fix esp_reg_read() trace event
Mark Cave-Ayland
2021-03-07
esp: add trace event when receiving a TI command
Mark Cave-Ayland
2021-03-07
esp: add vmstate_esp version to embedded ESPState
Mark Cave-Ayland
2021-03-07
esp: QOMify the internal ESP device state
Mark Cave-Ayland
2021-03-07
esp: rename existing ESP QOM type to SYSBUS_ESP
Mark Cave-Ayland
2021-03-07
esp: checkpatch fixes
Mark Cave-Ayland
2021-02-25
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2020-09-09
esp: Rename ESP_STATE to ESP
Eduardo Habkost
2020-02-18
hw/scsi/esp: Remove superfluous semicolon
Philippe Mathieu-Daudé
2019-10-28
esp: add pseudo-DMA as used by Macintosh
Laurent Vivier
2019-10-28
esp: move get_cmd() post-DMA code to get_cmd_cb()
Laurent Vivier
2019-10-28
esp: move handle_ti_cmd() cleanup code to esp_do_dma().
Laurent Vivier
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-01-11
scsi: esp: Defer command completion until previous interrupts have been handled
Guenter Roeck
2018-06-28
esp: remove legacy esp_init() function
Mark Cave-Ayland
2018-05-31
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
2018-03-12
hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-10-31
esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h
Mark Cave-Ayland
2017-09-19
scsi/esp: Rename the ESP macro to ESP_STATE
Kamil Rytarowski
2017-02-21
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
2016-11-22
scsi/esp: do not raise an interrupt when reading the FIFO register
Hervé Poussineau
2016-06-29
scsi: esp: fix migration
Paolo Bonzini
2016-06-16
scsi: esp: make cmdbuf big enough for maximum CDB size
Prasad J Pandit
2016-06-16
scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmd
Paolo Bonzini
2016-06-16
scsi: esp: respect FIFO invariant after message phase
Paolo Bonzini
2016-06-16
scsi: esp: check buffer length before reading scsi command
Prasad J Pandit
2016-06-06
scsi: esp: check TI buffer index before read/write
Prasad J Pandit
2016-05-23
esp: check dma length before reading scsi command(CVE-2016-4441)
Prasad J Pandit
2016-05-23
esp: check command buffer length before write(CVE-2016-4439)
Prasad J Pandit
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
hw/scsi: Clean up includes
Peter Maydell
2014-11-12
esp: Do not overwrite ESP_TCHI after reset
Hannes Reinecke
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2013-08-30
scsi: Pass size to scsi_bus_new()
Andreas Färber
[next]