]> xenbits.xensource.com Git - libvirt.git/commitdiff
* doc/libvir.html doc/format.html: add missing docs for
authorDaniel Veillard <veillard@redhat.com>
Wed, 14 Nov 2007 17:11:19 +0000 (17:11 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 14 Nov 2007 17:11:19 +0000 (17:11 +0000)
  <shareable/> on disk devices
* src/Makefile.am: fix the tst build rule for missing libraries
Daniel

ChangeLog
docs/format.html
docs/libvir.html
src/Makefile.am

index 64b5a1e09f110a8f758d27a20ed4b8d95f8b8327..283b7b3b19b274c8b10eedcfc68dd1af70fd1180 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 26a4c3d9c81cfc1b84f56ad6eaf00b5d690ed206..e20559f47f6508433146a8bccf4150816849b415 100644 (file)
@@ -67,6 +67,8 @@ optional one in no specific order:</p><ul><li>source with a file attribute conta
     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>
index eb8848dc07925baf15c38f870db7cede77635d92..a33f518e13759cc1dbee2565ca4193aa2eff24db 100644 (file)
@@ -753,6 +753,8 @@ optional one in no specific order:</p>
     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
index e26c25c083b2c15e2944425a777200f2f794be86..c69f9153edf0f049c9370e5305f3a7f0d832bfe4 100644 (file)
@@ -78,7 +78,7 @@ virsh_CFLAGS = $(COVERAGE_CFLAGS)
 # 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)