qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <Laurent.Vivier@bull.net>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/3] Real SCSI device passthrough
Date: Wed, 28 Nov 2007 14:23:34 +0100	[thread overview]
Message-ID: <1196256214740@bull.net> (raw)
In-Reply-To: 


This series of patches allows to connect real SCSI device to the virtual
SCSI controller of Qemu using the SCSI Generic interface (/dev/sg)

for instance:

qemu -hda my_disk.qcow2 -drive file=/dev/sg3,if=scsi

[PATCH 1/3] SG support (Synchronous I/O)

    This patch allows to connect the virtual SCSI interface of Qemu 
    to a real SCSI device of the host. it uses synchronous SCSI I/O.

[PATCH 2/3] SG support (Asynchronous Read/Write)

    This patch modifies scsi_read_data() and scsi_write_data() to use 
    asynchronous I/O. 

[PATCH 3/3] SG support (Asynchronous Send Command)

    This patch modifies scsi_send_command() to use asynchronous I/O .

Laurent

             reply	other threads:[~2007-11-28 13:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-28 13:23 Laurent Vivier [this message]
2007-11-28 13:23 ` [Qemu-devel] [PATCH 1/3] SG support (Synchronous I/O) Laurent Vivier
2007-11-28 13:23   ` [Qemu-devel] [PATCH 2/3] SG support (Asynchronous Read/Write) Laurent Vivier
2007-11-28 13:23     ` [Qemu-devel] [PATCH 3/3] SG support (Asynchronous Send Command) Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1196256214740@bull.net \
    --to=laurent.vivier@bull.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).