提交 ac2d00c4 编写于 作者: D Daniel P. Berrange

Fix <boot> syntax

上级 99370101
Thu May 11 10:20:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* src/xm_internal.c: Fix boot device XML syntax
Thu May 11 10:20:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* src/xend_internal.c: Ignore old style VNC config for HVM
......
......@@ -631,7 +631,7 @@ char *xenXMDomainFormatXML(virConnectPtr conn, virConfPtr conf) {
dev = "hd";
break;
}
virBufferVSprintf(buf, " <boot>%s</boot>\n", dev);
virBufferVSprintf(buf, " <boot dev='%s'/>\n", dev);
boot++;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册