mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix <boot> syntax
This commit is contained in:
parent
99370101de
commit
ac2d00c498
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
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
|
* src/xend_internal.c: Ignore old style VNC config for HVM
|
||||||
|
@ -631,7 +631,7 @@ char *xenXMDomainFormatXML(virConnectPtr conn, virConfPtr conf) {
|
|||||||
dev = "hd";
|
dev = "hd";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
virBufferVSprintf(buf, " <boot>%s</boot>\n", dev);
|
virBufferVSprintf(buf, " <boot dev='%s'/>\n", dev);
|
||||||
boot++;
|
boot++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user