From: Ronnie Sahlberg <ronniesahlberg@gmail.com>
To: qemu-devel@nongnu.org
Cc: stefanha@gmail.com, 1191606@bugs.launchpad.net,
lersek@redhat.com, pbonzini@redhat.com
Subject: [Qemu-devel] [PATCH] iSCSI fix crash when using virtio and libiscsi V2
Date: Fri, 21 Jun 2013 18:37:17 -0700 [thread overview]
Message-ID: <1371865038-20821-1-git-send-email-ronniesahlberg@gmail.com> (raw)
List,
Version 2 of patch to fix the crashbug for virtio and libiscsi
Make block/iscsi.c aware that we might be called not with ioh containing a buffer
for the data but that it might contain an array of io vectors.
Updated to check LIBISCSI_FEATURE_IOVECTOR wether we can use iovectors or not.
If not we fall back to either lots of datain buffers or a serialization dataout buffer.
regards
ronnie sahlberg
next reply other threads:[~2013-06-22 1:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-22 1:37 Ronnie Sahlberg [this message]
2013-06-22 1:37 ` [Qemu-devel] [PATCH] Fix iSCSI crash on SG_IO with an iovector Ronnie Sahlberg
2013-06-23 10:01 ` Laszlo Ersek
2013-06-25 9:21 ` Stefan Hajnoczi
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=1371865038-20821-1-git-send-email-ronniesahlberg@gmail.com \
--to=ronniesahlberg@gmail.com \
--cc=1191606@bugs.launchpad.net \
--cc=lersek@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/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).