]> xenbits.xensource.com Git - libvirt.git/log
libvirt.git
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

18 years agoAdded setvcpus, setmem, setmaxme commands to virsh
Daniel P. Berrange [Wed, 16 Aug 2006 17:30:33 +0000 (17:30 +0000)]
Added setvcpus, setmem, setmaxme commands to virsh

18 years agoHook up more test driver methods. Allow HV config to be loaded from extenral XML...
Daniel P. Berrange [Wed, 16 Aug 2006 16:36:39 +0000 (16:36 +0000)]
Hook up more test driver methods. Allow HV config to be loaded from extenral XML definition

18 years agoRe-factored sexpr_uuid into virParseUUID
Daniel P. Berrange [Wed, 16 Aug 2006 16:33:55 +0000 (16:33 +0000)]
Re-factored sexpr_uuid into virParseUUID

18 years agoMake drivers be 'quiet' when opening RW connection. Removed duplicated RO checks
Daniel P. Berrange [Wed, 16 Aug 2006 16:29:46 +0000 (16:29 +0000)]
Make drivers be 'quiet' when opening RW connection. Removed duplicated RO checks

18 years ago* include/libvirt/virterror.h src/libvirt.c src/virterror.c: enforce
Daniel Veillard [Wed, 16 Aug 2006 16:14:53 +0000 (16:14 +0000)]
* include/libvirt/virterror.h src/libvirt.c src/virterror.c: enforce
  blocking operations with side effect on read-only connections. Adds
  a new error code and message.
Daniel

18 years agoAdded <features> tag to XML for enable CPU/system features like PAE, ACPI
Daniel P. Berrange [Tue, 15 Aug 2006 17:01:42 +0000 (17:01 +0000)]
Added <features> tag to XML for enable CPU/system features like PAE, ACPI

18 years agoUpdated notes about HVM devices / boot details
Daniel P. Berrange [Mon, 14 Aug 2006 15:53:52 +0000 (15:53 +0000)]
Updated notes about HVM devices / boot details

18 years agoFixup handling of HVM boot preference, and include HVM cdrom/floppy in main device...
Daniel P. Berrange [Fri, 11 Aug 2006 14:40:04 +0000 (14:40 +0000)]
Fixup handling of HVM boot preference, and include HVM cdrom/floppy in main device list

18 years ago* configure.in: updated python detection code from latest libxml2 one
Daniel Veillard [Fri, 11 Aug 2006 11:57:52 +0000 (11:57 +0000)]
* configure.in: updated python detection code from latest libxml2 one
* docs//*: rebuilt the docs
Daniel

18 years ago* src/xml.c: markmc pointed out that using number(xpath) could lead
Daniel Veillard [Thu, 10 Aug 2006 14:26:35 +0000 (14:26 +0000)]
* src/xml.c: markmc pointed out that using number(xpath) could lead
  to NaN and following comparison would be wrong in a couple of places
  if the element looked at was missing.
Daniel

18 years agoHook up virDomainGetXMLDesc to driver backends. Added implementation of virDomainGetX...
Daniel P. Berrange [Wed, 9 Aug 2006 15:21:16 +0000 (15:21 +0000)]
Hook up virDomainGetXMLDesc to driver backends. Added implementation of virDomainGetXMLDesc driver for the setuid proxy

18 years ago* src/driver.h src/libvirt.c src/proxy_internal.c src/test.c
Daniel Veillard [Tue, 8 Aug 2006 22:22:55 +0000 (22:22 +0000)]
* src/driver.h src/libvirt.c src/proxy_internal.c src/test.c
  src/xen_internal.c src/xend_internal.c src/xend_internal.h
  src/xml.c src/xs_internal.c: cleanups, force the new vCPU
  and affinity entry point to go though the driver framework,
  and fix a few warning showing up in my pedantic environment.
Daniel

18 years agoPull info about serial console TTY and VNC port from xenstore into domain XML
Daniel P. Berrange [Tue, 8 Aug 2006 20:14:40 +0000 (20:14 +0000)]
Pull info about serial console TTY and VNC port from xenstore into domain XML

18 years ago* TODO: updated with new items
Daniel Veillard [Mon, 7 Aug 2006 20:55:03 +0000 (20:55 +0000)]
* TODO: updated with new items
Daniel

18 years agoFix corrupt XML when boot device is a cdrom
Daniel P. Berrange [Mon, 7 Aug 2006 19:56:37 +0000 (19:56 +0000)]
Fix corrupt XML when boot device is a cdrom

18 years agoAdded a port='...' attribute to <graphics> tag for VNC displays. Initially hardcoded...
Daniel P. Berrange [Mon, 7 Aug 2006 19:53:41 +0000 (19:53 +0000)]
Added a port='...' attribute to <graphics> tag for VNC displays. Initially hardcoded to domid+5900

18 years ago* include/libvirt/libvirt.h.in: previous change to libvirt.h should
Daniel Veillard [Mon, 7 Aug 2006 17:37:42 +0000 (17:37 +0000)]
* include/libvirt/libvirt.h.in: previous change to libvirt.h should
  have gone on .in too
Daniel

18 years agoAdded vcpuinfo vcpupin commands to virsh. Fixed off by one bug in virDomainVcpuPin...
Daniel P. Berrange [Mon, 7 Aug 2006 14:35:20 +0000 (14:35 +0000)]
Added vcpuinfo vcpupin commands to virsh. Fixed off by one bug in virDomainVcpuPin method

18 years ago* python/generator.py: fix the generator when handling long integers
Daniel Veillard [Fri, 4 Aug 2006 13:36:07 +0000 (13:36 +0000)]
* python/generator.py: fix the generator when handling long integers
  Dan Berrange reported problems due to this when using
  virDomainSetMemory bindings
Daniel

18 years ago* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
Daniel Veillard [Fri, 4 Aug 2006 10:41:05 +0000 (10:41 +0000)]
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
  src/libvirt.c src/libvirt_sym.version src/xen_internal.c
  src/xen_internal.h src/xend_internal.c src/xend_internal.h:
  applied patch from Michel Ponceau and Philippe Berthault for
  virtual CPU and affinity support plus a bit of cleanup.
Daniel

18 years ago* libvirt.spec.in: xen is now built for ia64, c.f. RH#199685
Daniel Veillard [Tue, 1 Aug 2006 15:13:27 +0000 (15:13 +0000)]
* libvirt.spec.in: xen is now built for ia64, c.f. RH#199685
Daniel

18 years ago* src/virterror.c: Hugh Brock pointed out that error message
Daniel Veillard [Fri, 28 Jul 2006 15:10:18 +0000 (15:10 +0000)]
* src/virterror.c: Hugh Brock pointed out that error message
  for bad argument were wrong and incomplete, this should fix it and
  a few other problems in error reporting
Daniel

18 years agoMon Jul 24 14:34:15 IST 2006 Mark McLoughlin <markmc@redhat.com>
Mark McLoughlin [Mon, 24 Jul 2006 14:32:03 +0000 (14:32 +0000)]
Mon Jul 24 14:34:15 IST 2006 Mark McLoughlin <markmc@redhat.com>

        * libvirt.spec.in: sync changes from fedora CVS

18 years ago* proxy/Makefile.am src/xen_internal.c src/xend_internal.c: cleanup
Daniel Veillard [Thu, 20 Jul 2006 13:59:23 +0000 (13:59 +0000)]
* proxy/Makefile.am src/xen_internal.c src/xend_internal.c: cleanup
  code when compiled for the proxy, changed the command line macro and
  remove warnings.
Daniel

18 years agoBulk replace 'informations' with 'information'
Daniel P. Berrange [Wed, 19 Jul 2006 22:24:37 +0000 (22:24 +0000)]
Bulk replace 'informations' with 'information'

18 years ago* src/xml.c: applied patch from Peter Vetere to pass down the
Daniel Veillard [Thu, 13 Jul 2006 22:27:31 +0000 (22:27 +0000)]
* src/xml.c: applied patch from Peter Vetere to pass down the
  UUID from the XML description if present when creating the domain.
Daniel

18 years ago* configure.in libvirt.spec.in docs/* NEWS: preparing release of
Daniel Veillard [Tue, 11 Jul 2006 16:57:03 +0000 (16:57 +0000)]
* configure.in libvirt.spec.in docs/* NEWS: preparing release of
  libvirt-0.1.3
* src/xend_internal.c: uninitialized var and disable TCP slow start
Daniel

18 years ago* docs/format.html docs/libvir.html docs/news.html: updated the XML
Daniel Veillard [Mon, 10 Jul 2006 13:13:39 +0000 (13:13 +0000)]
* docs/format.html docs/libvir.html docs/news.html: updated the XML
  format documentation to cover the new HVM domains.
Daniel

18 years ago* src/xend_internal.c src/xml.c: patches from Jim Fehlig for HVM
Daniel Veillard [Mon, 10 Jul 2006 11:21:24 +0000 (11:21 +0000)]
* src/xend_internal.c src/xml.c: patches from Jim Fehlig for HVM
  guests, plus XML format changes and merge from Mark McLoughlin
Daniel

18 years agoRe-wrote xenDomainLookupByID to use more efficient XenD access
Daniel P. Berrange [Fri, 7 Jul 2006 18:58:35 +0000 (18:58 +0000)]
Re-wrote xenDomainLookupByID to use more efficient XenD access

18 years agoWed Jul 5 17:11:32 IST 2006 Mark McLoughlin <markmc@redhat.com>
Mark McLoughlin [Fri, 7 Jul 2006 14:36:27 +0000 (14:36 +0000)]
Wed Jul  5 17:11:32 IST 2006 Mark McLoughlin <markmc@redhat.com>

* xml.c: allow a <domain> to not have any <disk> devices - e.g.
when using an NFS root.

18 years ago* src/xend_internal.c: fixed xenDaemonOpen() to try both unix and
Daniel Veillard [Thu, 6 Jul 2006 09:29:34 +0000 (09:29 +0000)]
* src/xend_internal.c: fixed xenDaemonOpen() to try both unix and
  http accesses by default and to use the provided URI otherwise,
  applied Jim Fehlig patch working around xend connection close bug
* autogen.sh: fixed package name
Daniel

18 years agounleash the hush puppies
Mark McLoughlin [Wed, 5 Jul 2006 21:52:52 +0000 (21:52 +0000)]
unleash the hush puppies

18 years agoWed Jul 5 17:11:32 IST 2006 Mark McLoughlin <markmc@redhat.com>
Mark McLoughlin [Wed, 5 Jul 2006 17:08:40 +0000 (17:08 +0000)]
Wed Jul  5 17:11:32 IST 2006 Mark McLoughlin <markmc@redhat.com>

        * xml.c: make the entire <os> node optional if a bootloader
        is specified. If we pass an image config to xend, the
        bootloader gets ignored anyway.

18 years agoWed Jul 5 16:51:45 IST 2006 Mark McLoughlin <markmc@redhat.com>
Mark McLoughlin [Wed, 5 Jul 2006 16:49:35 +0000 (16:49 +0000)]
Wed Jul  5 16:51:45 IST 2006 Mark McLoughlin <markmc@redhat.com>

        * xml.c: only set bootloader flag when we actually get
        a bootloader

18 years ago* libvirt.spec.in proxy/Makefile.am: do the chown at the rpm packaging
Daniel Veillard [Tue, 4 Jul 2006 12:46:14 +0000 (12:46 +0000)]
* libvirt.spec.in proxy/Makefile.am: do the chown at the rpm packaging
  level, to allow build as non-root
* src/xml.c: fix bug #197583 raised by markmc
Daniel

18 years ago* NEWS docs/* configure.in libvirt.spec.in include/libvirt/libvirt.h:
Daniel Veillard [Mon, 3 Jul 2006 15:48:49 +0000 (15:48 +0000)]
* NEWS docs/* configure.in libvirt.spec.in include/libvirt/libvirt.h:
  preparing release of 0.1.2
* src/proxy_internal.c: don't warn on open if using http and not the
  proxy.
Daniel

18 years ago* libvirt.spec.in proxy/Makefile.am src/proxy_internal.c
Daniel Veillard [Mon, 3 Jul 2006 13:45:55 +0000 (13:45 +0000)]
* libvirt.spec.in proxy/Makefile.am src/proxy_internal.c
  src/xen_internal.c: fixing the proxy installation, integrate in
  the spec file and fix a few bugs in the proxy, seems to behave
  correctly now.
* docs/apibuild.py docs/*: fixing the doc and API generator
Daniel

18 years ago* proxy/libvirt_proxy.c src/proxy_internal.[ch] src/xend_internal.[ch]:
Daniel Veillard [Mon, 3 Jul 2006 11:12:12 +0000 (11:12 +0000)]
* proxy/libvirt_proxy.c src/proxy_internal.[ch] src/xend_internal.[ch]:
  finished the last entry point missing for the proxy code.
Daniel

18 years ago* proxy/libvirt_proxy.c src/proxy_internal.c: more bug fixes,
Daniel Veillard [Fri, 30 Jun 2006 16:23:16 +0000 (16:23 +0000)]
* proxy/libvirt_proxy.c src/proxy_internal.c: more bug fixes,
  virsh starts to work normally over the proxy. Still one entry
  point missing but it's minor.
Daniel

18 years ago* proxy/libvirt_proxy.c src/proxy_internal.c src/xen_internal.c
Daniel Veillard [Thu, 29 Jun 2006 23:53:31 +0000 (23:53 +0000)]
* proxy/libvirt_proxy.c src/proxy_internal.c src/xen_internal.c
  src/xen_internal.h src/xend_internal.c src/xend_internal.h:
  implemented id based lookup and other cleanups, virsh starts to
  work, but still some TODOs
Daniel

18 years ago* src/proxy_internal.c src/proxy_internal.h src/driver.h src/libvirt.c
Daniel Veillard [Thu, 29 Jun 2006 22:12:47 +0000 (22:12 +0000)]
* src/proxy_internal.c src/proxy_internal.h src/driver.h src/libvirt.c
  src/Makefile.am: moved proxy/proxy.h and proxy/proxy_client.c as
  proxy_internal.[ch] and integrated them as a new driver.
* proxy/Makefile.am proxy/libvirt_proxy.c src/xen_internal.c
  src/xen_internal.h src/xend_internal.c: various related cleanups.
Daniel

18 years ago* proxy/libvirt_proxy.c proxy/proxy.h proxy/proxy_client.c: more
Daniel Veillard [Thu, 29 Jun 2006 14:44:37 +0000 (14:44 +0000)]
* proxy/libvirt_proxy.c proxy/proxy.h proxy/proxy_client.c: more
  progresses on the proxy implementation.
* src/xend_internal.c src/xend_internal.h: exported one routine
Daniel

18 years ago* configure.in Makefile.am proxy/Makefile.am proxy/libvirt_proxy.c
Daniel Veillard [Wed, 28 Jun 2006 18:19:13 +0000 (18:19 +0000)]
* configure.in Makefile.am proxy/Makefile.am proxy/libvirt_proxy.c
  proxy/proxy.h proxy/proxy_client.c src/internal.h src/xen_internal.c
  src/xend_internal.c: started working on a proxy to access xend
  for unpriviledged users to avoid opening xend HTTP service to
  serve those read-only operations.
Daniel

18 years ago* configure.in libvirt.spec.in docs/examples/* include/Makefile.am
Daniel Veillard [Mon, 26 Jun 2006 15:02:18 +0000 (15:02 +0000)]
* configure.in libvirt.spec.in docs/examples/* include/Makefile.am
  include/libvirt/virterror.h python/generator.py python/libvir.c
  python/libvirt_wrap.h src/driver.h src/internal.h src/test.h
  src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h
  src/xml.c src/xml.h: moved the includes from include/ to
  include/libvirt to reflect the installed include tree. This
  avoid using "" in the includes themselves.
Daniel

18 years ago* NEWS libvirt.spec.in docs/*: preparing release of 0.1.1
Daniel Veillard [Wed, 21 Jun 2006 13:36:07 +0000 (13:36 +0000)]
* NEWS libvirt.spec.in docs/*: preparing release of 0.1.1
Daniel

18 years ago* src/driver.h src/libvirt.c src/test.c src/xen_internal.c
Daniel Veillard [Wed, 21 Jun 2006 12:56:19 +0000 (12:56 +0000)]
* src/driver.h src/libvirt.c src/test.c src/xen_internal.c
  src/xend_internal.c src/xs_internal.c: add driver numbers and
  tweak a bit suspend/resume/destroy operation to avoid doing
  them directly though the hypervisor if other succeeded first.
Daniel

18 years ago* src/xen_internal.c: try to autodetect the Xen hypervisor version
Daniel Veillard [Wed, 21 Jun 2006 12:15:18 +0000 (12:15 +0000)]
* src/xen_internal.c: try to autodetect the Xen hypervisor version
  used and switch automatically. A bit nasty though.
Daniel

18 years ago* src/xen_internal.c: fix breakage introduced in Xen changeset 10277
Daniel Veillard [Tue, 20 Jun 2006 16:07:41 +0000 (16:07 +0000)]
* src/xen_internal.c: fix breakage introduced in Xen changeset 10277
Daniel

18 years ago* src/xen_internal.c src/xen_internal.h src/xs_internal.c: fix
Daniel Veillard [Fri, 16 Jun 2006 15:28:26 +0000 (15:28 +0000)]
* src/xen_internal.c src/xen_internal.h src/xs_internal.c: fix
  a TODO in xs_internal.c pointed out by Philippe Berthault
Daniel

18 years ago* src/libvirt.c src/xen_internal.c src/xend_internal.c: more driver
Daniel Veillard [Fri, 16 Jun 2006 12:36:40 +0000 (12:36 +0000)]
* src/libvirt.c src/xen_internal.c src/xend_internal.c: more driver
  related cleanups, nearly finished
Daniel

18 years ago* src/libvirt.c src/xend_internal.c src/xend_internal.h
Daniel Veillard [Thu, 15 Jun 2006 14:50:48 +0000 (14:50 +0000)]
* src/libvirt.c src/xend_internal.c src/xend_internal.h
  src/xs_internal.c: more cleanups for the driver architecture
Daniel

18 years agoAdded implementation of shutdown & reboot driver methods
Daniel P. Berrange [Wed, 14 Jun 2006 23:58:34 +0000 (23:58 +0000)]
Added implementation of shutdown & reboot driver methods

18 years agoConnect up domain destroy, suspend, resume, reboot, shutdown methods to driver backends
Daniel P. Berrange [Wed, 14 Jun 2006 17:07:00 +0000 (17:07 +0000)]
Connect up domain destroy, suspend, resume, reboot, shutdown methods to driver backends

18 years ago* src/libvirt.c src/xend_internal.c src/xend_internal.h: cleaned up
Daniel Veillard [Wed, 14 Jun 2006 15:44:14 +0000 (15:44 +0000)]
* src/libvirt.c src/xend_internal.c src/xend_internal.h: cleaned up
  virConnectListDomains and virConnectNumOfDomains, implemented xend
  driver entry point for them.
daniel

18 years ago* src/libvirt.c: Daniel P. Berrange pointed out a bug in virConnectOpen
Daniel Veillard [Wed, 14 Jun 2006 13:03:04 +0000 (13:03 +0000)]
* src/libvirt.c: Daniel P. Berrange pointed out a bug in virConnectOpen
Daniel

18 years agoSwitch float -> double when calculating CPU time in dominfo command to avoid loss...
Daniel P. Berrange [Tue, 13 Jun 2006 19:08:40 +0000 (19:08 +0000)]
Switch float -> double when calculating CPU time in dominfo command to avoid loss of precision

18 years ago* src/libvirt.c src/xen_internal.c src/xend_internal.c
Daniel Veillard [Tue, 13 Jun 2006 18:29:42 +0000 (18:29 +0000)]
* src/libvirt.c src/xen_internal.c src/xend_internal.c
  src/xs_internal.c: fix the connection and GetType initialization.
Daniel

18 years ago* docs//*: rebuilt the documentation
Daniel Veillard [Tue, 13 Jun 2006 16:31:44 +0000 (16:31 +0000)]
* docs//*: rebuilt the documentation
* src/driver.h src/libvirt.c src/test.c src/xen_internal.c
  src/xend_internal.c src/xs_internal.c: started to fix some of
  the driver related problem raised by Daniel Berrange, added a
  ver version field to drivers.
Daniel

18 years agoCall xenDeamonClose if ping test fails during open call, to ensure any resources...
Daniel P. Berrange [Tue, 13 Jun 2006 13:45:09 +0000 (13:45 +0000)]
Call xenDeamonClose if ping test fails during open call, to ensure any resources are freed up

18 years agoDo a 'ping' test when opening connection to verify XenD really is there & alive
Daniel P. Berrange [Mon, 12 Jun 2006 22:21:04 +0000 (22:21 +0000)]
Do a 'ping' test when opening connection to verify XenD really is there & alive

18 years agoAdded 'mock' hypervisor driver for use by unit tests
Daniel P. Berrange [Tue, 6 Jun 2006 03:32:51 +0000 (03:32 +0000)]
Added 'mock' hypervisor driver for use by unit tests

18 years ago* src/hash.c, src/internal.h: Switch the uuid parameter in virGetDomain
Daniel Veillard [Mon, 29 May 2006 18:03:27 +0000 (18:03 +0000)]
* src/hash.c, src/internal.h: Switch the uuid parameter in virGetDomain
  to be of type 'unsigned char' since its a raw UUID we're passing in,
  not a printable one.
* src/libvirt.c: Remove bogus "unsigned char" -> "char" type casts. Hook
  up the "domainLookupByID", "domainLookupByUUID", "domainLookupByName"
  and "domainGetInfo" driver backend functions.
Daniel

18 years agoadded Daniel B.'s build system patches
Karel Zak [Mon, 29 May 2006 16:05:05 +0000 (16:05 +0000)]
added Daniel B.'s build system patches

18 years agosupport mock & domuuid for virsh
Karel Zak [Mon, 29 May 2006 15:39:31 +0000 (15:39 +0000)]
support mock & domuuid for virsh

18 years agoUUID utils, virsh cleanup, ...
Karel Zak [Mon, 22 May 2006 14:38:33 +0000 (14:38 +0000)]
UUID utils, virsh cleanup, ...

19 years agoXML-RPC errors checks
Karel Zak [Wed, 10 May 2006 14:48:20 +0000 (14:48 +0000)]
XML-RPC errors checks

19 years agoadded virBufferStrcat
Karel Zak [Wed, 10 May 2006 12:15:49 +0000 (12:15 +0000)]
added virBufferStrcat

19 years agoXML-RPC tests
Karel Zak [Tue, 9 May 2006 15:35:46 +0000 (15:35 +0000)]
XML-RPC tests

19 years ago* src/hash.c src/internal.h src/libvirt.c src/virterror.c
Daniel Veillard [Fri, 28 Apr 2006 18:29:26 +0000 (18:29 +0000)]
* src/hash.c src/internal.h src/libvirt.c src/virterror.c
  src/xml.h include/libvirt.h[.in] include/virterror.h: started
  adding new APIs, some still TODO, and not tested yet
Daniel

19 years ago* src/xml.c src/xend_internal.c TODO: added uuid to the XML
Daniel Veillard [Thu, 27 Apr 2006 14:14:23 +0000 (14:14 +0000)]
* src/xml.c src/xend_internal.c TODO: added uuid to the XML
  serialization
Daniel

19 years ago* src/xml.c: applied patch from Jeremy Katz to not require a
Daniel Veillard [Wed, 26 Apr 2006 07:31:16 +0000 (07:31 +0000)]
* src/xml.c: applied patch from Jeremy Katz to not require a
  root entry in XML nor try to extract it from command line
  informations.
Daniel

19 years ago* docs//* : fixed perl binding URL to point to CPAN as provided by
Daniel Veillard [Wed, 26 Apr 2006 06:43:42 +0000 (06:43 +0000)]
* docs//* : fixed perl binding URL to point to CPAN as provided by
  Daniel P. Berrange.
Daniel

19 years ago* configure.in: patch for ncurses fallback from Jim Fehlig
Daniel Veillard [Tue, 25 Apr 2006 16:54:26 +0000 (16:54 +0000)]
* configure.in: patch for ncurses fallback from Jim Fehlig
Daniel

19 years ago* configure.in libvirt.spec.in docs/examples/Makefile.am
Daniel Veillard [Tue, 25 Apr 2006 16:08:48 +0000 (16:08 +0000)]
* configure.in libvirt.spec.in docs/examples/Makefile.am
  docs/examples/index.py docs/examples/python/*: integrated
  examples for Python from David Lutterkort
Daniel

19 years ago* src/xend_internal.c: applied patch from Jim Fehlig when parsing
Daniel Veillard [Tue, 25 Apr 2006 13:33:44 +0000 (13:33 +0000)]
* src/xend_internal.c: applied patch from Jim Fehlig when parsing
  domain S-Expr the kernel may not be provided (Dom0)
Daniel

19 years ago* src/hash.c src/internal.h: add virGetDomainByID() to speed up
Daniel Veillard [Mon, 24 Apr 2006 18:21:29 +0000 (18:21 +0000)]
* src/hash.c src/internal.h: add virGetDomainByID() to speed up
  some processing but not used yet
* src/libvirt.c src/xen_internal.c src/xen_internal.h: added domain
  listing and number queries entry points based on the hypervisor
  which should speed up some processing as root.
Daniel

19 years ago* src/xend_internal.c: fix an uninitialized memory access in error
Daniel Veillard [Thu, 20 Apr 2006 14:28:01 +0000 (14:28 +0000)]
* src/xend_internal.c: fix an uninitialized memory access in error
  reporting.
Daniel

19 years ago* include/libvirt.h include/libvirt.h.in doc/*: added new entry point
Daniel Veillard [Thu, 13 Apr 2006 17:18:49 +0000 (17:18 +0000)]
* include/libvirt.h include/libvirt.h.in doc/*: added new entry point
  virDomainSetMemory to set up the target memory use for a domain
* src/driver.h src/libvirt.c src/xen_internal.c src/xend_internal.[ch]
  src/xs_internal.[ch]: added a new entry point in the drivers for this,
  also fixed the xen store entry, as changing
  /local/domain/$$/memory/target affects the target memory not the max,
  apparently max is not visible at the xenstore level (or I missed it)
Daniel

19 years ago* NEWS configure.in libvirt.spec.in docs/*: documented and
Daniel Veillard [Mon, 10 Apr 2006 14:15:33 +0000 (14:15 +0000)]
* NEWS configure.in libvirt.spec.in docs/*: documented and
  regenerated for release of 0.1.0
* Makefile.am virsh.1: added man page from Andrew Puch
Daniel

19 years ago* src/xend_internal.c src/xml.c: applied patch from Jim Fehlig
Daniel Veillard [Mon, 10 Apr 2006 08:32:34 +0000 (08:32 +0000)]
* src/xend_internal.c src/xml.c: applied patch from Jim Fehlig
  for lifecycle events
* docs/format.html docs/libvir.html: added the associated docs for
  the new constructs
* TODO: small update
Daniel

19 years ago* TODO src/hash.[ch] src/internal.h src/libvirt.c src/xend_internal.c
Daniel Veillard [Sun, 9 Apr 2006 13:11:22 +0000 (13:11 +0000)]
* TODO src/hash.[ch] src/internal.h src/libvirt.c src/xend_internal.c
  src/xs_internal.c: implementing domain pointers unification, thread
  safety and reference counting for domain and connections, this was
  the last critical change needed before making further progresses at
  the API level. Still a couple fo things TODO for this, unification
  at the Python level and adding UUID to hash. All domain/connect alloc
  and free routines are now centralized in hash.c
* docs/APIchunk1.html docs/libvirt-api.xml docs/libvirt-refs.xml
  docs/html/libvirt-libvirt.html: regenerated the docs, that doesn't
  change the API.
Daniel

19 years agouse stdout rather than stderr, improve allocation checks
Karel Zak [Thu, 6 Apr 2006 10:33:06 +0000 (10:33 +0000)]
use stdout rather than stderr, improve allocation checks

19 years ago* src/hash.c: tiny fix
Daniel Veillard [Wed, 5 Apr 2006 09:31:29 +0000 (09:31 +0000)]
* src/hash.c: tiny fix
* src/internal.h: starting to work on reentrancy
* src/libvirt.c: applied patch from Jim Fehlig to fix
  virDomainLookupByID when run as root.
Daniel

19 years agovirsh command names cleanup
Karel Zak [Tue, 4 Apr 2006 21:52:31 +0000 (21:52 +0000)]
virsh command names cleanup