提交 ae35e97e 编写于 作者: D Daniel Veillard

* src/xml.c: added a comment about (type ioemu) not needed

  for interfaces on xen 3.1 as pointed by Saori Fukuta
Daniel
上级 3bcd26e6
Fri Jun 1 16:02:12 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/xml.c: added a comment about (type ioemu) not needed
for interfaces on xen 3.1 as pointed by Saori Fukuta
Tue May 29 15:56:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* python/generator.py, python/libvir.c, python/libvir.py:
......
......@@ -1129,6 +1129,7 @@ virDomainParseXMLIfDesc(virConnectPtr conn ATTRIBUTE_UNUSED, xmlNodePtr node, vi
virBufferVSprintf(buf, "(script '%s')", script);
if (ip != NULL)
virBufferVSprintf(buf, "(ip '%s')", ip);
/* apparently not needed any more for xen >= 3.1 but harmless */
if (hvm)
virBufferAdd(buf, "(type ioemu)", 12);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册