mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
Fix new "make distcheck" failures.
* src/xml.c (virDomainParseXMLOSDescHVM): Mark a diagnostic.
This commit is contained in:
parent
e04912a9f0
commit
5419d0b44d
@ -1,5 +1,8 @@
|
|||||||
Tue Feb 3 20:26:53 CET 2008 Jim Meyering <meyering@redhat.com>
|
Tue Feb 3 20:26:53 CET 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
Fix new "make distcheck" failures.
|
||||||
|
* src/xml.c (virDomainParseXMLOSDescHVM): Mark a diagnostic.
|
||||||
|
|
||||||
Remove all trailing blanks; turn on the rule to detect them.
|
Remove all trailing blanks; turn on the rule to detect them.
|
||||||
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank.
|
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank.
|
||||||
* .x-sc_trailing_blank: New file, to exempt the few binary files.
|
* .x-sc_trailing_blank: New file, to exempt the few binary files.
|
||||||
|
@ -907,7 +907,7 @@ virDomainParseXMLOSDescHVM(virConnectPtr conn, xmlNodePtr node,
|
|||||||
bootorder[nbootorder] = '\0';
|
bootorder[nbootorder] = '\0';
|
||||||
|
|
||||||
if (loader == NULL) {
|
if (loader == NULL) {
|
||||||
virXMLError(conn, VIR_ERR_INTERNAL_ERROR, "no HVM domain loader", 0);
|
virXMLError(conn, VIR_ERR_INTERNAL_ERROR, _("no HVM domain loader"), 0);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user