aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2007-09-30 13:09:07 +0000
committerDaniel Veillard <veillard@redhat.com>2007-09-30 13:09:07 +0000
commit9f211bbf3a7e7eed8eb21fbb27aa0ac7ab6e65a3 (patch)
tree76dda055324378ef6513fd73ed49ebcd88fa5e6e /tests/sexpr2xmldata
parentSolaris hypercall compatability fixes (Mark Johnson) (diff)
downloadlibvirt-9f211bbf3a7e7eed8eb21fbb27aa0ac7ab6e65a3.tar.gz
libvirt-9f211bbf3a7e7eed8eb21fbb27aa0ac7ab6e65a3.tar.bz2
libvirt-9f211bbf3a7e7eed8eb21fbb27aa0ac7ab6e65a3.zip
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
src/driver.h src/libvirt.c src/openvz_driver.c src/qemu_driver.c src/test.c src/xen_unified.c src/xend_internal.c: add new API virNodeGetFreeMemory(), extends the driver. Lacks remote and QEmu support though. * src/libvirt.c: allows to fix virNodeGetCellsFreeMemory() adding parameter check for startCell. * proxy/libvirt_proxy.c src/xend_internal.[ch] include/libvirt/libvirt.h include/libvirt/libvirt.h.in: applied vncpasswd dump patch from Mark Johnson but with the virDomainXMLFlags extension as suggested by Daniel Berrange this changed a couple of internal APIs too * tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml: fix one of the tests affected by bootloader dump change. Daniel
Diffstat (limited to 'tests/sexpr2xmldata')
-rw-r--r--tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml b/tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml
index 429474aff..cfc1949c6 100644
--- a/tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml
+++ b/tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml
@@ -1,6 +1,7 @@
<domain type='xen' id='6'>
<name>test</name>
<uuid>cc2315e7-d26a-307a-438c-6d188ec4c09c</uuid>
+ <bootloader/>
<os>
<type>hvm</type>
<loader>/usr/lib/xen/boot/hvmloader</loader>