From: "Yang, Xiaowei" <xiaowei.yang@intel.com>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: [PATCH] ioemu: fix drive name parsing
Date: Wed, 04 Nov 2009 15:52:37 +0800 [thread overview]
Message-ID: <4AF132C5.9090709@intel.com> (raw)
In xenstore_parse_domain_config(), 'any_hdN' is overridden by local version
accidentally.
diff --git a/xenstore.c b/xenstore.c
index b5a791e..8ac478b 100644
--- a/xenstore.c
+++ b/xenstore.c
@@ -357,7 +357,7 @@ void xenstore_parse_domain_config(int hvm_domid)
char *buf = NULL;
char *fpath = NULL, *bpath = NULL,
*dev = NULL, *params = NULL, *drv = NULL;
- int i, any_hdN = 0, ret;
+ int i, ret;
unsigned int len, num, hd_index, pci_devid = 0;
BlockDriverState *bs;
BlockDriver *format;
Signed-off-by: Yang Xiaowei <xiaowei.yang@intel.com>
Thanks,
Xiaowei
next reply other threads:[~2009-11-04 7:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 7:52 Yang, Xiaowei [this message]
2009-11-04 17:12 ` [PATCH] ioemu: fix drive name parsing Ian Jackson
[not found] <4AF27686.4020100@intel.com>
2009-11-05 10:08 ` Yang, Xiaowei
2009-11-05 11:51 ` Ian Jackson
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=4AF132C5.9090709@intel.com \
--to=xiaowei.yang@intel.com \
--cc=xen-devel@lists.xensource.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.