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

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