From: Paolo Bonzini <pbonzini@redhat.com>
To: Dmitry Fleytman <dmitry@daynix.com>
Cc: Yan Vugenfirer <yan@daynix.com>,
qemu-devel@nongnu.org, Anthony Liguori <anthony@codemonkey.ws>
Subject: Re: [Qemu-devel] [PATCH 1/1 V7] VMWare PVSCSI paravirtual device implementation
Date: Fri, 19 Apr 2013 09:37:03 +0200 [thread overview]
Message-ID: <5170F41F.1000307@redhat.com> (raw)
In-Reply-To: <1366355146-25496-2-git-send-email-dmitry@daynix.com>
Il 19/04/2013 09:05, Dmitry Fleytman ha scritto:
> + if (pvscsi_req->dev->resetting) {
> + pvscsi_req->cmp.hostStatus = BTSTAT_BUSRESET;
> + }
I'm changing this to
if (pvscsi_req->cmp.hostStatus == BTSTAT_SUCCESS) {
if (pvscsi_req->dev->resetting) {
pvscsi_req->cmp.hostStatus = BTSTAT_BUSRESET;
} else {
pvscsi_req->cmp.hostStatus = BTSTAT_ABORTQUEUE;
}
}
Otherwise it's okay.
Thanks!
Paolo
next prev parent reply other threads:[~2013-04-19 7:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-19 7:05 [Qemu-devel] [PATCH 0/1 V7] VMWare PVSCSI paravirtual device implementation Dmitry Fleytman
2013-04-19 7:05 ` [Qemu-devel] [PATCH 1/1 " Dmitry Fleytman
2013-04-19 7:37 ` Paolo Bonzini [this message]
2013-04-19 7:53 ` Dmitry Fleytman
2013-04-19 7:58 ` Paolo Bonzini
2013-04-19 8:05 ` Dmitry Fleytman
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=5170F41F.1000307@redhat.com \
--to=pbonzini@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=dmitry@daynix.com \
--cc=qemu-devel@nongnu.org \
--cc=yan@daynix.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).