From: Daniel Veillard Date: Fri, 10 Feb 2006 10:11:21 +0000 (+0000) Subject: * README TODO config.h.in libvirt.pc.in: more cleanups. X-Git-Tag: LIBVIRT_0_0_4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7191077439dae57c4cb3f15d5d5ab8aabac74445;p=thirdparty%2Flibvirt.git * README TODO config.h.in libvirt.pc.in: more cleanups. Daniel --- diff --git a/ChangeLog b/ChangeLog index f8902c9058..54a5a9f101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 10 11:09:11 CET 2006 Daniel Veillard + + * README TODO config.h.in libvirt.pc.in: more cleanups. + Fri Feb 10 09:42:45 CET 2006 Daniel Veillard * NEWS docs/*: regenerated and updated the docs post 0.0.3 release diff --git a/README b/README index bb25eafdc6..079f47ed32 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ LibVirt : simple API for virtualization - Libvir is a C toolkit to interract with the virtualization capabilities + Libvirt is a C toolkit to interract with the virtualization capabilities of recent versions of Linux (and other OSes). It is free software available under the GNU Lesser General Public License. Virtualization of the Linux Operating System means the ability to run multiple instances of diff --git a/TODO b/TODO index 8c92f321f3..beadf81c5f 100644 --- a/TODO +++ b/TODO @@ -22,3 +22,4 @@ Done: - make dist and make rpm targets - set a no public by default policy for libvir symbols - fix the python bindings +- renamed to libvirt diff --git a/config.h.in b/config.h.in index 052cfdde63..e60df8a882 100644 --- a/config.h.in +++ b/config.h.in @@ -48,7 +48,7 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define if compiler has function prototypes */ +/* Define to 1 if the C compiler supports function prototypes. */ #undef PROTOTYPES /* Define to 1 if you have the ANSI C header files. */ @@ -56,3 +56,6 @@ /* Version number of package */ #undef VERSION + +/* Define like PROTOTYPES; this can be used by system headers. */ +#undef __PROTOTYPES diff --git a/docs/libvirt-api.xml b/docs/libvirt-api.xml index 33fc1e59bd..450487ac42 100644 --- a/docs/libvirt-api.xml +++ b/docs/libvirt-api.xml @@ -37,30 +37,30 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/docs/libxen-api.xml b/docs/libxen-api.xml deleted file mode 100644 index 896bcb9caf..0000000000 --- a/docs/libxen-api.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Macro to flag conciously unused parameters to functions - - - macro to flag unimplemented blocks - - - - - a xenConnectPtr is pointer to a xenConnect private structure, this is the type used to reference a connection to the Xen Hypervisor in the API. - - - - - a xenDomainPtr is pointer to a xenDomain private structure, this is the type used to reference a Xen domain in the API. - - - This function closes the connection to the Hypervisor. This should not be called if further interaction with the Hypervisor are needed especially if there is running domain which need further monitoring by the application. - - - - - Get the version level of the Hypervisor running. - - - - - This function should be called first to get a connection to the Hypervisor and xen store - - - - - This function should be called first to get a read-only connection to the xen store. The set of APIs usable are then restricted. - - - - - Launch a new Linux guest domain - - - - - - - - - - Destroy the domain object. The running instance is shutdown if not down already and all resources used by it are given back to the hypervisor. - - - - - Get the hypervisor ID number for the domain - - - - - Retrieve the maximum amount of physical memory allocated to a domain. If domain is NULL, then this get the amount of memory reserved to Domain0 i.e. the domain where the application runs. - - - - - Get the public name for that domain - - - - - Try to find a domain based on the hypervisor ID number - - - - - - Try to lookup a domain on the given hypervisor - - - - - - Resume an suspended domain, the process is restarted from the state where it was frozen by calling xenSuspendDomain(). - - - - - Dynamically change the maximum amount of physical memory allocated to a domain. If domain is NULL, then this change the amount of memory reserved to Domain0 i.e. the domain where the application runs. - - - - - - Suspends an active domain, the process is frozen without further access to CPU resources and I/O but the memory used by the domain at the hypervisor level will stay allocated. Use xenDomainResume() to reactivate the domain. - - - - - diff --git a/docs/libxen-refs.xml b/docs/libxen-refs.xml deleted file mode 100644 index bb3b351342..0000000000 --- a/docs/libxen-refs.xml +++ /dev/null @@ -1,741 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/libvirt.pc.in b/libvirt.pc.in index 7bf40110c3..51defc3863 100644 --- a/libvirt.pc.in +++ b/libvirt.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: libvir Version: @VERSION@ -Description: libvir library +Description: libvirt library Requires: -Libs: -L${libdir} -lvir @LIBS@ +Libs: -L${libdir} -lvirt @LIBS@ Cflags: