From 3edb4bc9fb1b451599df58420d61ffd73633cead Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 24 Jul 2007 15:32:55 +0000 Subject: [PATCH] * libvirt.spec.in NEWS docs/* po/*: preparing release 0.3.1 * src/libvirt.c python/generator.py: some cleanup and warnings from Richard W.M. Jones Daniel --- ChangeLog | 6 + NEWS | 27 ++++ docs/APIchunk0.html | 40 ++--- docs/APIchunk1.html | 46 ++++-- docs/APIchunk2.html | 26 ++-- docs/APIchunk3.html | 86 ++++++----- docs/APIchunk4.html | 180 ++++++++++++++++------ docs/APIchunk5.html | 230 ++++++++++++---------------- docs/APIchunk6.html | 107 ++----------- docs/APIfiles.html | 7 +- docs/APIsymbols.html | 7 +- docs/apibuild.py | 3 +- docs/devhelp/libvirt-libvirt.html | 14 +- docs/devhelp/libvirt-virterror.html | 6 +- docs/html/libvirt-libvirt.html | 13 +- docs/html/libvirt-virterror.html | 2 + docs/index.html | 2 +- docs/libvir.html | 29 +++- docs/libvirt-api.xml | 54 +++---- docs/libvirt-refs.xml | 116 +++++++------- docs/news.html | 26 +++- libvirt.spec.in | 9 +- po/af.po | 2 +- po/am.po | 2 +- po/ar.po | 2 +- po/as.po | 2 +- po/be.po | 2 +- po/bg.po | 6 +- po/bn.po | 2 +- po/bn_IN.po | 6 +- po/bs.po | 2 +- po/ca.po | 6 +- po/cs.po | 2 +- po/cy.po | 2 +- po/da.po | 6 +- po/de.po | 6 +- po/el.po | 2 +- po/en_GB.po | 6 +- po/es.po | 6 +- po/et.po | 2 +- po/eu_ES.po | 2 +- po/fa.po | 2 +- po/fi.po | 6 +- po/fr.po | 6 +- po/gl.po | 2 +- po/gu.po | 6 +- po/he.po | 2 +- po/hi.po | 6 +- po/hr.po | 6 +- po/hu.po | 6 +- po/hy.po | 2 +- po/id.po | 2 +- po/is.po | 2 +- po/it.po | 6 +- po/ja.po | 6 +- po/ka.po | 2 +- po/kn.po | 2 +- po/ko.po | 2 +- po/ku.po | 2 +- po/libvirt.pot | 2 +- po/lo.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mk.po | 2 +- po/ml.po | 6 +- po/mr.po | 2 +- po/ms.po | 6 +- po/my.po | 2 +- po/nb.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/no.po | 2 +- po/nso.po | 2 +- po/or.po | 6 +- po/pa.po | 6 +- po/pl.po | 6 +- po/pt.po | 6 +- po/pt_BR.po | 6 +- po/ro.po | 2 +- po/ru.po | 6 +- po/si.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 6 +- po/sr@Latn.po | 6 +- po/sv.po | 6 +- po/ta.po | 6 +- po/te.po | 2 +- po/th.po | 2 +- po/tr.po | 2 +- po/uk.po | 6 +- po/ur.po | 2 +- po/vi.po | 2 +- po/zh_CN.po | 6 +- po/zh_TW.po | 6 +- po/zu.po | 2 +- python/generator.py | 4 - src/libvirt.c | 8 + 99 files changed, 756 insertions(+), 562 deletions(-) diff --git a/ChangeLog b/ChangeLog index c0226c3a9a..fceba73de7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 24 17:32:23 CEST 2007 Daniel Veillard + + * libvirt.spec.in NEWS docs/* po/*: preparing release 0.3.1 + * src/libvirt.c python/generator.py: some cleanup and warnings + from Richard W.M. Jones + Tue Jul 24 10:29:11 EST 2007 Daniel P. Berrange * src/qemu_conf.c, src/qemu_conf.h: Added support for the VNC diff --git a/NEWS b/NEWS index ee5948c9d9..1a846d1f81 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,33 @@ http://libvirt.org/news.html Releases +0.3.1: Jul 24 2007: + - Documentation: index to remote page, script to test certificates, + IPv6 remote support docs (Daniel Berrange), document + VIRSH_DEFAULT_CONNECT_URI in virsh man page (David Lutterkort), + Relax-NG early grammar for the network XML (David Lutterkort) + - Bug fixes: leaks in disk XML parsing (Masayuki Sunou), hypervisor + alignment call problems on PPC64 (Christian Ehrhardt), dead client + registration in daemon event loop (Daniel Berrange), double free + in error handling (Daniel Berrange), close on exec for log file + descriptors in the daemon (Daniel Berrange), avoid caching problem + in remote daemon (Daniel Berrange), avoid crash after QEmu domain + failure (Daniel Berrange) + - Improvements: checks of x509 certificates and keys (Daniel Berrange), + error reports in the daemon (Daniel Berrange), checking of Ethernet MAC + addresses in XML configs (Masayuki Sunou), support for a new + clock switch between UTC and localtime (Daniel Berrange), early + version of OpenVZ support (Shuveb Hussain), support for input devices + on PS/2 and USB buses (Daniel Berrange), more tests especially + the QEmu support (Daniel Berrange), range check in credit scheduler + (with Saori Fukuta and Atsushi Sakai), add support for listen VNC + parameter un QEmu and fix command line arg (Daniel Berrange) + - Cleanups: debug tracing (Richard Jones), removal of --with-qemud-pid-file + (Richard Jones), remove unused virDeviceMode, new util module for + code shared between drivers (Shuveb Hussain), xen header location + detection (Richard Jones) + + 0.3.0: Jul 9 2007: - Secure Remote support (Richard Jones). See the remote page diff --git a/docs/APIchunk0.html b/docs/APIchunk0.html index d628db9092..f8828c3239 100644 --- a/docs/APIchunk0.html +++ b/docs/APIchunk0.html @@ -1,12 +1,12 @@ -API Alphabetic Index A-V for libvirt

API Alphabetic Index A-V for libvirt

A-V -W-c +API Alphabetic Index A-U for libvirt diff --git a/docs/APIchunk1.html b/docs/APIchunk1.html index edae25e209..eb44ef1f05 100644 --- a/docs/APIchunk1.html +++ b/docs/APIchunk1.html @@ -1,13 +1,31 @@ -API Alphabetic Index W-c for libvirt diff --git a/docs/APIchunk2.html b/docs/APIchunk2.html index ffe9235634..8473206745 100644 --- a/docs/APIchunk2.html +++ b/docs/APIchunk2.html @@ -1,12 +1,12 @@ -API Alphabetic Index d-i for libvirt

API Alphabetic Index d-i for libvirt

A-V -W-c +API Alphabetic Index d-i for libvirt diff --git a/docs/APIchunk3.html b/docs/APIchunk3.html index 57801a05fb..dc9e0d9d28 100644 --- a/docs/APIchunk3.html +++ b/docs/APIchunk3.html @@ -1,12 +1,12 @@ -API Alphabetic Index j-n for libvirt

API Alphabetic Index j-n for libvirt

A-V -W-c +API Alphabetic Index j-o for libvirt

API Alphabetic Index j-o for libvirt

A-U +V-c d-i -j-n -o-r -s-u -v-z +j-o +p-s +t-v +w-z

Letter j:

join
virNetworkGetBridgeName

Letter k:

kept
virDomainFree
virNetworkFree
@@ -16,6 +16,8 @@ virDomainSetMemory
knowing
virDomainShutdown

Letter l:

lack
virConnectGetVersion
+
languages
virDomainGetConnect
+virNetworkGetConnect
last
virConnCopyLastError
virConnGetLastError
virConnResetLastError
@@ -54,6 +56,8 @@
libvir-list
virConnectGetType
libvirt
virConnectOpen
virConnectOpenReadOnly
+virDomainGetConnect
+virNetworkGetConnect
lifetime
virDomainGetName
virNetworkGetName
limited
virDomainGetInfo
@@ -201,38 +205,46 @@
non-NULL
virConnectGetURI
none
virConnGetLastError
virGetLastError
-
not
VIR_NODEINFO_MAXCPUS
-VIR_UNUSE_CPU
-virConnGetLastError
-virConnectClose
-virConnectGetVersion
-virDomainDefineXML
-virDomainDestroy
-virDomainFree
-virDomainGetConnect
-virDomainGetName
-virDomainGetXMLDesc
-virDomainReboot
-virDomainSave
-virDomainSetVcpus
-virDomainShutdown
-virDomainUndefine
-virGetLastError
-virGetVersion
-virNetworkDefineXML
-virNetworkDestroy
-virNetworkFree
-virNetworkGetConnect
-virNetworkGetName
-virNetworkGetXMLDesc
-virNetworkUndefine
nparams
virDomainGetSchedulerParameters
virDomainSetSchedulerParameters
-

A-V -W-c +

Letter o:

objects
virDomainSetSchedulerParameters
+
occured
virConnGetLastError
+virGetLastError
+
offline
_virVcpuInfo
+
one
_virDomainInfo
+maplen
+virDomainAttachDevice
+virDomainCreateLinux
+virDomainDetachDevice
+virDomainGetVcpus
+virNetworkCreateXML
+
only
virConnectGetVersion
+virDomainGetInfo
+
opaque
virConnectGetCapabilities
+
operation
virDomainGetOSType
+virDomainReboot
+
option
virDomainShutdown
+
optional
virDomainCreateLinux
+
order
virNetworkGetBridgeName
+
order:
virDomainPinVcpu
+
org
virConnectOpen
+virConnectOpenReadOnly
+
other
virDomainGetConnect
+virNetworkGetConnect
+
otherwise
VIR_CPU_USABLE
+virConnCopyLastError
+virConnectGetType
+virConnectGetVersion
+virCopyLastError
+virDomainDefineXML
+virGetVersion
+virNetworkDefineXML
+
output
virDomainSave
+

A-U +V-c d-i -j-n -o-r -s-u -v-z +j-o +p-s +t-v +w-z

diff --git a/docs/APIchunk4.html b/docs/APIchunk4.html index 5c07fd2cd4..d1487183c8 100644 --- a/docs/APIchunk4.html +++ b/docs/APIchunk4.html @@ -1,44 +1,13 @@ -API Alphabetic Index o-r for libvirt

API Alphabetic Index o-r for libvirt

A-V -W-c +API Alphabetic Index p-s for libvirt

Letter p:

parameter
_virSchedParameter
virConnCopyLastError
virConnectGetMaxVcpus
virCopyLastError
@@ -208,11 +177,134 @@
runs
virDomainGetMaxMemory
virDomainSetMaxMemory
virDomainSetMemory
-

A-V -W-c +

Letter s:

same
virConnectGetURI
+virDomainGetMaxVcpus
+virDomainGetName
+virDomainGetSchedulerParameters
+virDomainSetSchedulerParameters
+virNetworkGetName
+
save
virDomainSave
+
saved
virDomainRestore
+
saving
virDomainSave
+
scheduler
virDomainGetSchedulerParameters
+virDomainGetSchedulerType
+virDomainSetSchedulerParameters
+
see
virDomainGetUUIDString
+virNetworkGetUUIDString
+
set
VIR_USE_CPU
+virConnectOpenReadOnly
+virDomainCreateLinux
+virDomainGetInfo
+virDomainGetXMLDesc
+virDomainPinVcpu
+virNetworkGetXMLDesc
+
should
virConnectClose
+virConnectOpen
+virConnectOpenReadOnly
+virDomainDestroy
+virDomainFree
+virDomainGetSchedulerParameters
+virDomainSetAutostart
+virDomainSetSchedulerParameters
+virDomainShutdown
+virNetworkDestroy
+virNetworkFree
+virNetworkSetAutostart
+
shutdown
virDomainDestroy
+virNetworkDestroy
+
significant
virDomainPinVcpu
+
similar
virConnectGetURI
+virDomainCreateLinux
+virNetworkCreateXML
+
single
VIR_CPU_MAPLEN
+
size
_virNodeInfo
+virConnectListDefinedDomains
+virConnectListDefinedNetworks
+virConnectListDomains
+virConnectListNetworks
+virDomainGetMaxMemory
+virDomainGetVcpus
+virDomainPinVcpu
+virDomainSetMaxMemory
+virDomainSetMemory
+
socket
_virNodeInfo
+
software
virConnectGetType
+
specific
virConnectGetMaxVcpus
+
specified
VIR_COPY_CPUMAP
+VIR_GET_CPUMAP
+
start
virDomainDefineXML
+virNetworkCreate
+virNetworkCreateXML
+
started
virDomainGetAutostart
+virDomainSetAutostart
+virNetworkGetAutostart
+virNetworkSetAutostart
+
startup
virInitialize
+
state
_virDomainInfo
+virDomainResume
+
static
virConnectGetType
+
stay
virDomainSuspend
+
stderr
virDefaultErrorFunc
+virSetErrorFunc
+
still
virDomainReboot
+virDomainShutdown
+
stop
virDomainUndefine
+virNetworkUndefine
+
stopped
virDomainReboot
+virDomainShutdown
+
store
VIR_CPU_MAPLEN
+virConnectListDefinedDomains
+virConnectListDefinedNetworks
+virConnectListDomains
+virConnectListNetworks
+virConnectOpen
+virDomainGetConnect
+virDomainGetVcpus
+virNetworkGetConnect
+
stored
virDomainPinVcpu
+
stores
virConnectListDefinedDomains
+virConnectListDefinedNetworks
+
string
_virError
+_virNodeInfo
+virConnectGetCapabilities
+virConnectGetType
+virConnectGetURI
+virDomainGetName
+virDomainGetOSType
+virDomainGetSchedulerType
+virDomainGetUUIDString
+virDomainLookupByUUIDString
+virNetworkGetName
+virNetworkGetUUIDString
+virNetworkLookupByUUIDString
+
structure
virConnectGetCapabilities
+virDomainDestroy
+virDomainFree
+virDomainGetInfo
+virNetworkDestroy
+virNetworkFree
+virNodeGetInfo
+
structures
virDomainGetVcpus
+
succeed
virDomainCreate
+virNetworkCreate
+
successful
virDomainSave
+
suitable
virConnGetLastError
+virGetLastError
+
support
virDomainSetVcpus
+
supported
VIR_NODEINFO_MAXCPUS
+virConnectGetMaxVcpus
+virDomainGetMaxVcpus
+
suspend
virDomainSave
+
suspended
virDomainResume
+
system
virConnectGetHostname
+virDomainGetOSType
+virDomainGetVcpus
+virDomainPinVcpu
+

A-U +V-c d-i -j-n -o-r -s-u -v-z +j-o +p-s +t-v +w-z

diff --git a/docs/APIchunk5.html b/docs/APIchunk5.html index 608af298c5..69ab1ee5e6 100644 --- a/docs/APIchunk5.html +++ b/docs/APIchunk5.html @@ -1,134 +1,13 @@ -API Alphabetic Index s-u for libvirt

API Alphabetic Index s-u for libvirt

A-V -W-c +API Alphabetic Index t-v for libvirt

API Alphabetic Index t-v for libvirt

A-U +V-c d-i -j-n -o-r -s-u -v-z -

Letter s:

same
virConnectGetURI
-virDomainGetMaxVcpus
-virDomainGetName
-virDomainGetSchedulerParameters
-virDomainSetSchedulerParameters
-virNetworkGetName
-
save
virDomainSave
-
saved
virDomainRestore
-
saving
virDomainSave
-
scheduler
virDomainGetSchedulerParameters
-virDomainGetSchedulerType
-virDomainSetSchedulerParameters
-
see
virDomainGetUUIDString
-virNetworkGetUUIDString
-
set
VIR_USE_CPU
-virConnectOpenReadOnly
-virDomainCreateLinux
-virDomainGetInfo
-virDomainGetXMLDesc
-virDomainPinVcpu
-virNetworkGetXMLDesc
-
should
virConnectClose
-virConnectOpen
-virConnectOpenReadOnly
-virDomainDestroy
-virDomainFree
-virDomainGetSchedulerParameters
-virDomainSetAutostart
-virDomainSetSchedulerParameters
-virDomainShutdown
-virNetworkDestroy
-virNetworkFree
-virNetworkSetAutostart
-
shutdown
virDomainDestroy
-virNetworkDestroy
-
significant
virDomainPinVcpu
-
similar
virConnectGetURI
-virDomainCreateLinux
-virNetworkCreateXML
-
single
VIR_CPU_MAPLEN
-
size
_virNodeInfo
-virConnectListDefinedDomains
-virConnectListDefinedNetworks
-virConnectListDomains
-virConnectListNetworks
-virDomainGetMaxMemory
-virDomainGetVcpus
-virDomainPinVcpu
-virDomainSetMaxMemory
-virDomainSetMemory
-
socket
_virNodeInfo
-
software
virConnectGetType
-
specific
virConnectGetMaxVcpus
-
specified
VIR_COPY_CPUMAP
-VIR_GET_CPUMAP
-
start
virDomainDefineXML
-virNetworkCreate
-virNetworkCreateXML
-
started
virDomainGetAutostart
-virDomainSetAutostart
-virNetworkGetAutostart
-virNetworkSetAutostart
-
startup
virInitialize
-
state
_virDomainInfo
-virDomainResume
-
static
virConnectGetType
-
stay
virDomainSuspend
-
stderr
virDefaultErrorFunc
-virSetErrorFunc
-
still
virDomainReboot
-virDomainShutdown
-
stop
virDomainUndefine
-virNetworkUndefine
-
stopped
virDomainReboot
-virDomainShutdown
-
store
VIR_CPU_MAPLEN
-virConnectListDefinedDomains
-virConnectListDefinedNetworks
-virConnectListDomains
-virConnectListNetworks
-virConnectOpen
-virDomainGetVcpus
-
stored
virDomainPinVcpu
-
stores
virConnectListDefinedDomains
-virConnectListDefinedNetworks
-
string
_virError
-_virNodeInfo
-virConnectGetCapabilities
-virConnectGetType
-virConnectGetURI
-virDomainGetName
-virDomainGetOSType
-virDomainGetSchedulerType
-virDomainGetUUIDString
-virDomainLookupByUUIDString
-virNetworkGetName
-virNetworkGetUUIDString
-virNetworkLookupByUUIDString
-
structure
virConnectGetCapabilities
-virDomainDestroy
-virDomainFree
-virDomainGetInfo
-virNetworkDestroy
-virNetworkFree
-virNodeGetInfo
-
structures
virDomainGetVcpus
-
succeed
virDomainCreate
-virNetworkCreate
-
successful
virDomainSave
-
suitable
virConnGetLastError
-virGetLastError
-
support
virDomainSetVcpus
-
supported
VIR_NODEINFO_MAXCPUS
-virConnectGetMaxVcpus
-virDomainGetMaxVcpus
-
suspend
virDomainSave
-
suspended
virDomainResume
-
system
virConnectGetHostname
-virDomainGetOSType
-virDomainGetVcpus
-virDomainPinVcpu
-

Letter t:

target
virConnCopyLastError
+j-o +p-s +t-v +w-z +

Letter t:

target
virConnCopyLastError
virCopyLastError
virDomainSetMemory
terminated
virConnectGetType
@@ -195,6 +74,8 @@
threads
_virNodeInfo
time
_virDomainInfo
_virVcpuInfo
+
together
virDomainGetConnect
+virNetworkGetConnect
total
VIR_NODEINFO_MAXCPUS
true
VIR_CPU_USABLE
two
virGetVersion
@@ -222,8 +103,10 @@ virDomainShutdown
use
virConnGetLastError
virConnectGetCapabilities
+virDomainGetConnect
virErrorFunc
virGetLastError
+virNetworkGetConnect
used
VIR_COPY_CPUMAP
VIR_CPU_MAPLEN
VIR_CPU_USABLE
@@ -249,11 +132,90 @@ virErrorFunc
virNodeGetInfo
virSetErrorFunc
-

A-V -W-c +

Letter v:

value
VIR_CPU_USABLE
+_virVcpuInfo
+virConnectGetMaxVcpus
+virConnectGetVersion
+virDomainGetAutostart
+virDomainGetSchedulerParameters
+virDomainGetSchedulerType
+virDomainGetXMLDesc
+virDomainSetSchedulerParameters
+virGetVersion
+virNetworkGetAutostart
+virNetworkGetBridgeName
+virNetworkGetXMLDesc
+
values
virDomainGetSchedulerParameters
+virGetVersion
+
vcpu
VIR_COPY_CPUMAP
+VIR_CPU_USABLE
+VIR_GET_CPUMAP
+
vcpus
virDomainGetVcpus
+
version
LIBVIR_VERSION_NUMBER
+virConnectGetVersion
+virGetVersion
+
virCapabilities
virConnectGetCapabilities
+
virCapabilitiesPtr
virConnectGetCapabilities
+
virConnCopyLastError
virConnGetLastError
+
virConnectGetMaxVcpus
virDomainGetMaxVcpus
+
virConnectOpen
virConnectGetURI
+
virConnectOpenReadOnly
virConnectGetURI
+
virConnectPtr
virDomainGetConnect
+virNetworkGetConnect
+
virCopyLastError
virGetLastError
+
virDomainCreateLinux
virDomainGetXMLDesc
+
virDomainFlags
_virDomainInfo
+virDomainCreateLinux
+
virDomainGetSchedulerType
virDomainGetSchedulerParameters
+virDomainSetSchedulerParameters
+
virDomainGetUUID
VIR_UUID_BUFLEN
+
virDomainGetUUIDString
VIR_UUID_STRING_BUFLEN
+
virDomainGetVcpus
VIR_COPY_CPUMAP
+VIR_CPU_USABLE
+VIR_GET_CPUMAP
+
virDomainGetXMLDesc
virDomainCreateLinux
+
virDomainInfo
virDomainGetInfo
+
virDomainPinVcpu
VIR_COPY_CPUMAP
+VIR_CPU_MAPLEN
+VIR_GET_CPUMAP
+VIR_UNUSE_CPU
+VIR_USE_CPU
+virDomainGetVcpus
+
virDomainRestore
virDomainSave
+
virDomainResume
virDomainSuspend
+
virDomainSave
virDomainRestore
+
virError
virResetError
+
virErrorNumber
_virError
+
virNetworkCreateXML
virNetworkGetXMLDesc
+
virNetworkGetXMLDesc
virNetworkCreateXML
+
virNodeInfo
nodeinfo
+virNodeGetInfo
+
virResetError
virConnCopyLastError
+virCopyLastError
+
virSchedParameter
VIR_DOMAIN_SCHED_FIELD_LENGTH
+
virSuspendDomain
virDomainResume
+
virVcpuInfo
virDomainGetVcpus
+
virVcpuState
_virVcpuInfo
+
virtual
VIR_CPU_MAPLEN
+_virDomainInfo
+_virVcpuInfo
+vcpu
+virConnectGetMaxVcpus
+virDomainAttachDevice
+virDomainDetachDevice
+virDomainGetMaxVcpus
+virDomainGetVcpus
+virDomainPinVcpu
+virDomainSetVcpus
+virNetworkCreateXML
+
virtualization
virDomainGetVcpus
+virDomainPinVcpu
+virDomainSetVcpus
+

A-U +V-c d-i -j-n -o-r -s-u -v-z +j-o +p-s +t-v +w-z

diff --git a/docs/APIchunk6.html b/docs/APIchunk6.html index ebf711a137..8027bda583 100644 --- a/docs/APIchunk6.html +++ b/docs/APIchunk6.html @@ -1,92 +1,13 @@ -API Alphabetic Index v-z for libvirt

API Alphabetic Index v-z for libvirt

A-V -W-c +API Alphabetic Index w-z for libvirt

API Alphabetic Index w-z for libvirt

A-U +V-c d-i -j-n -o-r -s-u -v-z -

Letter v:

value
VIR_CPU_USABLE
-_virVcpuInfo
-virConnectGetMaxVcpus
-virConnectGetVersion
-virDomainGetAutostart
-virDomainGetSchedulerParameters
-virDomainGetSchedulerType
-virDomainGetXMLDesc
-virDomainSetSchedulerParameters
-virGetVersion
-virNetworkGetAutostart
-virNetworkGetBridgeName
-virNetworkGetXMLDesc
-
values
virDomainGetSchedulerParameters
-virGetVersion
-
vcpu
VIR_COPY_CPUMAP
-VIR_CPU_USABLE
-VIR_GET_CPUMAP
-
vcpus
virDomainGetVcpus
-
version
LIBVIR_VERSION_NUMBER
-virConnectGetVersion
-virGetVersion
-
virCapabilities
virConnectGetCapabilities
-
virCapabilitiesPtr
virConnectGetCapabilities
-
virConnCopyLastError
virConnGetLastError
-
virConnectGetMaxVcpus
virDomainGetMaxVcpus
-
virConnectOpen
virConnectGetURI
-
virConnectOpenReadOnly
virConnectGetURI
-
virConnectPtr
virDomainGetConnect
-virNetworkGetConnect
-
virCopyLastError
virGetLastError
-
virDomainCreateLinux
virDomainGetXMLDesc
-
virDomainFlags
_virDomainInfo
-virDomainCreateLinux
-
virDomainGetSchedulerType
virDomainGetSchedulerParameters
-virDomainSetSchedulerParameters
-
virDomainGetUUID
VIR_UUID_BUFLEN
-
virDomainGetUUIDString
VIR_UUID_STRING_BUFLEN
-
virDomainGetVcpus
VIR_COPY_CPUMAP
-VIR_CPU_USABLE
-VIR_GET_CPUMAP
-
virDomainGetXMLDesc
virDomainCreateLinux
-
virDomainInfo
virDomainGetInfo
-
virDomainPinVcpu
VIR_COPY_CPUMAP
-VIR_CPU_MAPLEN
-VIR_GET_CPUMAP
-VIR_UNUSE_CPU
-VIR_USE_CPU
-virDomainGetVcpus
-
virDomainRestore
virDomainSave
-
virDomainResume
virDomainSuspend
-
virDomainSave
virDomainRestore
-
virError
virResetError
-
virErrorNumber
_virError
-
virNetworkCreateXML
virNetworkGetXMLDesc
-
virNetworkGetXMLDesc
virNetworkCreateXML
-
virNodeInfo
nodeinfo
-virNodeGetInfo
-
virResetError
virConnCopyLastError
-virCopyLastError
-
virSchedParameter
VIR_DOMAIN_SCHED_FIELD_LENGTH
-
virSuspendDomain
virDomainResume
-
virVcpuInfo
virDomainGetVcpus
-
virVcpuState
_virVcpuInfo
-
virtual
VIR_CPU_MAPLEN
-_virDomainInfo
-_virVcpuInfo
-vcpu
-virConnectGetMaxVcpus
-virDomainAttachDevice
-virDomainDetachDevice
-virDomainGetMaxVcpus
-virDomainGetVcpus
-virDomainPinVcpu
-virDomainSetVcpus
-virNetworkCreateXML
-
virtualization
virDomainGetVcpus
-virDomainPinVcpu
-virDomainSetVcpus
-

Letter w:

was
virConnCopyLastError
+j-o +p-s +t-v +w-z +

Letter w:

was
virConnCopyLastError
virConnectGetHostname
virConnectGetURI
virCopyLastError
@@ -150,6 +71,8 @@ virNetworkGetXMLDesc
without
virDomainSuspend
work
virConnectGetVersion
+
writing
virDomainGetConnect
+virNetworkGetConnect
www
virConnectGetType

Letter x:

xen
virConnectOpen

Letter y:

yet
virDomainGetXMLDesc
@@ -158,11 +81,11 @@

Letter z:

zero
VIR_CPU_USABLE
virConnectGetType
virDomainPinVcpu
-

A-V -W-c +

A-U +V-c d-i -j-n -o-r -s-u -v-z +j-o +p-s +t-v +w-z

diff --git a/docs/APIfiles.html b/docs/APIfiles.html index 62d1ea793f..3ed13401e7 100644 --- a/docs/APIfiles.html +++ b/docs/APIfiles.html @@ -4,10 +4,6 @@ VIR_COPY_CPUMAP
VIR_CPU_MAPLEN
VIR_CPU_USABLE
-VIR_DEVICE_DEFAULT
-VIR_DEVICE_RO
-VIR_DEVICE_RW
-VIR_DEVICE_RW_FORCE
VIR_DOMAIN_BLOCKED
VIR_DOMAIN_CRASHED
VIR_DOMAIN_DESTROY
@@ -59,7 +55,6 @@ virConnectOpen
virConnectOpenReadOnly
virConnectPtr
-virDeviceMode
virDomain
virDomainAttachDevice
virDomainCoreDump
@@ -148,6 +143,7 @@ VIR_ERR_INVALID_ARG
VIR_ERR_INVALID_CONN
VIR_ERR_INVALID_DOMAIN
+VIR_ERR_INVALID_MAC
VIR_ERR_INVALID_NETWORK
VIR_ERR_NETWORK_EXIST
VIR_ERR_NONE
@@ -186,6 +182,7 @@ VIR_FROM_DOM
VIR_FROM_NET
VIR_FROM_NONE
+VIR_FROM_OPENVZ
VIR_FROM_PROXY
VIR_FROM_QEMU
VIR_FROM_REMOTE
diff --git a/docs/APIsymbols.html b/docs/APIsymbols.html index 338dd7c357..713afa173f 100644 --- a/docs/APIsymbols.html +++ b/docs/APIsymbols.html @@ -4,10 +4,6 @@

Letter V:

VIR_COPY_CPUMAP
VIR_CPU_MAPLEN
VIR_CPU_USABLE
-VIR_DEVICE_DEFAULT
-VIR_DEVICE_RO
-VIR_DEVICE_RW
-VIR_DEVICE_RW_FORCE
VIR_DOMAIN_BLOCKED
VIR_DOMAIN_CRASHED
VIR_DOMAIN_DESTROY
@@ -39,6 +35,7 @@ VIR_ERR_INVALID_ARG
VIR_ERR_INVALID_CONN
VIR_ERR_INVALID_DOMAIN
+VIR_ERR_INVALID_MAC
VIR_ERR_INVALID_NETWORK
VIR_ERR_NETWORK_EXIST
VIR_ERR_NONE
@@ -77,6 +74,7 @@ VIR_FROM_DOM
VIR_FROM_NET
VIR_FROM_NONE
+VIR_FROM_OPENVZ
VIR_FROM_PROXY
VIR_FROM_QEMU
VIR_FROM_REMOTE
@@ -127,7 +125,6 @@ virConnectPtr
virCopyLastError
virDefaultErrorFunc
-virDeviceMode
virDomain
virDomainAttachDevice
virDomainCoreDump
diff --git a/docs/apibuild.py b/docs/apibuild.py index 4cf6454cd0..f86fd3b28a 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -61,7 +61,8 @@ ignored_files = { "bridge.c": "internal code", "uuid.h": "internal code", "uuid.c": "internal code", - + "util.h": "internal code", + "util.c": "internal code", } ignored_words = { diff --git a/docs/devhelp/libvirt-libvirt.html b/docs/devhelp/libvirt-libvirt.html index aa2c2dd824..8eb69a3e7c 100644 --- a/docs/devhelp/libvirt-libvirt.html +++ b/docs/devhelp/libvirt-libvirt.html @@ -57,7 +57,6 @@ typedef virVcpuInfo * virNodeInfo; typedef struct _virNetwork virNetwork; typedef enum virDomainState; -typedef enum virDeviceMode; typedef struct _virDomain virDomain; typedef virDomain * virDomainPtr; typedef struct _virSchedParameter virSchedParameter; @@ -205,15 +204,6 @@ The content of this structure is not made public by the API.


Typedef virConnectPtr

virConnect * virConnectPtr;
 

a virConnectPtr is pointer to a virConnect private structure, this is the type used to reference a connection to the Xen Hypervisor in the API.

-
-
-

Enum virDeviceMode

enum virDeviceMode {
-    VIR_DEVICE_DEFAULT = 0 /* Default mode */
-    VIR_DEVICE_RO = 1 /* Access read-only */
-    VIR_DEVICE_RW = 2 /* Access read-write */
-    VIR_DEVICE_RW_FORCE = 3 /*  Forced read-write even if already used */
-};
-


Structure virDomain

struct _virDomain {
@@ -442,7 +432,7 @@ The content of this structure is not made public by the API.
 
domain:a domain object
autostart:the value returned
Returns:-1 in case of error, 0 in case of success

virDomainGetConnect ()

virConnectPtr	virDomainGetConnect	(virDomainPtr dom)
-

Provides the connection pointer associated with a domain. The reference counter on the connection is not increased by this call.

+

Provides the connection pointer associated with a domain. The reference counter on the connection is not increased by this call. WARNING: When writing libvirt bindings in other languages, do not use this function. Instead, store the connection and the domain object together.

dom:pointer to a domain
Returns:the virConnectPtr or NULL in case of failure.

virDomainGetID ()

unsigned int	virDomainGetID		(virDomainPtr domain)
@@ -598,7 +588,7 @@ The content of this structure is not made public by the API.
network:a network object
Returns:a 0 terminated interface name, or NULL in case of error. the caller must free() the returned value.

virNetworkGetConnect ()

virConnectPtr	virNetworkGetConnect	(virNetworkPtr net)
-

Provides the connection pointer associated with a network. The reference counter on the connection is not increased by this call.

+

Provides the connection pointer associated with a network. The reference counter on the connection is not increased by this call. WARNING: When writing libvirt bindings in other languages, do not use this function. Instead, store the connection and the network object together.

net:pointer to a network
Returns:the virConnectPtr or NULL in case of failure.

virNetworkGetName ()

const char *	virNetworkGetName	(virNetworkPtr network)
diff --git a/docs/devhelp/libvirt-virterror.html b/docs/devhelp/libvirt-virterror.html index 11519033a9..e9bdc5e083 100644 --- a/docs/devhelp/libvirt-virterror.html +++ b/docs/devhelp/libvirt-virterror.html @@ -93,7 +93,8 @@ void virConnResetLastError (VIR_FROM_QEMU = 10 /* Error at the QEMU daemon */ VIR_FROM_NET = 11 /* Error when operating on a network */ VIR_FROM_TEST = 12 /* Error from test driver */ - VIR_FROM_REMOTE = 13 /* Error from remote driver */ + VIR_FROM_REMOTE = 13 /* Error from remote driver */ + VIR_FROM_OPENVZ = 14 /* Error from OpenVZ driver */ };

@@ -150,7 +151,8 @@ void virConnResetLastError (VIR_ERR_GNUTLS_ERROR = 40 /* error from a GNUTLS call */ VIR_WAR_NO_NETWORK = 41 /* failed to start network */ VIR_ERR_NO_DOMAIN = 42 /* domain not found or unexpectedly disappeared */ - VIR_ERR_NO_NETWORK = 43 /* network not found */ + VIR_ERR_NO_NETWORK = 43 /* network not found */ + VIR_ERR_INVALID_MAC = 44 /* invalid MAC adress */ };

diff --git a/docs/html/libvirt-libvirt.html b/docs/html/libvirt-libvirt.html index 2533af02f9..e302715aef 100644 --- a/docs/html/libvirt-libvirt.html +++ b/docs/html/libvirt-libvirt.html @@ -3,7 +3,6 @@ Module libvirt from libvirt

Module libvirt from libvirt

Provides the interfaces of the libvirt library to handle Xen domains from a process running in domain 0

Table of Contents

#define LIBVIR_VERSION_NUMBER
#define VIR_COPY_CPUMAP
#define VIR_CPU_MAPLEN
#define VIR_CPU_USABLE
#define VIR_DOMAIN_SCHED_FIELD_LENGTH
#define VIR_GET_CPUMAP
#define VIR_NODEINFO_MAXCPUS
#define VIR_UNUSE_CPU
#define VIR_USE_CPU
#define VIR_UUID_BUFLEN
#define VIR_UUID_STRING_BUFLEN
Structure virConnect
struct _virConnect The content of this structure is not made public by the API.
Typedef virConnect * virConnectPtr
-
Enum virDeviceMode
 
Structure virDomain
struct _virDomain The content of this structure is not made public by the API.
Enum virDomainCreateFlags
@@ -115,13 +114,7 @@ The content of this structure is not made public by the API.
 The content of this structure is not made public by the API.
 }
a virConnectPtr is pointer to a virConnect private structure, this is the type used to reference a connection to the Xen Hypervisor in the API. -

Enum virDeviceMode

Enum virDeviceMode {
-    VIR_DEVICE_DEFAULT = 0 : Default mode
-    VIR_DEVICE_RO = 1 : Access read-only
-    VIR_DEVICE_RW = 2 : Access read-write
-    VIR_DEVICE_RW_FORCE = 3 : Forced read-write even if already used
-}
-

Structure virDomain

Structure virDomain
struct _virDomain { +

Structure virDomain

Structure virDomain
struct _virDomain { The content of this structure is not made public by the API. }

Enum virDomainCreateFlags

Enum virDomainCreateFlags {
     VIR_DOMAIN_NONE = 0
@@ -242,7 +235,7 @@ The content of this structure is not made public by the API.
 
domain:a domain object
Returns:0 in case of success and -1 in case of failure.

Function: virDomainGetAutostart

int	virDomainGetAutostart		(virDomainPtr domain, 
int * autostart)

Provides a boolean value indicating whether the domain configured to be automatically started when the host machine boots.

domain:a domain object
autostart:the value returned
Returns:-1 in case of error, 0 in case of success

Function: virDomainGetConnect

virConnectPtr	virDomainGetConnect	(virDomainPtr dom)
-

Provides the connection pointer associated with a domain. The reference counter on the connection is not increased by this call.

+

Provides the connection pointer associated with a domain. The reference counter on the connection is not increased by this call. WARNING: When writing libvirt bindings in other languages, do not use this function. Instead, store the connection and the domain object together.

dom:pointer to a domain
Returns:the virConnectPtr or NULL in case of failure.

Function: virDomainGetID

unsigned int	virDomainGetID		(virDomainPtr domain)

Get the hypervisor ID number for the domain

domain:a domain object
Returns:the domain ID number or (unsigned int) -1 in case of error

Function: virDomainGetInfo

int	virDomainGetInfo		(virDomainPtr domain, 
virDomainInfoPtr info)
@@ -320,7 +313,7 @@ The content of this structure is not made public by the API.
network:a network object
autostart:the value returned
Returns:-1 in case of error, 0 in case of success

Function: virNetworkGetBridgeName

char *	virNetworkGetBridgeName		(virNetworkPtr network)

Provides a bridge interface name to which a domain may connect a network interface in order to join the network.

network:a network object
Returns:a 0 terminated interface name, or NULL in case of error. the caller must free() the returned value.

Function: virNetworkGetConnect

virConnectPtr	virNetworkGetConnect	(virNetworkPtr net)
-

Provides the connection pointer associated with a network. The reference counter on the connection is not increased by this call.

+

Provides the connection pointer associated with a network. The reference counter on the connection is not increased by this call. WARNING: When writing libvirt bindings in other languages, do not use this function. Instead, store the connection and the network object together.

net:pointer to a network
Returns:the virConnectPtr or NULL in case of failure.

Function: virNetworkGetName

const char *	virNetworkGetName	(virNetworkPtr network)

Get the public name for that network

network:a network object
Returns:a pointer to the name or NULL, the string need not be deallocated its lifetime will be the same as the network object.

Function: virNetworkGetUUID

int	virNetworkGetUUID		(virNetworkPtr network, 
unsigned char * uuid)
diff --git a/docs/html/libvirt-virterror.html b/docs/html/libvirt-virterror.html index 307c900b03..3f48835b12 100644 --- a/docs/html/libvirt-virterror.html +++ b/docs/html/libvirt-virterror.html @@ -47,6 +47,7 @@ void virErrorFunc (void * userData,
VIR_FROM_NET = 11 : Error when operating on a network VIR_FROM_TEST = 12 : Error from test driver VIR_FROM_REMOTE = 13 : Error from remote driver + VIR_FROM_OPENVZ = 14 : Error from OpenVZ driver }

Enum virErrorLevel

Enum virErrorLevel {
     VIR_ERR_NONE = 0
@@ -98,6 +99,7 @@ void	virErrorFunc			(void * userData, 
VIR_WAR_NO_NETWORK = 41 : failed to start network VIR_ERR_NO_DOMAIN = 42 : domain not found or unexpectedly disappeared VIR_ERR_NO_NETWORK = 43 : network not found + VIR_ERR_INVALID_MAC = 44 : invalid MAC adress }

Function: virConnCopyLastError

int	virConnCopyLastError		(virConnectPtr conn, 
virErrorPtr to)

Copy the content of the last error caught on that connection One will need to free the result with virResetError()

diff --git a/docs/index.html b/docs/index.html index af9d394670..8a1175904a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,7 +21,7 @@ under the GNU Lesser General Public License. Virtualization of the Linux Operating System means the ability to run multiple instances of Operating Systems concurently on a single hardware system where the basic resources are driven -by a Linux instance. The library aim at providing long term stable C API +by a Linux (or Solaris) instance. The library aim at providing long term stable C API initially for the Xen paravirtualization but should be able to integrate other virtualization mechanisms, it currently also support QEmu and KVM.

diff --git a/docs/libvir.html b/docs/libvir.html index c33b67ed92..ec456d2cbc 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -20,7 +20,7 @@ under the GNU Lesser General Public License. Virtualization of the Linux Operating System means the ability to run multiple instances of Operating Systems concurently on a single hardware system where the basic resources are driven -by a Linux instance. The library aim at providing long term stable C API +by a Linux (or Solaris) instance. The library aim at providing long term stable C API initially for the Xen paravirtualization but should be able to integrate other @@ -35,6 +35,33 @@ development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progresses.

+

0.3.1: Jul 24 2007

+
    +
  • Documentation: index to remote page, script to test certificates, + IPv6 remote support docs (Daniel Berrange), document + VIRSH_DEFAULT_CONNECT_URI in virsh man page (David Lutterkort), + Relax-NG early grammar for the network XML (David Lutterkort)
  • +
  • Bug fixes: leaks in disk XML parsing (Masayuki Sunou), hypervisor + alignment call problems on PPC64 (Christian Ehrhardt), dead client + registration in daemon event loop (Daniel Berrange), double free + in error handling (Daniel Berrange), close on exec for log file + descriptors in the daemon (Daniel Berrange), avoid caching problem + in remote daemon (Daniel Berrange), avoid crash after QEmu domain + failure (Daniel Berrange)
  • +
  • Improvements: checks of x509 certificates and keys (Daniel Berrange), + error reports in the daemon (Daniel Berrange), checking of Ethernet MAC + addresses in XML configs (Masayuki Sunou), support for a new + clock switch between UTC and localtime (Daniel Berrange), early + version of OpenVZ support (Shuveb Hussain), support for input devices + on PS/2 and USB buses (Daniel Berrange), more tests especially + the QEmu support (Daniel Berrange), range check in credit scheduler + (with Saori Fukuta and Atsushi Sakai), add support for listen VNC + parameter un QEmu and fix command line arg (Daniel Berrange)
  • +
  • Cleanups: debug tracing (Richard Jones), removal of --with-qemud-pid-file + (Richard Jones), remove unused virDeviceMode, new util module for + code shared between drivers (Shuveb Hussain), xen header location + detection (Richard Jones)
  • +

0.3.0: Jul 9 2007

  • Secure Remote support (Richard Jones). diff --git a/docs/libvirt-api.xml b/docs/libvirt-api.xml index 8fcea32472..9fe07744cc 100644 --- a/docs/libvirt-api.xml +++ b/docs/libvirt-api.xml @@ -16,31 +16,27 @@ - - - - - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -49,7 +45,6 @@ - @@ -151,6 +146,7 @@ + @@ -159,6 +155,7 @@ + @@ -277,10 +274,6 @@ This macro provides the length of the buffer required for virDomainGetUUIDString() - - - - @@ -311,6 +304,7 @@ + @@ -320,7 +314,7 @@ - + @@ -349,9 +343,10 @@ + - + @@ -367,7 +362,6 @@ a virConnectPtr is pointer to a virConnect private structure, this is the type used to reference a connection to the Xen Hypervisor in the API. - @@ -618,7 +612,7 @@ - Provides the connection pointer associated with a domain. The reference counter on the connection is not increased by this call. + Provides the connection pointer associated with a domain. The reference counter on the connection is not increased by this call. WARNING: When writing libvirt bindings in other languages, do not use this function. Instead, store the connection and the domain object together. @@ -854,7 +848,7 @@ - Provides the connection pointer associated with a network. The reference counter on the connection is not increased by this call. + Provides the connection pointer associated with a network. The reference counter on the connection is not increased by this call. WARNING: When writing libvirt bindings in other languages, do not use this function. Instead, store the connection and the network object together. diff --git a/docs/libvirt-refs.xml b/docs/libvirt-refs.xml index 2876234406..e4c60bca0a 100644 --- a/docs/libvirt-refs.xml +++ b/docs/libvirt-refs.xml @@ -5,10 +5,6 @@ - - - - @@ -40,6 +36,7 @@ + @@ -78,6 +75,7 @@ + @@ -128,7 +126,6 @@ - @@ -224,10 +221,6 @@ - - - - @@ -259,6 +252,7 @@ + @@ -297,6 +291,7 @@ + @@ -351,7 +346,6 @@ - @@ -628,10 +622,6 @@ - - - - @@ -683,7 +673,6 @@ - @@ -774,6 +763,7 @@ + @@ -812,6 +802,7 @@ + @@ -1001,6 +992,10 @@ + + + + @@ -1199,6 +1194,8 @@ + + @@ -1229,12 +1226,18 @@ - - + + + + + + + + @@ -1455,6 +1458,10 @@ + + + + @@ -1926,6 +1933,7 @@ + @@ -1934,6 +1942,7 @@ + @@ -2141,6 +2150,10 @@ + + + + @@ -2200,6 +2213,8 @@ + + @@ -2444,40 +2459,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -2525,6 +2511,10 @@ + + + + @@ -2539,6 +2529,8 @@ + + @@ -2825,8 +2817,6 @@ - - @@ -2964,7 +2954,9 @@ + + @@ -3032,6 +3024,8 @@ + + @@ -3124,6 +3118,10 @@ + + + + @@ -3178,8 +3176,10 @@ + + @@ -3211,8 +3211,6 @@ - - @@ -3368,6 +3366,8 @@ + + @@ -3453,6 +3453,10 @@ + + + + @@ -3478,13 +3482,13 @@ - - + + - - - - + + + + diff --git a/docs/news.html b/docs/news.html index 841a9f2c75..85825a87bc 100644 --- a/docs/news.html +++ b/docs/news.html @@ -2,7 +2,31 @@ Releases

    Releases

    Here is the list of official releases, however since it is early on in the development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list -and check the ChangeLog to gauge progresses.

    0.3.0: Jul 9 2007

    • Secure Remote support (Richard Jones). +and check the ChangeLog to gauge progresses.

      0.3.1: Jul 24 2007

      • Documentation: index to remote page, script to test certificates, + IPv6 remote support docs (Daniel Berrange), document + VIRSH_DEFAULT_CONNECT_URI in virsh man page (David Lutterkort), + Relax-NG early grammar for the network XML (David Lutterkort)
      • +
      • Bug fixes: leaks in disk XML parsing (Masayuki Sunou), hypervisor + alignment call problems on PPC64 (Christian Ehrhardt), dead client + registration in daemon event loop (Daniel Berrange), double free + in error handling (Daniel Berrange), close on exec for log file + descriptors in the daemon (Daniel Berrange), avoid caching problem + in remote daemon (Daniel Berrange), avoid crash after QEmu domain + failure (Daniel Berrange)
      • +
      • Improvements: checks of x509 certificates and keys (Daniel Berrange), + error reports in the daemon (Daniel Berrange), checking of Ethernet MAC + addresses in XML configs (Masayuki Sunou), support for a new + clock switch between UTC and localtime (Daniel Berrange), early + version of OpenVZ support (Shuveb Hussain), support for input devices + on PS/2 and USB buses (Daniel Berrange), more tests especially + the QEmu support (Daniel Berrange), range check in credit scheduler + (with Saori Fukuta and Atsushi Sakai), add support for listen VNC + parameter un QEmu and fix command line arg (Daniel Berrange)
      • +
      • Cleanups: debug tracing (Richard Jones), removal of --with-qemud-pid-file + (Richard Jones), remove unused virDeviceMode, new util module for + code shared between drivers (Shuveb Hussain), xen header location + detection (Richard Jones)
      • +

      0.3.0: Jul 9 2007

      • Secure Remote support (Richard Jones). See the remote page of the documentation
      • Documentation: remote support (Richard Jones), description of diff --git a/libvirt.spec.in b/libvirt.spec.in index 6cd7c96910..1756214df4 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -3,7 +3,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: @VERSION@ -Release: 1%{?dist}%{?extra_release}migr5 +Release: 1%{?dist}%{?extra_release} License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz @@ -165,6 +165,13 @@ fi %doc docs/examples/python %changelog +* Tue Jul 24 2007 Daniel Veillard - 0.3.1-1 +- Release of 0.3.1 +- localtime clock support +- PS/2 and USB input devices +- lots of assorted bugfixes and cleanups +- documentation and localization improvements + * Mon Jul 9 2007 Daniel Veillard - 0.3.0-1 - Release of 0.3.0 - Secure remote access support diff --git a/po/af.po b/po/af.po index 6e7cac6756..5195bb1a01 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/am.po b/po/am.po index 6e7cac6756..5195bb1a01 100644 --- a/po/am.po +++ b/po/am.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/ar.po b/po/ar.po index 6e7cac6756..5195bb1a01 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/as.po b/po/as.po index 7e837bff1f..8cbc8c4ed7 100644 --- a/po/as.po +++ b/po/as.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-05-24 21:24+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese \n" diff --git a/po/be.po b/po/be.po index 6e7cac6756..5195bb1a01 100644 --- a/po/be.po +++ b/po/be.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/bg.po b/po/bg.po index b63c2e8075..8a91cfea62 100644 --- a/po/bg.po +++ b/po/bg.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-21 14:55+0300\n" "Last-Translator: Doncho N. Gunchev \n" "Language-Team: Bulgarian \n" @@ -2196,6 +2196,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "заделяне информация за домейн %d" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "закачане към конзолата за гости" + #~ msgid "growing buffer" #~ msgstr "нарастващ буфер" diff --git a/po/bn.po b/po/bn.po index 6e7cac6756..5195bb1a01 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/bn_IN.po b/po/bn_IN.po index b8b87a9560..bde95fba80 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-10 18:48+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali \n" @@ -2198,6 +2198,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "%d ডোমেইন সংক্রান্ত তথ্য বরাদ্দ করা হয়েছে" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "গেস্ট কনসোলের সাথে সংযোগ স্থাপন করুন" + #~ msgid "growing buffer" #~ msgstr "বাফার প্রসারণ" diff --git a/po/bs.po b/po/bs.po index ebb2956110..2f52086a73 100644 --- a/po/bs.po +++ b/po/bs.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: hr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-01-23 16:29+0100\n" "Last-Translator: Adnan Hodzic \n" "Language-Team: Bosnian \n" diff --git a/po/ca.po b/po/ca.po index b4b24b1c8d..dbeae81a07 100644 --- a/po/ca.po +++ b/po/ca.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-21 10:20-0100\n" "Last-Translator: Xavier Conde Rueda \n" "Language-Team: Catalan \n" @@ -2208,6 +2208,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "s'està assignant %d informació de domini" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "connecta a la consola de l'allotjat" + #~ msgid "growing buffer" #~ msgstr "memòria intermèdia creixent" diff --git a/po/cs.po b/po/cs.po index 0e95250136..549facf30e 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: cs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-01-28 13:55+0100\n" "Last-Translator: Milan Kerslager \n" "Language-Team: Czech \n" diff --git a/po/cy.po b/po/cy.po index 6e7cac6756..5195bb1a01 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/da.po b/po/da.po index 3aaa7c9510..656832983b 100644 --- a/po/da.po +++ b/po/da.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: da\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-05-10 15:48+0200\n" "Last-Translator: Keld Simonsen \n" "Language-Team: \n" @@ -2192,6 +2192,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "allokerer %d domæne-info" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "forbind til gæstekonsol" + #~ msgid "growing buffer" #~ msgstr "voksende buffer" diff --git a/po/de.po b/po/de.po index f93997f27f..ca5a2ef2ea 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-15 12:12+0200\n" "Last-Translator: Michael Schönitzer \n" "Language-Team: Deutsch\n" @@ -2165,3 +2165,7 @@ msgstr "" #, c-format msgid "allocating %d domain info" msgstr "%d Domain-Info zuweisen" + +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "Verbindung mit der Gast-Konsole" diff --git a/po/el.po b/po/el.po index 6e7cac6756..5195bb1a01 100644 --- a/po/el.po +++ b/po/el.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/en_GB.po b/po/en_GB.po index 591de0d606..7708f36e33 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-06-11 13:51+0000\n" "Last-Translator: Abigail Brady \n" "Language-Team: \n" @@ -2177,6 +2177,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "allocating %d domain info" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "connect to the guest console" + #~ msgid "growing buffer" #~ msgstr "growing buffer" diff --git a/po/es.po b/po/es.po index 7f299536f2..15980668b0 100644 --- a/po/es.po +++ b/po/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: es~\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-13 10:45-0300\n" "Last-Translator: Domingo Becker \n" "Language-Team: Spanish \n" @@ -2168,6 +2168,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "asignando info de dominio %d" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "conectar a la consola cliente" + #~ msgid "growing buffer" #~ msgstr "agrandando el buffer" diff --git a/po/et.po b/po/et.po index 6e7cac6756..5195bb1a01 100644 --- a/po/et.po +++ b/po/et.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/eu_ES.po b/po/eu_ES.po index 6e7cac6756..5195bb1a01 100644 --- a/po/eu_ES.po +++ b/po/eu_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/fa.po b/po/fa.po index 6e7cac6756..5195bb1a01 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/fi.po b/po/fi.po index 53623096e1..179cb4b587 100644 --- a/po/fi.po +++ b/po/fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-06-11 00:43+0200\n" "Last-Translator: Ville-Pekka Vainio \n" "Language-Team: Finnish \n" @@ -2193,6 +2193,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "varataan %d toimialuetietoja" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "Yhdistä vieraskonsoliin" + #~ msgid "growing buffer" #~ msgstr "kasvatetaan puskuria" diff --git a/po/fr.po b/po/fr.po index bab2103c17..4eea6cbcf6 100644 --- a/po/fr.po +++ b/po/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-15 08:44+0200\n" "Last-Translator: Gauthier Ancelin \n" "Language-Team: Français \n" @@ -2168,3 +2168,7 @@ msgstr "" #, c-format msgid "allocating %d domain info" msgstr "attribution des informations de domaine %d" + +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "se connecter à la console invitée" diff --git a/po/gl.po b/po/gl.po index 6e7cac6756..5195bb1a01 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/gu.po b/po/gu.po index 82e9d617b8..a45a49e647 100644 --- a/po/gu.po +++ b/po/gu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-10 11:36+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -2197,6 +2197,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "%d ડોમેઈન જાણકારી ફાળવી રહ્યા છીએ" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "મહેમાન કન્સોલ સાથે જોડાવ" + #~ msgid "growing buffer" #~ msgstr "બફર વધારી રહ્યા છીએ" diff --git a/po/he.po b/po/he.po index 6e7cac6756..5195bb1a01 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/hi.po b/po/hi.po index 3c1d65b531..65b07f5490 100644 --- a/po/hi.po +++ b/po/hi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-17 11:48+0530\n" "Last-Translator: hi \n" "Language-Team: Hindi \n" @@ -2198,6 +2198,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "%d डोमेन सूचना दे रहा है" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "अतिथि कंसोल में जुड़ें" + #~ msgid "growing buffer" #~ msgstr "बढ़ता बफर" diff --git a/po/hr.po b/po/hr.po index c98bca9665..d12a494ad8 100644 --- a/po/hr.po +++ b/po/hr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: hr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-02 07:38+0100\n" "Last-Translator: Renato Pavicic translator-shop.org>\n" "Language-Team: CROATIAN \n" @@ -2167,6 +2167,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "dodjeljivanje podataka domene: %d" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "poveži s konzolom gostujućeg" + #~ msgid "growing buffer" #~ msgstr "rastući međuspremnik" diff --git a/po/hu.po b/po/hu.po index 0169c07d85..6b6e53320d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-05-03 21:23+0200\n" "Last-Translator: Arpad Biro \n" "Language-Team: \n" @@ -2198,6 +2198,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "%d tartományinfó lefoglalása" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "kapcsolódás a vendégrendszer konzoljához" + #~ msgid "growing buffer" #~ msgstr "növekvő puffer" diff --git a/po/hy.po b/po/hy.po index 6e7cac6756..5195bb1a01 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/id.po b/po/id.po index 6e7cac6756..5195bb1a01 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/is.po b/po/is.po index 6e7cac6756..5195bb1a01 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/it.po b/po/it.po index 1c201f5969..4040e59e77 100644 --- a/po/it.po +++ b/po/it.po @@ -71,7 +71,7 @@ msgid "" msgstr "" "Project-Id-Version: it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-16 03:26+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -2232,3 +2232,7 @@ msgstr "" #, c-format msgid "allocating %d domain info" msgstr "allocazione informazioni del dominio %d" + +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "connettersi alla console ospite" diff --git a/po/ja.po b/po/ja.po index 2720e1e448..d31fc7543d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-14 15:52+0900\n" "Last-Translator: Hyu_gabaru Ryu_ichi \n" "Language-Team: Japanese \n" @@ -2158,6 +2158,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "%d ドメイン情報を割り当て中" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "ゲストのコンソールに接続" + #~ msgid "growing buffer" #~ msgstr "バッファを増大中" diff --git a/po/ka.po b/po/ka.po index 6e7cac6756..5195bb1a01 100644 --- a/po/ka.po +++ b/po/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/kn.po b/po/kn.po index 6e7cac6756..5195bb1a01 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/ko.po b/po/ko.po index 0ca7a9733a..0a45473f89 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-12-15 11:06+1000\n" "Last-Translator: Eunju Kim \n" "Language-Team: Korean \n" diff --git a/po/ku.po b/po/ku.po index 6e7cac6756..5195bb1a01 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/libvirt.pot b/po/libvirt.pot index c92996331f..fc8951097c 100644 --- a/po/libvirt.pot +++ b/po/libvirt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/lo.po b/po/lo.po index 6e7cac6756..5195bb1a01 100644 --- a/po/lo.po +++ b/po/lo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/lt.po b/po/lt.po index 6e7cac6756..5195bb1a01 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/lv.po b/po/lv.po index 6e7cac6756..5195bb1a01 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/mk.po b/po/mk.po index 6e7cac6756..5195bb1a01 100644 --- a/po/mk.po +++ b/po/mk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/ml.po b/po/ml.po index e37030bf98..7181cd734f 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-06-15 11:11+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" @@ -2178,6 +2178,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "%d ഡൊമെയിന്‍ വിവരം ലഭ്യമാക്കുന്നു" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "ഗസ്റ്റ് കണ്‍സോളിലേക്ക് കണക്ട് ചെയ്യുക" + #~ msgid "growing buffer" #~ msgstr "വലുതാകുന്ന ബഫര്‍" diff --git a/po/mr.po b/po/mr.po index 1cec31dfa5..7d1b78a0b8 100644 --- a/po/mr.po +++ b/po/mr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-01-17 10:24+0530\n" "Last-Translator: Rahul Bhalerao \n" "Language-Team: Marathi\n" diff --git a/po/ms.po b/po/ms.po index 95157290ae..1f83ba409a 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-15 15:36+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan \n" "Language-Team: ms \n" @@ -2343,3 +2343,7 @@ msgstr "" #, c-format msgid "allocating %d domain info" msgstr "mengumpukkan maklumat domain %d" + +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "Tidak dapat menyambung ke RHN..." diff --git a/po/my.po b/po/my.po index 6e7cac6756..5195bb1a01 100644 --- a/po/my.po +++ b/po/my.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/nb.po b/po/nb.po index de2db0e9f3..fe21f000e2 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-26 23:43+0100\n" "Last-Translator: Espen A. Stefansen \n" "Language-Team: Norwegian/Bokmaal \n" diff --git a/po/nl.po b/po/nl.po index 93d78f9869..68cc0399f0 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-16 22:59+0200\n" "Last-Translator: Peter van Egdom \n" "Language-Team: Dutch \n" diff --git a/po/nn.po b/po/nn.po index 6e7cac6756..5195bb1a01 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/no.po b/po/no.po index 6e7cac6756..5195bb1a01 100644 --- a/po/no.po +++ b/po/no.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/nso.po b/po/nso.po index 6e7cac6756..5195bb1a01 100644 --- a/po/nso.po +++ b/po/nso.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/or.po b/po/or.po index 8f2e6818ff..809143c26d 100644 --- a/po/or.po +++ b/po/or.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-03 15:11+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -2171,3 +2171,7 @@ msgstr "" #, c-format msgid "allocating %d domain info" msgstr "%d ପରିସର ସୂଚନା ବାଣ୍ଟୁଅଛି" + +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "ଅତିଥି କୋନଶୋଲ ସହିତ ସଂଯୋଗ କରନ୍ତୁ" diff --git a/po/pa.po b/po/pa.po index df0f13e49a..4eb1a5a5a9 100644 --- a/po/pa.po +++ b/po/pa.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-12 06:54+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" @@ -2195,6 +2195,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "%d ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਦਿੱਤੀ ਜਾ ਰਹੀ ਹੈ" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "ਗੈੱਸਟ ਕਨਸੋਂਲ ਨਾਲ ਜੁੜੋ" + #~ msgid "growing buffer" #~ msgstr "ਬਫ਼ਰ ਵੱਧ ਰਿਹਾ ਹੈ" diff --git a/po/pl.po b/po/pl.po index 76e9d8af02..66749ec5ae 100644 --- a/po/pl.po +++ b/po/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-13 21:02+0200\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" @@ -2160,3 +2160,7 @@ msgstr "" #, c-format msgid "allocating %d domain info" msgstr "przydzielanie %d informacji o domenie" + +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "połącz się z konsolą gościa" diff --git a/po/pt.po b/po/pt.po index 4a1cc7ecc6..001bbfd8f6 100644 --- a/po/pt.po +++ b/po/pt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-18 20:09+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: pt \n" @@ -2167,6 +2167,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "a reservar a informação de %d domínios" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "ligar à consola-convidada" + #~ msgid "growing buffer" #~ msgstr "a aumentar o 'buffer'" diff --git a/po/pt_BR.po b/po/pt_BR.po index 5aa8d23aeb..3409c51a38 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-13 15:30-0300\n" "Last-Translator: Igor Pires Soares \n" "Language-Team: Brazilian Portuguese \n" @@ -2170,6 +2170,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "alocando informação de domínio de %d" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "conectar ao console do convidado" + #~ msgid "growing buffer" #~ msgstr "aumentando o buffer" diff --git a/po/ro.po b/po/ro.po index 6e7cac6756..5195bb1a01 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/ru.po b/po/ru.po index 3e1d5d2b7c..ce2833cbed 100644 --- a/po/ru.po +++ b/po/ru.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-05-02 08:00+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -2197,6 +2197,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "выделение %d данных домена" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "подключиться к гостевой консоли" + #~ msgid "growing buffer" #~ msgstr "растущий буфер" diff --git a/po/si.po b/po/si.po index 6e7cac6756..5195bb1a01 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/sk.po b/po/sk.po index 6e7cac6756..5195bb1a01 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/sl.po b/po/sl.po index 6e7cac6756..5195bb1a01 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/sq.po b/po/sq.po index 6e7cac6756..5195bb1a01 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/sr.po b/po/sr.po index 2a96738cdc..123e26703c 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-15 13:58-0000\n" "Last-Translator: Miloš Komarčević \n" "Language-Team: Serbian (sr) \n" @@ -2161,3 +2161,7 @@ msgstr "" #, c-format msgid "allocating %d domain info" msgstr "додељујем инфо %d домена" + +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "прикључи се на гостујући конзолу" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index e43ded19e9..6a25c97cff 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-15 13:58-0000\n" "Last-Translator: Miloš Komarčević \n" "Language-Team: Serbian (sr) \n" @@ -2161,3 +2161,7 @@ msgstr "" #, c-format msgid "allocating %d domain info" msgstr "dodeljujem info %d domena" + +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "priključi se na gostujući konzolu" diff --git a/po/sv.po b/po/sv.po index 95b3f4d389..6daf714f88 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-19 12:53-0400\n" "Last-Translator: Magnus Larsson \n" "Language-Team: Swedish \n" @@ -2157,6 +2157,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "allokerar %d domän-info" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "anslut till gästkonsollen" + #~ msgid "growing buffer" #~ msgstr "växande buffer" diff --git a/po/ta.po b/po/ta.po index 2637947e85..966ebedb87 100644 --- a/po/ta.po +++ b/po/ta.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-17 16:23+0530\n" "Last-Translator: I felix \n" "Language-Team: Tamil \n" @@ -2201,6 +2201,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "%d செயற்களத் தகவல் ஒதுக்கப்படுகிறது" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "விருந்தினர் பணியகத்துடன் இணைக்கவும்" + #~ msgid "growing buffer" #~ msgstr "வளரும் இடையகம்" diff --git a/po/te.po b/po/te.po index f58928d39c..b3ad64bec3 100644 --- a/po/te.po +++ b/po/te.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: te\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-12-15 17:13+0530\n" "Last-Translator: Sree Ganesh \n" "Language-Team: Telugu \n" diff --git a/po/th.po b/po/th.po index 6e7cac6756..5195bb1a01 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/tr.po b/po/tr.po index 6e7cac6756..5195bb1a01 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/uk.po b/po/uk.po index b543ec427a..ddf80c0c21 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-11 14:58+0300\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -2198,6 +2198,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "виділення %d даних домену" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "з'єднатись з консоллю гостьової системи" + #~ msgid "growing buffer" #~ msgstr "зростаючий буфер" diff --git a/po/ur.po b/po/ur.po index 6e7cac6756..5195bb1a01 100644 --- a/po/ur.po +++ b/po/ur.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/vi.po b/po/vi.po index 6e7cac6756..5195bb1a01 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 840ffd7bb4..8d3970f445 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: zh_CN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-07-20 10:36+0800\n" "Last-Translator: zhangnan \n" "Language-Team: \n" @@ -2157,6 +2157,10 @@ msgstr "" msgid "allocating %d domain info" msgstr " %d Ϣ" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "ӵͻỰ" + #~ msgid "growing buffer" #~ msgstr "Ļ" diff --git a/po/zh_TW.po b/po/zh_TW.po index 1c37399e61..2b035e85dd 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zh_TW\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2007-04-10 16:18+1000\n" "Last-Translator: Chester Cheng \n" "Language-Team: Traditional Chinese \n" @@ -2194,6 +2194,10 @@ msgstr "" msgid "allocating %d domain info" msgstr "分配 %d 區域資訊" +#, fuzzy +#~ msgid "connection URI of the destination host" +#~ msgstr "連接客座端主控台" + #~ msgid "growing buffer" #~ msgstr "增加中的緩衝區" diff --git a/po/zu.po b/po/zu.po index 6e7cac6756..5195bb1a01 100644 --- a/po/zu.po +++ b/po/zu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-24 10:14+0200\n" +"POT-Creation-Date: 2007-07-24 17:16+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/python/generator.py b/python/generator.py index 4f7c129337..3dc321234d 100755 --- a/python/generator.py +++ b/python/generator.py @@ -870,10 +870,6 @@ def buildWrappers(): txt.write("Class %s()\n" % (classname)) classes.write("class %s:\n" % (classname)) if classname == "virDomain" or classname == "virNetwork": - # NB: Earlier versions of libvirt did not provide - # vir{Domain,Network}GetConnect, so we had to explicitly - # store the connection object in _conn. In future - # we won't need to do this. classes.write(" def __init__(self, conn, _obj=None):\n") else: classes.write(" def __init__(self, _obj=None):\n") diff --git a/src/libvirt.c b/src/libvirt.c index 542825a4e5..4b6344d642 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -750,6 +750,10 @@ virConnectNumOfDomains(virConnectPtr conn) * reference counter on the connection is not increased by this * call. * + * WARNING: When writing libvirt bindings in other languages, do + * not use this function. Instead, store the connection and + * the domain object together. + * * Returns the virConnectPtr or NULL in case of failure. */ virConnectPtr @@ -2324,6 +2328,10 @@ virDomainDetachDevice(virDomainPtr domain, char *xml) * reference counter on the connection is not increased by this * call. * + * WARNING: When writing libvirt bindings in other languages, do + * not use this function. Instead, store the connection and + * the network object together. + * * Returns the virConnectPtr or NULL in case of failure. */ virConnectPtr