index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-06
scsi: Error locations for -drive if=scsi device initialization
Markus Armbruster
1
-0
/
+4
2010-07-02
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
1
-1
/
+4
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
1
-4
/
+4
2010-07-02
scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers
Markus Armbruster
1
-4
/
+7
2010-06-22
scsi-bus: Add MAINTENANCE_IN and MAINTENANCE_OUT SCSIRequest xfer and mode as...
Nicholas Bellinger
1
-0
/
+10
2010-06-22
scsi-bus: Add PERSISTENT_RESERVE_OUT SCSIRequest->cmd.mode setup
Nicholas Bellinger
1
-0
/
+1
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-1
/
+0
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-1
/
+1
2010-03-16
error: Move qemu_error & friends into their own header
Markus Armbruster
1
-1
/
+1
2009-12-25
scsi: fix Sparse warning: Initializer entry defined twice
Blue Swirl
1
-2
/
+2
2009-12-03
scsi: add read/write 16 commands.
Gerd Hoffmann
1
-0
/
+8
2009-12-03
scsi-disk: restruct emulation: REPORT_LUNS
Gerd Hoffmann
1
-0
/
+1
2009-12-03
scsi-disk: restruct emulation: SERVICE_ACTION_IN
Gerd Hoffmann
1
-0
/
+1
2009-12-03
scsi-disk: restruct emulation: GET_CONFIGURATION
Gerd Hoffmann
1
-0
/
+1
2009-12-03
scsi: add scsi_req_print()
Gerd Hoffmann
1
-0
/
+114
2009-12-03
scsi: move status to SCSIRequest.
Gerd Hoffmann
1
-0
/
+9
2009-12-03
scsi: move sense to SCSIDevice, create SCSISense struct.
Gerd Hoffmann
1
-0
/
+10
2009-12-03
scsi: add xfer mode
Gerd Hoffmann
1
-0
/
+46
2009-12-03
scsi: add request parsing helpers to common code.
Gerd Hoffmann
1
-0
/
+164
2009-12-03
scsi: move SCSIRequest management to common code.
Gerd Hoffmann
1
-0
/
+31
2009-12-03
scsi: move request lists to QTAILQ.
Gerd Hoffmann
1
-0
/
+1
2009-11-09
scsi: move scsi-disk.h -> scsi.h
Gerd Hoffmann
1
-1
/
+1
2009-10-07
Check return value of qdev_init()
Markus Armbruster
1
-1
/
+3
2009-10-05
scsi: hotplug windup
Gerd Hoffmann
1
-0
/
+2
2009-10-05
Implement scsi device destruction
Gerd Hoffmann
1
-3
/
+21
2009-10-05
switch scsi bus to inplace allocation.
Gerd Hoffmann
1
-6
/
+3
2009-09-09
qdev/scsi: add scsi bus support to qdev, convert drivers.
Gerd Hoffmann
1
-0
/
+93