All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ioemu: fix drive name parsing
@ 2009-11-04  7:52 Yang, Xiaowei
  2009-11-04 17:12 ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Yang, Xiaowei @ 2009-11-04  7:52 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread
[parent not found: <4AF27686.4020100@intel.com>]

end of thread, other threads:[~2009-11-05 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04  7:52 [PATCH] ioemu: fix drive name parsing Yang, Xiaowei
2009-11-04 17:12 ` Ian Jackson
     [not found] <4AF27686.4020100@intel.com>
2009-11-05 10:08 ` Yang, Xiaowei
2009-11-05 11:51   ` Ian Jackson

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.