[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] ioemu: fix drive name parsing
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@xxxxxxxxx> Thanks, Xiaowei _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |