]> xenbits.xensource.com Git - libvirt.git/log
libvirt.git
18 years ago* docs/libvirt.rng: first version of the Relax-NG schemas to validate
Daniel Veillard [Tue, 9 Jan 2007 16:29:18 +0000 (16:29 +0000)]
* docs/libvirt.rng: first version of the Relax-NG schemas to validate
  XML instances
Daniel

18 years ago* po/*: updated localization files
Daniel Veillard [Wed, 20 Dec 2006 14:54:25 +0000 (14:54 +0000)]
* po/*: updated localization files
* configure.in NEWS libvirt.spec.in docs/libvir.html docs/news.html
  include/libvirt/libvirt.h: preparing release of 0.1.10
Daniel

18 years agoFix handling of config files with duplicate names
Daniel P. Berrange [Tue, 19 Dec 2006 21:54:20 +0000 (21:54 +0000)]
Fix handling of config files with duplicate names

18 years ago* src/xend_internal.c: Dan Berrange pointed out a ref count bug
Daniel Veillard [Mon, 18 Dec 2006 22:08:22 +0000 (22:08 +0000)]
* src/xend_internal.c: Dan Berrange pointed out a ref count bug
  rhbz#143946 , patch applied
daniel

18 years ago* po/*.po po/libvirt.pot: merged new ms transations, updated
Daniel Veillard [Thu, 14 Dec 2006 09:54:36 +0000 (09:54 +0000)]
* po/*.po po/libvirt.pot: merged new ms transations, updated
  with the current source.
Daniel

18 years agoImplement support for inactive domains from Xen 3.0.4
Daniel P. Berrange [Thu, 14 Dec 2006 01:56:14 +0000 (01:56 +0000)]
Implement support for inactive domains from Xen 3.0.4

18 years agoAdded support for generating new style PV framebuffer. Added vnclisten & vncpasswd...
Daniel P. Berrange [Wed, 13 Dec 2006 14:08:51 +0000 (14:08 +0000)]
Added support for generating new style PV framebuffer. Added vnclisten & vncpasswd handling

18 years agoAdd array bounds checking in xendDaemonListDomains
Daniel P. Berrange [Thu, 7 Dec 2006 18:23:19 +0000 (18:23 +0000)]
Add array bounds checking in xendDaemonListDomains

18 years agoNew style paravirt framebuffer config in xen 3.0.4
Daniel P. Berrange [Wed, 6 Dec 2006 23:44:17 +0000 (23:44 +0000)]
New style paravirt framebuffer config in xen 3.0.4

18 years agoFix test case for change in bootloader handling
Daniel P. Berrange [Wed, 6 Dec 2006 23:40:08 +0000 (23:40 +0000)]
Fix test case for change in bootloader handling

18 years ago* src/xen_internal.c: the structure passed to the vcpuinfo hypercall
Daniel Veillard [Wed, 6 Dec 2006 15:02:03 +0000 (15:02 +0000)]
* src/xen_internal.c: the structure passed to the vcpuinfo hypercall
  had changed between version 1 and version 2 too, the leading domain
  field disapeared since it goes in the including op. Fixes redhat
  bugs #217370 and #217743
Daniel

18 years ago* po/ca.po po/fr.po po/hi.po: merging more localizations coming
Daniel Veillard [Mon, 4 Dec 2006 17:34:48 +0000 (17:34 +0000)]
* po/ca.po po/fr.po po/hi.po: merging more localizations coming
  from Red Hat
Daniel

18 years ago* NEWS configure.in libvirt.spec.in docs/libvir.html docs/news.html
Daniel Veillard [Wed, 29 Nov 2006 13:03:24 +0000 (13:03 +0000)]
* NEWS configure.in libvirt.spec.in docs/libvir.html docs/news.html
  include/libvirt/libvirt.h: preparing libvirt-0.1.9 release
* po/*.po: more updates and fix all the .po to not barf when msgfmt
  tries to process them
Daniel

18 years ago* configure.in: update for ALL_LINGUAS
Daniel Veillard [Tue, 28 Nov 2006 13:05:37 +0000 (13:05 +0000)]
* configure.in: update for ALL_LINGUAS
* po/*.po: updated with strings from Red Hat translators
Daniel

18 years ago* src/xml.c: patch for rhbz#214741, when using pygrub
Daniel Veillard [Mon, 27 Nov 2006 23:16:59 +0000 (23:16 +0000)]
* src/xml.c: patch for rhbz#214741, when using pygrub
  do not push the os image information for domain creation
  via xend
Daniel

18 years agos/interract/interact/ as suggested by kzak
Daniel Veillard [Wed, 22 Nov 2006 23:11:11 +0000 (23:11 +0000)]
s/interract/interact/ as suggested by kzak

18 years ago oops, forgot that too, Daniel
Daniel Veillard [Wed, 22 Nov 2006 18:08:08 +0000 (18:08 +0000)]
 oops, forgot that too, Daniel

18 years ago* docs//*: regenerated
Daniel Veillard [Wed, 22 Nov 2006 17:48:29 +0000 (17:48 +0000)]
* docs//*: regenerated
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in src/driver.h
  src/libvirt.c src/proxy_internal.c src/test.c src/virsh.c
  src/xen_internal.c src/xend_internal.c src/xm_internal.c
  src/xs_internal.c: added support for dumping core of domains
  assuming a xend with the latest patch to do so.
Daniel

18 years ago* src/xs_internal.c: Michel Ponceau pointed out a bug in
Daniel Veillard [Tue, 21 Nov 2006 17:55:34 +0000 (17:55 +0000)]
* src/xs_internal.c: Michel Ponceau pointed out a bug in
  xenStoreDomainGetNetworkID refactoring
Daniel

18 years ago* src/xml.c src/xs_internal.c src/xs_internal.h: cleanup for the
Daniel Veillard [Mon, 20 Nov 2006 16:42:16 +0000 (16:42 +0000)]
* src/xml.c src/xs_internal.c src/xs_internal.h: cleanup for the
  dynamic device code to isolate as a separate function
  xenStoreDomainGetNetworkID() the access to the XenStore
Daniel

18 years agoSupport device_model & serial config settings for HVM guests
Daniel P. Berrange [Fri, 17 Nov 2006 02:03:18 +0000 (02:03 +0000)]
Support device_model & serial config settings for HVM guests

18 years agoFix various compiler warnings about signed/unsigned types
Daniel P. Berrange [Fri, 17 Nov 2006 00:10:51 +0000 (00:10 +0000)]
Fix various compiler warnings about signed/unsigned types

18 years agoSupport for inactive domain management
Daniel P. Berrange [Thu, 16 Nov 2006 19:06:13 +0000 (19:06 +0000)]
Support for inactive domain management

18 years ago* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
Daniel Veillard [Thu, 16 Nov 2006 18:11:28 +0000 (18:11 +0000)]
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
  src/driver.h src/libvirt.c src/libvirt_sym.version
  src/proxy_internal.c src/test.c src/xen_internal.c
  src/xend_internal.c src/xml.c src/xml.h src/xs_internal.c:
  intagrated patch from Michel Ponceau to add hot-plug devices
  support to the API, integrated in driver API and fixed
  a few small things. Still a TODO in src/xml.c about
  moving xenstore direct accesses to a new routine.
Daniel

18 years agoAdded 'reconnect' binary to ignore list
Daniel P. Berrange [Thu, 16 Nov 2006 17:46:54 +0000 (17:46 +0000)]
Added 'reconnect' binary to ignore list

18 years agoAdded binding for virConnectListDefinedDomains api
Daniel P. Berrange [Thu, 16 Nov 2006 00:17:10 +0000 (00:17 +0000)]
Added binding for virConnectListDefinedDomains api

18 years agoDon't process inactive domains in regular Xen driver backends
Daniel P. Berrange [Wed, 15 Nov 2006 21:03:34 +0000 (21:03 +0000)]
Don't process inactive domains in regular Xen driver backends

18 years agoAdded several iterators to hashtable API
Daniel P. Berrange [Wed, 15 Nov 2006 20:11:56 +0000 (20:11 +0000)]
Added several iterators to hashtable API

18 years agoFixed const warning
Daniel P. Berrange [Wed, 15 Nov 2006 20:06:35 +0000 (20:06 +0000)]
Fixed const warning

18 years agoAdded virConfNew() and virConfSetValue() apis to virConf object
Daniel P. Berrange [Wed, 15 Nov 2006 19:46:23 +0000 (19:46 +0000)]
Added virConfNew() and virConfSetValue() apis to virConf object

18 years agoFix unsigned long wraparound in python binding
Daniel P. Berrange [Wed, 15 Nov 2006 19:40:00 +0000 (19:40 +0000)]
Fix unsigned long wraparound in python binding

18 years agoAdded support for non-bridged networking
Daniel P. Berrange [Wed, 15 Nov 2006 00:38:13 +0000 (00:38 +0000)]
Added support for non-bridged networking

18 years ago* src/xend_internal.c src/xml.c: fix for shareable drive support
Daniel Veillard [Mon, 13 Nov 2006 17:09:31 +0000 (17:09 +0000)]
* src/xend_internal.c src/xml.c: fix for shareable drive support
  rhbz#214908
Daniel

18 years agoFix memory leak of xml parser context
Daniel P. Berrange [Fri, 10 Nov 2006 23:46:12 +0000 (23:46 +0000)]
Fix memory leak of xml parser context

18 years agoFixed string concatenation in case where there is no lower level error
Daniel P. Berrange [Fri, 10 Nov 2006 19:55:27 +0000 (19:55 +0000)]
Fixed string concatenation in case where there is no lower level error

18 years ago* src/xend_internal.c src/xml.c: add an extra element currentMemory
Daniel Veillard [Fri, 10 Nov 2006 11:13:01 +0000 (11:13 +0000)]
* src/xend_internal.c src/xml.c: add an extra element currentMemory
  to the XML description and handle its serialization back and
  forth between XML and S-Expr
* tests/sexpr2xmltest.c tests/xml2sexprtest.c
  tests/sexpr2xmldata/sexpr2xml-curmem.*
  tests/xml2sexprdata/xml2sexpr-curmem.*: added specific regression
  tests for this, this didn't disturb any of the other tests.
Daniel

18 years ago* python/generator.py: changed the generator to generate a reference
Daniel Veillard [Thu, 9 Nov 2006 15:32:44 +0000 (15:32 +0000)]
* python/generator.py: changed the generator to generate a reference
  from Domain class instances to the Connect they were issued from
  should fix rhbz#204490
* docs//*: rebuilt
Daniel

18 years ago* tests/reconnect.c: fixed the reconnect test when running as non-root
Daniel Veillard [Thu, 9 Nov 2006 10:14:01 +0000 (10:14 +0000)]
* tests/reconnect.c: fixed the reconnect test when running as non-root
Daniel

18 years agoReduce RAM in test node to avoid 32-bit wraparound
Daniel P. Berrange [Wed, 8 Nov 2006 18:57:34 +0000 (18:57 +0000)]
Reduce RAM in test node to avoid 32-bit wraparound

18 years agoAdded implementation of GetOSType driver to test backend
Daniel P. Berrange [Wed, 8 Nov 2006 18:54:57 +0000 (18:54 +0000)]
Added implementation of GetOSType driver to test backend

18 years ago* include/libvirt/virterror.h src/virterror.c src/xend_internal.c
Daniel Veillard [Wed, 8 Nov 2006 16:55:20 +0000 (16:55 +0000)]
* include/libvirt/virterror.h src/virterror.c src/xend_internal.c
  src/xml.c: give proper indication of the failures raised by the
  XML parser on not well formed XML, should fix rhbz#208545
Daniel

18 years ago* src/libvirt.c src/proxy_internal.c src/xs_internal.c: fix the
Daniel Veillard [Wed, 8 Nov 2006 13:53:29 +0000 (13:53 +0000)]
* src/libvirt.c src/proxy_internal.c src/xs_internal.c: fix the
  patch for rhbz#214264 in the case of Domain 0 on Xen and push the
  defaulting to "linux" down to the xen specific parts.
Daniel

18 years agoPropagate libvirt errors back with python exceptions
Daniel P. Berrange [Tue, 7 Nov 2006 23:18:56 +0000 (23:18 +0000)]
Propagate libvirt errors back with python exceptions

18 years agoEnsure connection object gets associated with errors
Daniel P. Berrange [Tue, 7 Nov 2006 21:52:44 +0000 (21:52 +0000)]
Ensure connection object gets associated with errors

18 years ago* libvirt.spec.in: libvirt-devel depends on pkgconfig
Daniel Veillard [Tue, 7 Nov 2006 16:28:16 +0000 (16:28 +0000)]
* libvirt.spec.in: libvirt-devel depends on pkgconfig
* proxy/libvirt_proxy.c src/libvirt.c src/proxy_internal.[ch]
  src/xs_internal.[ch]: the virtGetOsType entry point was calling
  the xenstore directly instead of going though driver, refactored
  and implemented a specific new RPC with the proxy when this is
  called as non-root fixes rhbz#214264 .
Daniel

18 years ago* src/xend_internal.c: when getting informations about a non
Daniel Veillard [Tue, 31 Oct 2006 10:25:13 +0000 (10:25 +0000)]
* src/xend_internal.c: when getting informations about a non
  existant domain, it is not a good idea to raise the HTTP
  404 GET error, the handling is better done somewhere up in
  the stack.
Daniel

18 years agoMake python bindings threaded, by dropping/acquiring Python GIL where needed
Daniel P. Berrange [Tue, 24 Oct 2006 20:28:16 +0000 (20:28 +0000)]
Make python bindings threaded, by dropping/acquiring Python GIL where needed

18 years ago* config.h.in configure.in libvirt.spec.in docs/libvir.html
Daniel Veillard [Mon, 16 Oct 2006 16:04:55 +0000 (16:04 +0000)]
* config.h.in configure.in libvirt.spec.in docs/libvir.html
  docs/news.html include/libvirt/libvirt.h: preparing release of
  libvirt-0.1.8
* src/xen_internal.c: fixed a compilation problem
Daniel

18 years ago* src/xen_internal.c: one of the fix for system with page size != 4k
Daniel Veillard [Thu, 12 Oct 2006 16:25:51 +0000 (16:25 +0000)]
* src/xen_internal.c: one of the fix for system with page size != 4k
  was missing
Daniel

18 years ago* src/xen_internal.c: applied patch from Philippe Berthault
Daniel Veillard [Thu, 12 Oct 2006 12:31:51 +0000 (12:31 +0000)]
* src/xen_internal.c: applied patch from Philippe Berthault
  fixing the vcpu number initialization
Daniel

18 years ago* src/xen_internal.c: applied patch from Peter Vetere so that
Daniel Veillard [Wed, 11 Oct 2006 16:11:59 +0000 (16:11 +0000)]
* src/xen_internal.c: applied patch from Peter Vetere so that
  crashed domains ain't reported as shut off.
Daniel

18 years ago* virsh.1: fixed some typo and unclear language pointed out by
Daniel Veillard [Wed, 11 Oct 2006 15:18:31 +0000 (15:18 +0000)]
* virsh.1: fixed some typo and unclear language pointed out by
  Noriko Mizumoto
Daniel

18 years agoAdded support for <driver> element and blktap
Daniel P. Berrange [Mon, 9 Oct 2006 14:32:07 +0000 (14:32 +0000)]
Added support for <driver> element and blktap

18 years agoAdded ignore file rules for i18n stuff
Daniel P. Berrange [Fri, 6 Oct 2006 15:35:10 +0000 (15:35 +0000)]
Added ignore file rules for i18n stuff

18 years agoFixed multiple memory leaks & make test suite check for leaks with valgrind
Daniel P. Berrange [Fri, 6 Oct 2006 15:32:48 +0000 (15:32 +0000)]
Fixed multiple memory leaks & make test suite check for leaks with valgrind

18 years ago* src/xen_internal.c: Daniel Berrange fixed some mlock size problem
Daniel Veillard [Mon, 2 Oct 2006 22:13:12 +0000 (22:13 +0000)]
* src/xen_internal.c: Daniel Berrange fixed some mlock size problem
  doing a bit of cleanup too
Daniel

18 years agoFix mlock() of getdomaininfolist data buffer
Daniel P. Berrange [Mon, 2 Oct 2006 19:26:39 +0000 (19:26 +0000)]
Fix mlock() of getdomaininfolist data buffer

18 years ago* src/virsh.c: add #include <locale.h> to be able to compile without
Daniel Veillard [Fri, 29 Sep 2006 16:23:27 +0000 (16:23 +0000)]
* src/virsh.c: add #include <locale.h> to be able to compile without
  optimization
Daniel

18 years ago* src/xen_internal.c: fix for system with page size != 4k
Daniel Veillard [Fri, 29 Sep 2006 16:12:08 +0000 (16:12 +0000)]
* src/xen_internal.c: fix for system with page size != 4k
Daniel

18 years agoadded too,Daniel
Daniel Veillard [Fri, 29 Sep 2006 12:07:52 +0000 (12:07 +0000)]
added too,Daniel

18 years agoDohh, Daniel
Daniel Veillard [Fri, 29 Sep 2006 12:06:21 +0000 (12:06 +0000)]
Dohh, Daniel

18 years ago* docs/bugs.html docs/libvir.html: added pointers on how to report
Daniel Veillard [Fri, 29 Sep 2006 12:00:58 +0000 (12:00 +0000)]
* docs/bugs.html docs/libvir.html: added pointers on how to report
  bugs in bugzilla as suggested by markmc
* src/xend_internal.c: first step for #208545 raise an error at the
  libvirt level
Daniel

18 years ago* docs/* libvirt.spec.in configure.in NEWS: preparing release of 0.1.7
Daniel Veillard [Fri, 29 Sep 2006 10:25:21 +0000 (10:25 +0000)]
* docs/* libvirt.spec.in configure.in NEWS: preparing release of 0.1.7
Daniel

18 years agoReally, fixed struct for getdomaininfo to work on both 3.0.2 & 3.0.3 on 32-bit archs...
Daniel P. Berrange [Thu, 28 Sep 2006 23:29:25 +0000 (23:29 +0000)]
Really, fixed struct for getdomaininfo to work on both 3.0.2 & 3.0.3 on 32-bit archs this time.

18 years agoFixed buffer overflow in populating CPU<->VCPU mapping. Cleanup whitespace
Daniel P. Berrange [Thu, 28 Sep 2006 19:20:52 +0000 (19:20 +0000)]
Fixed buffer overflow in populating CPU<->VCPU mapping. Cleanup whitespace

18 years ago* docs/* libvirt.spec.in configure.in NEWS: preparing release of 0.1.6
Daniel Veillard [Fri, 22 Sep 2006 09:58:17 +0000 (09:58 +0000)]
* docs/* libvirt.spec.in configure.in NEWS: preparing release of 0.1.6
Daniel

18 years agoAdded support for i18n translation with gettext
Daniel P. Berrange [Thu, 21 Sep 2006 15:24:37 +0000 (15:24 +0000)]
Added support for i18n translation with gettext

18 years agoRe-generated docs to pull in latest APIs
Daniel P. Berrange [Thu, 21 Sep 2006 15:15:07 +0000 (15:15 +0000)]
Re-generated docs to pull in latest APIs

18 years ago* src/Makefile.am: add a tst target to ease building test progs
Daniel Veillard [Thu, 21 Sep 2006 09:15:33 +0000 (09:15 +0000)]
* src/Makefile.am: add a tst target to ease building test progs
* src/xend_internal.c: fix the reconnection problem to xend pointed
  by Philippe Berthault
* tests/Makefile.am tests/reconnect.c: add a specific test case
Daniel

18 years ago* src/xen_internal.c: applied patch from Jim Fehlig, about
Daniel Veillard [Tue, 19 Sep 2006 15:55:57 +0000 (15:55 +0000)]
* src/xen_internal.c: applied patch from Jim Fehlig, about
  one of the content of the hypercall structures in 3.0.2
Daniel

18 years agoEnsure we strip the :disk postfix from disks in Xen 3.0.3
Daniel P. Berrange [Thu, 14 Sep 2006 15:34:50 +0000 (15:34 +0000)]
Ensure we strip the :disk postfix from disks in Xen 3.0.3

18 years agoAllow setting of VNC port when creating domains
Daniel P. Berrange [Tue, 12 Sep 2006 01:34:26 +0000 (01:34 +0000)]
Allow setting of VNC port when creating domains

18 years agoAdded files to EXTRA_DIST
Daniel P. Berrange [Tue, 12 Sep 2006 01:21:15 +0000 (01:21 +0000)]
Added files to EXTRA_DIST

18 years agoAdded support for XenD 3.0.3 style HVM cdrom config
Daniel P. Berrange [Tue, 12 Sep 2006 01:16:22 +0000 (01:16 +0000)]
Added support for XenD 3.0.3 style HVM cdrom config

18 years ago* NEWS configure.in docs//* include/libvirt/libvirt.h libvirt.specx.*:
Daniel Veillard [Tue, 5 Sep 2006 06:48:44 +0000 (06:48 +0000)]
* NEWS configure.in docs//* include/libvirt/libvirt.h libvirt.specx.*:
  preparing release 0.1.5
* proxy/libvirt_proxy.c src/xen_internal.c: tiny fixes
Daniel

18 years ago* src/xen_internal.c: finished to convert to the new hypervisor
Daniel Veillard [Tue, 5 Sep 2006 06:19:28 +0000 (06:19 +0000)]
* src/xen_internal.c: finished to convert to the new hypervisor
  calls the xenHypervisorGetVcpus entry point, though it is untested
Daniel

18 years agoAdded missing return(-1) to cpu APIs. #ifdef out methods not used by proxy
Daniel P. Berrange [Mon, 4 Sep 2006 19:15:10 +0000 (19:15 +0000)]
Added missing return(-1) to cpu APIs. #ifdef out methods not used by proxy

18 years agoAllow trailing ',' in lists, and '_' in names
Daniel P. Berrange [Sun, 3 Sep 2006 17:46:32 +0000 (17:46 +0000)]
Allow trailing ',' in lists, and '_' in names

18 years agoIgnore generated files
Daniel P. Berrange [Sun, 3 Sep 2006 17:43:48 +0000 (17:43 +0000)]
Ignore generated files

18 years agoSeveral bug fixes to list of domains. Display '-' instead of '-1' for inactive domains
Daniel P. Berrange [Sun, 3 Sep 2006 17:34:04 +0000 (17:34 +0000)]
Several bug fixes to list of domains. Display '-' instead of '-1' for inactive domains

18 years agoRemoved debug, oops, Daniel
Daniel Veillard [Sat, 2 Sep 2006 21:27:09 +0000 (21:27 +0000)]
Removed debug, oops, Daniel

18 years ago* src/xen_internal.c: converting to handle the new incompatible
Daniel Veillard [Sat, 2 Sep 2006 21:23:14 +0000 (21:23 +0000)]
* src/xen_internal.c: converting to handle the new incompatible
  hypercalls while still able to detect older versions, lot of
  work, seems okay, there is just one function not yet converted
* src/xs_internal.c: dropping virConnectCheckStoreID()
Daniel

18 years agoAdded new start, define,undefine commands. Added flags to allow list to show inactive...
Daniel P. Berrange [Wed, 30 Aug 2006 14:32:32 +0000 (14:32 +0000)]
Added new start, define,undefine commands. Added flags to allow list to show inactive domains

18 years agoFix changelog timestamp/author from previous commit
Daniel P. Berrange [Wed, 30 Aug 2006 14:27:42 +0000 (14:27 +0000)]
Fix changelog timestamp/author from previous commit

18 years agoAdded driver backends for ListDefinedDomains, NumOfDefinedDomains, DomainStart, Domai...
Daniel P. Berrange [Wed, 30 Aug 2006 14:21:03 +0000 (14:21 +0000)]
Added driver backends for ListDefinedDomains, NumOfDefinedDomains, DomainStart, DomainDefineXML, DomainUndefine & hooked up all related infrastructure

18 years ago* src/conf.c: add missing entry point virConfGetValue()
Daniel Veillard [Tue, 29 Aug 2006 22:45:44 +0000 (22:45 +0000)]
* src/conf.c: add missing entry point virConfGetValue()
Daniel

18 years agoOops fixed 'make rpm', daniel
Daniel Veillard [Tue, 29 Aug 2006 22:34:42 +0000 (22:34 +0000)]
Oops fixed 'make rpm', daniel

18 years ago* TODO libvirt.spec.in: update
Daniel Veillard [Tue, 29 Aug 2006 22:27:07 +0000 (22:27 +0000)]
* TODO libvirt.spec.in: update
* configure.in include/libvirt/virterror.h src/Makefile.am
  src/conf.c src/conf.h src/virterror.c src/xen_internal.c:
  adding a subset of Xen config file parser, and serializer
* tests/Makefile.am tests/conftest.c tests/test_conf.sh
  tests/confdata/Makefile.am tests/confdata/fc4.conf
  tests/confdata/fc4.out: adding test program for config in and out
Daniel

18 years agoAdd handling of error HTTP 500 codes
Daniel P. Berrange [Tue, 29 Aug 2006 18:12:22 +0000 (18:12 +0000)]
Add handling of error HTTP 500 codes

18 years ago* python/libvir.c: Pete Vetere pointed out a bug in string cast
Daniel Veillard [Tue, 29 Aug 2006 14:39:57 +0000 (14:39 +0000)]
* python/libvir.c: Pete Vetere pointed out a bug in string cast
  when handling errors in Python
Daniel

18 years ago* src/sexpr.c src/sexpr.h src/xend_internal.c src/xml.c: applied
Daniel Veillard [Sat, 26 Aug 2006 15:30:44 +0000 (15:30 +0000)]
* src/sexpr.c src/sexpr.h src/xend_internal.c src/xml.c: applied
  patch from Jeremy Katz to add graphical console for PV Xen guests
Daniel

18 years ago* docs/site.xsl docs/*.html: add links to virt-manager
Daniel Veillard [Fri, 25 Aug 2006 23:16:21 +0000 (23:16 +0000)]
* docs/site.xsl docs/*.html: add links to virt-manager
Daniel

18 years agoAllow VIRSH_DEFAULT_CONNECT_URI to override default URI. Don't asusme there is always...
Daniel P. Berrange [Fri, 25 Aug 2006 22:40:33 +0000 (22:40 +0000)]
Allow VIRSH_DEFAULT_CONNECT_URI to override default URI. Don't asusme there is always a domain-0

18 years agoAdded tests for virsh domid, domname, domstat, domuuid, dominfo, list & nodeinfo...
Daniel P. Berrange [Thu, 24 Aug 2006 21:46:28 +0000 (21:46 +0000)]
Added tests for virsh domid, domname, domstat, domuuid, dominfo, list & nodeinfo commands

18 years agoAdded a "make valgrind" test target
Daniel P. Berrange [Thu, 24 Aug 2006 16:00:19 +0000 (16:00 +0000)]
Added a "make valgrind" test target

18 years agoAdded tests for the SEXPR<->XML conversion process
Daniel P. Berrange [Thu, 24 Aug 2006 15:05:19 +0000 (15:05 +0000)]
Added tests for the SEXPR<->XML conversion process

18 years agoCheck for failure of virConnectListDomains in 'list' command
Daniel P. Berrange [Mon, 21 Aug 2006 17:58:09 +0000 (17:58 +0000)]
Check for failure of virConnectListDomains in 'list' command

18 years agoFix networking in paravirt guests
Daniel P. Berrange [Fri, 18 Aug 2006 20:20:50 +0000 (20:20 +0000)]
Fix networking in paravirt guests

18 years ago* src/xml.c: fix virParseUUID()
Daniel Veillard [Thu, 17 Aug 2006 18:39:32 +0000 (18:39 +0000)]
* src/xml.c: fix virParseUUID()
Daniel

18 years ago* NEWS configure.in doc//* include/libvirt/libvirt.h
Daniel Veillard [Wed, 16 Aug 2006 17:58:23 +0000 (17:58 +0000)]
* NEWS configure.in doc//* include/libvirt/libvirt.h
  include/libvirt/libvirt.h.in: preparing release of 0.1.4,
  regenerated docs, fixed a few things
* src/proxy_internal.c src/test.c src/xend_internal.c:
  a few trivial fixes
Daniel