index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
scsi
/
esp.h
Age
Commit message (
Expand
)
Author
2021-06-15
esp: store lun coming from the MESSAGE OUT phase
Paolo Bonzini
2021-04-12
esp: fix setting of ESPState mig_version_id when launching QEMU with -S option
Mark Cave-Ayland
2021-03-07
esp: implement non-DMA transfers in PDMA mode
Mark Cave-Ayland
2021-03-07
esp: convert cmdbuf from array to Fifo8
Mark Cave-Ayland
2021-03-07
esp: convert ti_buf from array to Fifo8
Mark Cave-Ayland
2021-03-07
esp: transition to message out phase after SATN and stop command
Mark Cave-Ayland
2021-03-07
esp: remove old deferred command completion mechanism
Mark Cave-Ayland
2021-03-07
esp: defer command completion interrupt on incoming data transfers
Mark Cave-Ayland
2021-03-07
esp: remove pdma_origin from ESPState
Mark Cave-Ayland
2021-03-07
esp: remove CMD pdma_origin
Mark Cave-Ayland
2021-03-07
esp: use in-built TC to determine PDMA transfer length
Mark Cave-Ayland
2021-03-07
esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
Mark Cave-Ayland
2021-03-07
esp: remove redundant pdma_start from ESPState
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: remove dma_left from ESPState
Mark Cave-Ayland
2021-03-07
esp: remove dma_counter from ESPState
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-02-25
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
esp: Rename ESP_STATE to ESP
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2019-10-28
esp: add pseudo-DMA as used by Macintosh
Laurent Vivier
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-03-12
hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
2017-10-31
esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h
Mark Cave-Ayland
2016-06-16
scsi: esp: make cmdbuf big enough for maximum CDB size
Prasad J Pandit
2014-11-12
esp: Do not overwrite ESP_TCHI after reset
Hannes Reinecke
2013-04-08
hw: move headers to include/
Paolo Bonzini