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

for interfaces on xen 3.1 as pointed by Saori Fukuta
Daniel
This commit is contained in:
Daniel Veillard 2007-06-01 14:03:24 +00:00
parent 3bcd26e6d2
commit ae35e97ec8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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:

View File

@ -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);