+Wed Nov 14 18:09:31 CET 2007 Daniel Veillard <veillard@redhat.com>
+
+ * doc/libvir.html doc/format.html: add missing docs for
+ <shareable/> on disk devices
+ * src/Makefile.am: fix the tst build rule for missing libraries
+
Wed Nov 14 17:28:31 CET 2007 Jim Meyering <meyering@redhat.com>
Handle failed strdup and malloc.
the guest</li>
<li>readonly an optional empty element indicating the device is
read-only</li>
+ <li>shareable an optional empty element indicating the device
+ can be used read/write with other domains</li>
</ul><p>An <code>interface</code> element describes a network device mapped on the
guest, it also has a type whose value is currently 'bridge', it also have a
number of children in no specific order:</p><ul><li>source: indicating the bridge name</li>
the guest</li>
<li>readonly an optional empty element indicating the device is
read-only</li>
+ <li>shareable an optional empty element indicating the device
+ can be used read/write with other domains</li>
</ul>
<p>An <code>interface</code> element describes a network device mapped on the
# target to ease building test programs
#
tst: tst.c
- $(CC) $(CFLAGS) $(INCLUDES) -I../include -o tst tst.c .libs/libvirt.a -lxml2 -lxenstore -lpthread
+ $(CC) $(CFLAGS) $(INCLUDES) -I../include -o tst tst.c .libs/libvirt.a $(LIBXML_LIBS) $(VIRSH_LIBS) $(GNUTLS_LIBS) $(LIBS)
COVERAGE_FILES = $(CLIENT_SOURCES:%.c=libvirt_la-%.cov)