mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
* 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:
parent
3bcd26e6d2
commit
ae35e97ec8
@ -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>
|
Tue May 29 15:56:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
|
||||||
|
|
||||||
* python/generator.py, python/libvir.c, python/libvir.py:
|
* 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);
|
virBufferVSprintf(buf, "(script '%s')", script);
|
||||||
if (ip != NULL)
|
if (ip != NULL)
|
||||||
virBufferVSprintf(buf, "(ip '%s')", ip);
|
virBufferVSprintf(buf, "(ip '%s')", ip);
|
||||||
|
/* apparently not needed any more for xen >= 3.1 but harmless */
|
||||||
if (hvm)
|
if (hvm)
|
||||||
virBufferAdd(buf, "(type ioemu)", 12);
|
virBufferAdd(buf, "(type ioemu)", 12);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user