mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
* src/xen_internal.h: remove tabs to fix make syntax-check
and fix the indentation daniel
This commit is contained in:
parent
d010b68962
commit
0ff5cea597
@ -1,3 +1,8 @@
|
|||||||
|
Mon Dec 22 11:31:08 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* src/xen_internal.h: remove tabs to fix make synatx-check
|
||||||
|
and fix the indentation
|
||||||
|
|
||||||
Sun Dec 21 19:50:16 +0100 2008 Jim Meyering <meyering@redhat.com>
|
Sun Dec 21 19:50:16 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
make NUMA-initialization code more portable and more robust
|
make NUMA-initialization code more portable and more robust
|
||||||
|
@ -54,7 +54,8 @@ int xenHypervisorNumOfDomains (virConnectPtr conn);
|
|||||||
int xenHypervisorListDomains (virConnectPtr conn,
|
int xenHypervisorListDomains (virConnectPtr conn,
|
||||||
int *ids,
|
int *ids,
|
||||||
int maxids);
|
int maxids);
|
||||||
int xenHypervisorGetMaxVcpus (virConnectPtr conn, const char *type);
|
int xenHypervisorGetMaxVcpus (virConnectPtr conn,
|
||||||
|
const char *type);
|
||||||
int xenHypervisorDestroyDomain (virDomainPtr domain);
|
int xenHypervisorDestroyDomain (virDomainPtr domain);
|
||||||
int xenHypervisorResumeDomain (virDomainPtr domain);
|
int xenHypervisorResumeDomain (virDomainPtr domain);
|
||||||
int xenHypervisorPauseDomain (virDomainPtr domain);
|
int xenHypervisorPauseDomain (virDomainPtr domain);
|
||||||
|
Loading…
Reference in New Issue
Block a user