mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 01:43:23 +00:00
docs/examples/examples.xml: Regenerate, now that *.c file names are sorted.
This commit is contained in:
parent
f6ba6e9eb7
commit
df7bf130ae
@ -1,3 +1,8 @@
|
|||||||
|
Tue Jan 15 16:25:57 CET Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
* docs/examples/examples.xml: Regenerate, now that *.c file names
|
||||||
|
are sorted.
|
||||||
|
|
||||||
Tue Jan 15 10:01:53 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
Tue Jan 15 10:01:53 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* src/qemu_conf.h, src/qemu_conf.c: Add support for 'keymap'
|
* src/qemu_conf.h, src/qemu_conf.c: Add support for 'keymap'
|
||||||
|
@ -3,5 +3,5 @@ Makefile.in
|
|||||||
Makefile
|
Makefile
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
suspend
|
|
||||||
info1
|
info1
|
||||||
|
suspend
|
||||||
|
@ -1,4 +1,23 @@
|
|||||||
<examples>
|
<examples>
|
||||||
|
<example filename='info1.c'>
|
||||||
|
<synopsis>Extract informations about Xen domain 0</synopsis>
|
||||||
|
<purpose>Demonstrate the basic use of the library to connect to the hypervisor and extract domain informations.</purpose>
|
||||||
|
<usage>info1</usage>
|
||||||
|
<test>info1</test>
|
||||||
|
<author>Daniel Veillard</author>
|
||||||
|
<copy>see Copyright for the status of this software. </copy>
|
||||||
|
<section>Informations</section>
|
||||||
|
<includes>
|
||||||
|
</includes>
|
||||||
|
<uses>
|
||||||
|
<function line='43' file='libvirt' name='virDomainGetInfo'/>
|
||||||
|
<function line='53' file='libvirt' name='virDomainFree'/>
|
||||||
|
<function line='36' file='libvirt' name='virDomainLookupByID'/>
|
||||||
|
<function line='55' file='libvirt' name='virConnectClose'/>
|
||||||
|
<struct line='25' file='libvirt' name='virDomainInfo'/>
|
||||||
|
<function line='29' file='libvirt' name='virConnectOpenReadOnly'/>
|
||||||
|
</uses>
|
||||||
|
</example>
|
||||||
<example filename='suspend.c'>
|
<example filename='suspend.c'>
|
||||||
<synopsis>Suspend a domain and then resume its execution</synopsis>
|
<synopsis>Suspend a domain and then resume its execution</synopsis>
|
||||||
<purpose>Demonstrate the basic use of the library to suspend and resume a domain. If no id is given on the command line this script will suspend and resume the first domain found which is not Domain 0.</purpose>
|
<purpose>Demonstrate the basic use of the library to suspend and resume a domain. If no id is given on the command line this script will suspend and resume the first domain found which is not Domain 0.</purpose>
|
||||||
@ -21,52 +40,33 @@
|
|||||||
<function line='100' file='libvirt' name='virConnectOpenReadOnly'/>
|
<function line='100' file='libvirt' name='virConnectOpenReadOnly'/>
|
||||||
</uses>
|
</uses>
|
||||||
</example>
|
</example>
|
||||||
<example filename='info1.c'>
|
|
||||||
<synopsis>Extract informations about Xen domain 0</synopsis>
|
|
||||||
<purpose>Demonstrate the basic use of the library to connect to the hypervisor and extract domain informations.</purpose>
|
|
||||||
<usage>info1</usage>
|
|
||||||
<test>info1</test>
|
|
||||||
<author>Daniel Veillard</author>
|
|
||||||
<copy>see Copyright for the status of this software. </copy>
|
|
||||||
<section>Informations</section>
|
|
||||||
<includes>
|
|
||||||
</includes>
|
|
||||||
<uses>
|
|
||||||
<function line='43' file='libvirt' name='virDomainGetInfo'/>
|
|
||||||
<function line='53' file='libvirt' name='virDomainFree'/>
|
|
||||||
<function line='36' file='libvirt' name='virDomainLookupByID'/>
|
|
||||||
<function line='55' file='libvirt' name='virConnectClose'/>
|
|
||||||
<struct line='25' file='libvirt' name='virDomainInfo'/>
|
|
||||||
<function line='29' file='libvirt' name='virConnectOpenReadOnly'/>
|
|
||||||
</uses>
|
|
||||||
</example>
|
|
||||||
<symbols>
|
<symbols>
|
||||||
<symbol name='virConnectClose'>
|
<symbol name='virConnectClose'>
|
||||||
<ref filename='suspend.c'/>
|
|
||||||
<ref filename='info1.c'/>
|
<ref filename='info1.c'/>
|
||||||
|
<ref filename='suspend.c'/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol name='virConnectListDomains'>
|
<symbol name='virConnectListDomains'>
|
||||||
<ref filename='suspend.c'/>
|
<ref filename='suspend.c'/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol name='virConnectOpenReadOnly'>
|
<symbol name='virConnectOpenReadOnly'>
|
||||||
<ref filename='suspend.c'/>
|
|
||||||
<ref filename='info1.c'/>
|
<ref filename='info1.c'/>
|
||||||
|
<ref filename='suspend.c'/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol name='virDomainFree'>
|
<symbol name='virDomainFree'>
|
||||||
<ref filename='suspend.c'/>
|
|
||||||
<ref filename='info1.c'/>
|
<ref filename='info1.c'/>
|
||||||
|
<ref filename='suspend.c'/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol name='virDomainGetInfo'>
|
<symbol name='virDomainGetInfo'>
|
||||||
<ref filename='suspend.c'/>
|
|
||||||
<ref filename='info1.c'/>
|
<ref filename='info1.c'/>
|
||||||
|
<ref filename='suspend.c'/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol name='virDomainInfo'>
|
<symbol name='virDomainInfo'>
|
||||||
<ref filename='suspend.c'/>
|
|
||||||
<ref filename='info1.c'/>
|
<ref filename='info1.c'/>
|
||||||
|
<ref filename='suspend.c'/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol name='virDomainLookupByID'>
|
<symbol name='virDomainLookupByID'>
|
||||||
<ref filename='suspend.c'/>
|
|
||||||
<ref filename='info1.c'/>
|
<ref filename='info1.c'/>
|
||||||
|
<ref filename='suspend.c'/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol name='virDomainResume'>
|
<symbol name='virDomainResume'>
|
||||||
<ref filename='suspend.c'/>
|
<ref filename='suspend.c'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user