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
/
lsi53c895a.c
Age
Commit message (
Expand
)
Author
2022-10-18
scsi: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2022-09-01
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
2022-07-13
scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)
Mauro Matteo Cascella
2022-07-06
scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)
Mauro Matteo Cascella
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2021-11-30
hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queued
Philippe Mathieu-Daudé
2021-09-30
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-03-06
lsilogic: Use PCIDevice::exit instead of DeviceState::unrealize
Peng Liang
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
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2019-08-20
scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)
Paolo Bonzini
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
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-06-06
hw/scsi: Use the QOM BUS() macro to access BusState.qbus
Philippe Mathieu-Daudé
2019-03-11
lsi: 810/895A are always little endian
Sven Schnelle
2019-03-11
lsi: return dfifo value
Sven Schnelle
2019-03-11
lsi: use SCSI phase names instead of numbers in trace
Sven Schnelle
2019-03-11
lsi: use enum type for s->msg_action
Sven Schnelle
2019-03-11
lsi: use enum type for s->waiting
Sven Schnelle
2019-03-11
lsi: use ldn_le_p()/stn_le_p()
Sven Schnelle
2019-03-11
lsi: check if SIGP bit is already set in Wait reselect
Sven Schnelle
2019-03-11
lsi: implement basic SBCL functionality
Sven Schnelle
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-11-27
lsi: Reselection needed to remove pending commands from queue
George Kennedy
2018-11-06
lsi53c895a: check message length value is valid
Prasad J Pandit
2018-10-02
lsi53c895a: convert to trace-events
Mark Cave-Ayland
2018-09-25
lsi53c895a: add optional external IRQ via qdev
Mark Cave-Ayland
2018-09-25
scsi: remove unused lsi53c895a_create() and lsi53c810_create() functions
Mark Cave-Ayland
2018-09-25
scsi: add lsi53c8xx_handle_legacy_cmdline() function
Mark Cave-Ayland
2018-08-23
lsi_scsi: add support for PPR Extended Message
George Kennedy
2018-03-18
hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
2018-03-06
scsi: Remove automatic creation of SCSI controllers with -drive if=scsi
Thomas Huth
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-06-04
scsi/lsi53c895a: Remove unused lsi_mem_*() return value
Mao Zhongyi
2017-02-21
hw: Deprecate -drive if=scsi with non-onboard HBAs
Markus Armbruster
2017-02-21
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
2016-09-13
lsi: never set DMA FIFO Empty (DFE) bit in DSTAT register
Hervé Poussineau
2016-09-13
lsi: implement I/O memory space for Memory Move instructions
Hervé Poussineau
2016-09-13
lsi: do not exit QEMU if reading invalid register
Hervé Poussineau
2016-09-13
lsi: print register names in debug prints
Hervé Poussineau
2016-01-29
hw/scsi: Clean up includes
Peter Maydell
2015-03-10
scsi: Convert remaining PCI HBAs to realize()
Markus Armbruster
2015-03-10
scsi: Clean up duplicated error in legacy if=scsi code
Markus Armbruster
2015-01-14
hw/scsi/lsi53c895a: add support for additional diag / debug registers
Peter Lieven
[next]