Richard W.M. Jones
4d8c013104
Removed a CVS conflict line which had been inadvertently committed.
2007-08-21 09:08:45 +00:00
Richard W.M. Jones
19e21d8672
Tue Aug 21 09:56:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
...
* qemud/remote.c, qemud/remote_protocol.x, src/driver.h,
src/internal.h, src/libvirt.c, src/libvirt_sym.version,
src/qemu_driver.c, src/remote_internal.c, src/test.c:
Add a private interface so that libvirt.c coordination
functions can detect the availability of features in
underlying drivers, using the VIR_DRV_SUPPORTS_FEATURE
macro.
2007-08-21 09:03:55 +00:00
Richard W.M. Jones
9201909064
Tue Aug 21 09:45:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
...
* src/xend_internal.c: Return the interface device name as
<target dev='vifX.Y'/> in domain XML.
* tests/*: Update XML in regression tests.
2007-08-21 08:54:07 +00:00
Richard W.M. Jones
157ddaa295
Tue Aug 21 09:07:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
...
* docs/libvir.html: Updated the hvsupport page to show that
KVM now supports save and restore operations.
2007-08-21 08:13:40 +00:00
Daniel Veillard
b8906a43fa
* src/xend_internal.c: patch from Masayuki Sunou to avoid
...
attach-disk/attach-interface when < Xen 3.0.4
Daniel
2007-08-16 15:38:38 +00:00
Daniel Veillard
0ee4415cc6
* src/virsh.c: vshCommandOptInt was broken as it would not
...
detect non-int inputs, problem raised by Masayuki Sunou
Daniel
2007-08-16 13:21:36 +00:00
Daniel Veillard
d7b5e2c2d8
* src/virsh.c: fixed 2 small bugs in setvcpus command, after
...
Atsushi SAKAI pointed out a value checking problem
Daniel
2007-08-15 10:18:33 +00:00
Daniel Veillard
9cffaad22b
* src/proxy_internal.c: fix the UUID lookup though proxy, by
...
actually sending the UUID string in the request!
Daniel
2007-08-14 12:29:40 +00:00
Daniel Veillard
f39e1b8860
* src/virsh.c: patch from Atsushi SAKAI fixing schedinfo synopsys
...
Daniel
2007-08-14 07:07:57 +00:00
Daniel Veillard
b8d0a7bc34
* virsh.1 docs/virsh.pod: typo fixes from Atsushi SAKAI
...
Daniel
2007-08-14 07:02:18 +00:00
Daniel Veillard
1bd2567773
* docs/apibuild.py: fix the API generator to work out of a
...
include list instead of an exclude list
* po/*: updated localization strings
Daniel
2007-08-14 05:57:07 +00:00
Daniel P. Berrange
024252d3e3
Implement save/restore for KVM guests
2007-08-14 01:47:24 +00:00
Daniel P. Berrange
383ae8c4ec
Added qemudEscapeShellArg(), and saferead()/safewrite() APIs
2007-08-14 01:33:38 +00:00
Daniel P. Berrange
79a3754210
Added support for -incoming option in prepare for restore
2007-08-14 01:28:47 +00:00
Daniel P. Berrange
af7378db35
Allow stdin to be specified with virExec()
2007-08-14 01:23:59 +00:00
Daniel P. Berrange
4f34d57223
Use \r instead of \n for QEMU monitor
2007-08-14 00:15:16 +00:00
Daniel Veillard
f9372e9408
* src/qemu_driver.c: patch from Jim Paris removing memory leak
...
* AUTHORS: updated with Shuveb and Jim
Daniel
2007-08-13 09:53:35 +00:00
Daniel P. Berrange
9112a139df
Speed up impl of lookupbyid/uuid and getostype for Xen by using HV where available
2007-08-10 18:25:15 +00:00
Daniel P. Berrange
46b433f069
Cleanup UUID apis & constants
2007-08-09 20:19:12 +00:00
Richard W.M. Jones
3860cbb2b7
Tue Aug 7 16:35:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
...
* src/Makefile.am: gnutls_1_0_compat.h to list of sources
(bug reported by Jan Michael).
2007-08-07 15:44:42 +00:00
Richard W.M. Jones
9d5e267e9a
Tue Aug 7 16:24:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
...
* src/virsh.c: Include <time.h> (bug reported by Jan Michael).
2007-08-07 15:26:51 +00:00
Richard W.M. Jones
754419ec10
Tue Aug 7 15:28:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
...
* src/remote_internal.c: Fix build bug introduced by earlier
patch.
2007-08-07 14:29:45 +00:00
Richard W.M. Jones
c47b4c8295
Tue Aug 7 14:18:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
...
* qemud/qemud.c: Fix --config/-f option to libvirtd.
2007-08-07 13:24:22 +00:00
Richard W.M. Jones
c946c197fe
Tue Aug 7 13:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
...
* acinclude.m4, configure.in: ./configure option
--disable-stack-protector.
* src/gnutls_1_0_compat.h: Compatibility with GnuTLS 1.0.
* src/bridge.c: If no bridge ioctls, give an error at runtime.
2007-08-07 13:02:35 +00:00
Daniel Veillard
6253863e8f
* src/xml.c: changes from Masayuki Sunou to improve error reporting
...
on device XML errors.
Daniel
2007-08-02 10:47:38 +00:00
Daniel P. Berrange
94711ff791
Fixed memory leaks
2007-07-31 14:27:12 +00:00
Daniel P. Berrange
f7dd6b4d6f
Fixed handling of unsupported machine types
2007-07-30 18:50:07 +00:00
Daniel Veillard
86d352d4fe
* src/xen_internal.c: add report of ACPI/APIC for Xen fully virt,
...
patch from David Lutterkort
* tests/xencapsdata/xen-i686-pae-hvm.xml
tests/xencapsdata/xen-ia64-be-hvm.xml
tests/xencapsdata/xen-ia64-hvm.xml
tests/xencapsdata/xen-x86_64-hvm.xml: this also affects a few tests
Daniel
2007-07-30 10:15:58 +00:00
Daniel Veillard
c7722ca345
* src/qemu_conf.[ch] src/qemu_driver.c: add qemu/kvm drivers report
...
features for i686 and x86_64, patch from David Lutterkort
Daniel
2007-07-30 09:59:05 +00:00
Daniel P. Berrange
4e01a607e4
Re-work test driver to implement (nearly) all APIs
2007-07-27 23:23:00 +00:00
Daniel Veillard
1d7164058c
* src/virsh.c docs/virsh.pod virsh.1: added a ttyconsole command,
...
this should fix bug #239687
Daniel
2007-07-26 08:41:16 +00:00
Daniel P. Berrange
cf5000d9b0
Ignore /usr/include in coverage reports
2007-07-25 23:18:15 +00:00
Daniel P. Berrange
773aa3b86b
Split out generic nodeinfo API
2007-07-25 23:16:30 +00:00
Daniel Veillard
d2cf974b6e
Oops forgot to rev in configure.in, Daniel
2007-07-24 15:58:41 +00:00
Daniel Veillard
3edb4bc9fb
* 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
2007-07-24 15:32:55 +00:00
Daniel P. Berrange
e3af6437f1
Fixed handling of -nographics. Added VNC listen support
2007-07-24 14:30:05 +00:00
Daniel P. Berrange
1d4d4f3bf9
Fixed crash when cleaning up VMs
2007-07-24 14:24:52 +00:00
Daniel P. Berrange
f3df229592
Fixed over eager caching of virDomainPtr objects in libvirt daemon
2007-07-24 14:21:03 +00:00
Daniel Veillard
d5b5623ddd
* docs/network.rng docs/Makefile.am libvirt.spec.in: added Relax-NG
...
grammar for network descriptions that David Lutterkort posted in
April, it needs an update though
Daniel
2007-07-24 09:19:40 +00:00
Daniel Veillard
5e14b0f33a
* po/*: update translations and regenerate .pot
...
Daniel
2007-07-24 08:15:03 +00:00
Daniel P. Berrange
ce19db8990
Set close-exe on logfile fd, keep monitor FD open
2007-07-23 18:00:33 +00:00
Daniel Veillard
daa2369dde
* docs/virsh.pod virsh.1: update to document VIRSH_DEFAULT_CONNECT_URI
...
environment variable as suggested by David Lutterkort
Daniel
2007-07-23 09:35:59 +00:00
Daniel Veillard
46da4f268f
* src/xen_internal.c: and nother one again from Saori Fukuta
...
Daniel
2007-07-20 10:53:31 +00:00
Daniel Veillard
90ae19cccf
* src/xen_internal.c: some error handling improvements from Saori Fukuta
...
Daniel
2007-07-20 10:44:24 +00:00
Daniel Veillard
6664fdec44
Re: fix Werror, Daniel
2007-07-19 19:25:09 +00:00
Daniel Veillard
5ca7253d4f
Fix a Werror breakage, Daniel
2007-07-19 19:23:30 +00:00
Daniel Veillard
68ef3443d4
* src/Makefile.am src/openvz_conf.c src/openvz_conf.h
...
src/openvz_driver.c src/qemu_driver.c src/util.c src/util.h:
cleanup patches from Shuveb Hussain, with new util module for
common code shared between drivers.
Daniel
2007-07-19 16:22:40 +00:00
Richard W.M. Jones
e2ea955881
Thu Jul 19 16:35:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
...
* configure.in, src/xen_internal.c: Newer Xen uses
<xen/sys/privcmd.h>. Added detection code for this in
configure.in.
2007-07-19 15:37:54 +00:00
Daniel Veillard
30c10b82c1
* src/xen_internal.c: rewrite of range check in credit scheduler
...
initially suggested by Atsushi SAKAI
Daniel
2007-07-19 13:39:26 +00:00
Daniel P. Berrange
ba8648896f
Fixed double free of XML property
2007-07-18 21:47:47 +00:00