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
/
hw
/
scsi
/
scsi-bus.c
Age
Commit message (
Expand
)
Author
2019-10-31
scsi: Propagate unrealize() callback to scsi-hd
Sam Eiderman
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
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 migration/qemu-file-types.h a lot less
Markus Armbruster
2019-07-08
virtio-scsi: restart DMA after iothread
Stefan Hajnoczi
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
2018-06-29
usb-storage: Add rerror/werror properties
Kevin Wolf
2018-03-12
scsi: support NDOB (no data-out buffer) for WRITE SAME commands
Paolo Bonzini
2018-03-06
scsi: Remove automatic creation of SCSI controllers with -drive if=scsi
Thomas Huth
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-01-26
usb-storage: Fix share-rw option parsing
Fam Zheng
2017-12-21
scsi: provide general-purpose functions to manage sense data
Paolo Bonzini
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-19
scsi: introduce scsi_build_sense
Paolo Bonzini
2017-09-19
scsi: move non-emulation specific code to scsi/
Paolo Bonzini
2017-09-19
scsi: rename scsi_build_sense to scsi_convert_sense
Paolo Bonzini
2017-09-19
scsi-bus: correct responses for INQUIRY and REQUEST SENSE
Hannes Reinecke
2017-08-08
scsi: clarify sense codes for LUN0 emulation
Hannes Reinecke
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
2017-02-21
Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...
Peter Maydell
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
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
2016-07-12
scsi-bus: Use longer sense buffer with scanners
Jarkko Lavinen
2016-07-12
scsi-bus: Add SCSI scanner support
Jarkko Lavinen
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-07
scsi-bus: Remove tape command from scsi_req_xfer
Alex Pyrgiotis
2016-01-29
hw/scsi: Clean up includes
Peter Maydell
2016-01-15
SCSI device: fix to incomplete QOMify
Cao jin
2016-01-15
scsi: revert change to scsi_req_cancel_async and add assertions
Paolo Bonzini
2015-12-17
scsi: always call notifier on async cancellation
Paolo Bonzini
2015-12-17
scsi: use scsi_req_cancel_async when purging requests
Paolo Bonzini
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
2015-10-12
scsi: switch from g_slice allocator to malloc
Paolo Bonzini
2015-08-14
scsi: create restart bottom half in the right AioContext
Paolo Bonzini
2015-07-24
scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158)
Paolo Bonzini
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-03-10
scsi: Improve error reporting for invalid drive property
Markus Armbruster
2015-03-10
hw: Propagate errors through qdev_prop_set_drive()
Markus Armbruster
2015-03-10
scsi: Clean up duplicated error in legacy if=scsi code
Markus Armbruster
2015-02-27
scsi: give device a parent before setting properties
Paolo Bonzini
2015-02-02
scsi: Fix scsi_req_cancel_async for no aiocb req
Fam Zheng
2015-01-14
scsi: fix cancellation when I/O was completed but DMA was not.
Paolo Bonzini
[next]