]>
xenbits.xensource.com Git - libvirt.git/log
Daniel Veillard [Wed, 24 Oct 2007 08:39:11 +0000 (08:39 +0000)]
* po/id.po: Remove again bogus Project-Id-Version field from merge error
Daniel
Daniel Veillard [Tue, 23 Oct 2007 15:45:03 +0000 (15:45 +0000)]
* po/*: updated from translation team
Daniel
Daniel Veillard [Tue, 23 Oct 2007 15:31:33 +0000 (15:31 +0000)]
* src/xml.c: fix the build of the proxy broken on previous commit
Daniel
Daniel Veillard [Mon, 22 Oct 2007 20:36:04 +0000 (20:36 +0000)]
* src/xen_internal.c src/xen_unified.c src/xen_unified.h
src/xend_internal.c src/xml.c src/xml.h: commited erronously
the NUMA patches sent for review on the list in last commit.
But that should not affect non NUMA users so early push should
not be a problem.
Daniel
Daniel Veillard [Mon, 22 Oct 2007 20:28:55 +0000 (20:28 +0000)]
* docs/format.html docs/libvir.html: documentation cleaups
from Jim Paris
Daniel
Daniel Veillard [Mon, 22 Oct 2007 13:06:15 +0000 (13:06 +0000)]
* src/xend_internal.c: update to cpuset parsing code for NUMA
Daniel
Daniel Veillard [Fri, 19 Oct 2007 15:09:31 +0000 (15:09 +0000)]
* src/Makefile.am: fix tst build rule
* src/buf.c: fix virBufferContentAndFree to make sure the string is
always 0 terminated.
Daniel
Daniel Veillard [Fri, 19 Oct 2007 10:01:01 +0000 (10:01 +0000)]
* src/conf.c: fix bug on negative values in virConfParseLong()
raised by Tatsuro Enokura
Daniel
Daniel Veillard [Fri, 19 Oct 2007 08:29:13 +0000 (08:29 +0000)]
* src/conf.c: documentation cleanups from Jim Meyering
* tests/conftest.c: Use fwrite, not printf, since the
result buffer is not NUL-terminatedi, from Jim Meyering.
* tests/qemuxml2argvtest.c: Initialize vm.migrateFrom[0],
to avoid "read-uninitialized" error from within
qemudBuildCommandLinei, from Jim Meyering.
Daniel
Richard W.M. Jones [Wed, 17 Oct 2007 10:39:32 +0000 (10:39 +0000)]
Wed Oct 17 11:27:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* libvirt.spec.in (BuildRequires): Add "qemu" (Jim Meyering).
Richard W.M. Jones [Wed, 17 Oct 2007 10:33:16 +0000 (10:33 +0000)]
Wed Oct 17 11:27:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/xend_internal.c (sexpr_get): Declare with gcc's printf
attribute. (Jim Meyering)
Daniel P. Berrange [Mon, 15 Oct 2007 21:38:56 +0000 (21:38 +0000)]
Mark XML param for attach/detach APIs const
Daniel P. Berrange [Mon, 15 Oct 2007 21:33:42 +0000 (21:33 +0000)]
Changelog entry for default config files
Richard W.M. Jones [Mon, 15 Oct 2007 14:32:35 +0000 (14:32 +0000)]
Mon Oct 15 15:31:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/test.c, include/libvirt/libvirt.h.in: Remove virDomainRestart
from the public API (it was not used), and move it into the test
driver where it is used for purely internal purposes.
Daniel P. Berrange [Fri, 12 Oct 2007 19:54:15 +0000 (19:54 +0000)]
Added default example configs for libvirtd/qemu driver
Daniel P. Berrange [Fri, 12 Oct 2007 16:05:44 +0000 (16:05 +0000)]
Added QEMU driver config file
Daniel P. Berrange [Wed, 10 Oct 2007 19:46:17 +0000 (19:46 +0000)]
Reset migration source after failed VM start
Daniel P. Berrange [Wed, 10 Oct 2007 17:55:38 +0000 (17:55 +0000)]
Fixed processing of vncdisplay/vncused params in XM config files
Daniel P. Berrange [Wed, 10 Oct 2007 17:41:06 +0000 (17:41 +0000)]
Fix virtual networking XML -> XM config file conversion & a mem leak
Daniel Veillard [Mon, 8 Oct 2007 15:02:47 +0000 (15:02 +0000)]
* src/xend_internal.c: applied patch from Beth Kon to fix
NUMA topology for cells without CPUs
Daniel
Daniel P. Berrange [Fri, 5 Oct 2007 01:08:17 +0000 (01:08 +0000)]
Fix NUMA topology error handling (beth kon)
Daniel P. Berrange [Wed, 3 Oct 2007 14:19:35 +0000 (14:19 +0000)]
Remove bogus Project-Id-Version field
Daniel Veillard [Sun, 30 Sep 2007 21:09:29 +0000 (21:09 +0000)]
* configure.in libvirt.spec.in include/libvirt/libvirt.h docs/*:
preparing release of 0.3.3
* po/*: updated the strings localizations
Daniel
Daniel Veillard [Sun, 30 Sep 2007 20:52:13 +0000 (20:52 +0000)]
* python/generator.py python/libvir.c python/libvirt-python-api.xml:
provide bindings for block and interface statistics
Daniel
Daniel P. Berrange [Sun, 30 Sep 2007 15:36:47 +0000 (15:36 +0000)]
Only use bootloader for paravirt guests
Daniel Veillard [Sun, 30 Sep 2007 13:22:16 +0000 (13:22 +0000)]
* src/virsh.c: use virNodeGetFreeMemory() for freecell without
argument
* src/libvirt_sym.version: export virNodeGetFreeMemory()
Daniel
Daniel Veillard [Sun, 30 Sep 2007 13:17:45 +0000 (13:17 +0000)]
Forgot one change, Daniel
Daniel Veillard [Sun, 30 Sep 2007 13:09:07 +0000 (13:09 +0000)]
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
src/driver.h src/libvirt.c src/openvz_driver.c src/qemu_driver.c
src/test.c src/xen_unified.c src/xend_internal.c: add new API
virNodeGetFreeMemory(), extends the driver. Lacks remote and
QEmu support though.
* src/libvirt.c: allows to fix virNodeGetCellsFreeMemory() adding
parameter check for startCell.
* proxy/libvirt_proxy.c src/xend_internal.[ch]
include/libvirt/libvirt.h include/libvirt/libvirt.h.in: applied
vncpasswd dump patch from Mark Johnson but with the
virDomainXMLFlags extension as suggested by Daniel Berrange
this changed a couple of internal APIs too
* tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml: fix one of the
tests affected by bootloader dump change.
Daniel
Daniel P. Berrange [Sat, 29 Sep 2007 18:37:47 +0000 (18:37 +0000)]
Solaris hypercall compatability fixes (Mark Johnson)
Daniel P. Berrange [Sat, 29 Sep 2007 18:31:05 +0000 (18:31 +0000)]
Allow empty bootloader tag
Daniel P. Berrange [Sat, 29 Sep 2007 18:16:26 +0000 (18:16 +0000)]
Solaris portability fix from Mark Johnson. Remove use of anonymous union members
Daniel P. Berrange [Fri, 28 Sep 2007 20:47:58 +0000 (20:47 +0000)]
Fixed crash prossing input tags
Daniel Veillard [Fri, 28 Sep 2007 14:28:12 +0000 (14:28 +0000)]
* include/libvirt/libvirt.h[.in] src/driver.h src/openvz_driver.c
src/qemu_driver.c src/remote_internal.c src/test.c
src/xen_internal.[ch] src/xen_unified.c src/xend_internal.[ch]
src/libvirt.c src/libvirt_sym.version: adding NUMA support patches
from Beth Kon adding new virNodeGetCellsFreeMemory entry point
and extending the virConnectGetCapabilities one. Fix a couple of
issues in the patch and add to exported symbols from shared lib.
* docs/virsh.pod docs/virsh.1 src/virsh.c: added new command
freecell to get the available memory on the node or in a NUMA cell.
* docs/*: updated and regenerated the documentation
Daniel
Richard W.M. Jones [Fri, 28 Sep 2007 10:24:58 +0000 (10:24 +0000)]
* docs/libvir.html: Clarified configuration required for
remote over ssh.
Richard W.M. Jones [Tue, 25 Sep 2007 13:54:17 +0000 (13:54 +0000)]
* src/remote_internal.c: Fix handling of usernames (thanks to
Fabian Deutsch for finding and fixing this).
Daniel P. Berrange [Fri, 21 Sep 2007 21:20:32 +0000 (21:20 +0000)]
Detect QEMU flags per VM instead of once for driver as a whole
Daniel P. Berrange [Fri, 21 Sep 2007 20:17:09 +0000 (20:17 +0000)]
Added a no_tty param to remote URIs to stop SSH prompting for password
Daniel P. Berrange [Fri, 21 Sep 2007 20:01:43 +0000 (20:01 +0000)]
Test compiler flags for linking too
Daniel P. Berrange [Fri, 21 Sep 2007 19:32:02 +0000 (19:32 +0000)]
Fixed QEMU uri parsing/detection
Richard W.M. Jones [Thu, 20 Sep 2007 18:40:36 +0000 (18:40 +0000)]
Thu Sep 20 19:37:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/bridge.c, src/qemu_driver.c, configure.in: Try to detect
the paths of dnsmasq and brctl at compile time. If found
then compile them in, otherwise search $PATH at runtime.
* libvirt.spec.in: BR dnsmasq and bridge-utils so we have their
paths at compile time.
Richard W.M. Jones [Thu, 20 Sep 2007 17:13:39 +0000 (17:13 +0000)]
Thu Sep 20 18:10:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/qemu_driver.c, docs/libvir.html: Support virConnectGetHostname
and virConnectGetURI for qemu driver.
Richard W.M. Jones [Thu, 20 Sep 2007 12:04:57 +0000 (12:04 +0000)]
Thu Sep 20 13:02:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/libvirt.c: Don't try to generate an error message with
an invalid connection object.
Richard W.M. Jones [Thu, 20 Sep 2007 12:02:18 +0000 (12:02 +0000)]
Thu Sep 20 12:59:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/xend_internal.c: Error message if we cannot connect
to xend.
Daniel P. Berrange [Wed, 19 Sep 2007 21:44:32 +0000 (21:44 +0000)]
Fix waitpid() call to only run in error case (merge error)
Daniel P. Berrange [Wed, 19 Sep 2007 17:42:40 +0000 (17:42 +0000)]
Switch to use pkg-config to find gnutls
Daniel P. Berrange [Wed, 19 Sep 2007 15:35:00 +0000 (15:35 +0000)]
Make libxml configure process try to use pkg-config if available
Daniel P. Berrange [Wed, 19 Sep 2007 02:28:01 +0000 (02:28 +0000)]
Added config params to customize UNIX sock perms & ownership
Daniel P. Berrange [Wed, 19 Sep 2007 01:56:55 +0000 (01:56 +0000)]
Added support for Avahi mDNS advertisement
Daniel P. Berrange [Wed, 19 Sep 2007 01:27:32 +0000 (01:27 +0000)]
Allow updating of existing timers & file handle event watches
Daniel P. Berrange [Tue, 18 Sep 2007 23:46:18 +0000 (23:46 +0000)]
Avoid portability warnings from automake
Daniel P. Berrange [Tue, 18 Sep 2007 23:40:34 +0000 (23:40 +0000)]
Don't check for bridge headers if QEMU is disabled
Daniel P. Berrange [Tue, 18 Sep 2007 23:36:30 +0000 (23:36 +0000)]
Print configuration summary
Daniel P. Berrange [Tue, 18 Sep 2007 03:08:49 +0000 (03:08 +0000)]
Avoid zombies with remote tunnels
Daniel P. Berrange [Thu, 13 Sep 2007 22:06:54 +0000 (22:06 +0000)]
Fixed PXE network boot config
Richard W.M. Jones [Wed, 12 Sep 2007 15:41:51 +0000 (15:41 +0000)]
Wed Sep 12 16:35:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/xend_internal.c, src/xml.c, src/xml.h: Properly check buffer
size in virDomainXMLDevID (Hugh Brock).
Richard W.M. Jones [Wed, 12 Sep 2007 10:37:00 +0000 (10:37 +0000)]
Wed Sep 12 11:30:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/xend_internal.c, src/xen_unified.c: Removed an annoying
warning when using Xen 3.0.3 and inactive domains.
Richard W.M. Jones [Wed, 12 Sep 2007 10:33:48 +0000 (10:33 +0000)]
Wed Sep 12 11:25:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/remote_internal.c: virDrvOpenRemoteFlags was accidentally
declared as a global variable, instead of the name an enum.
Daniel Veillard [Mon, 10 Sep 2007 15:16:25 +0000 (15:16 +0000)]
* docs/architecture.html docs/errors.html docs/format.html
docs/libvir.html: fixing typos spotted by Eduardo Pereira
Daniel
Daniel Veillard [Mon, 10 Sep 2007 11:47:17 +0000 (11:47 +0000)]
* src/xend_internal.c: applied patch from Hugh Brock to allow
CD Rom device reload by reusing virDomainAttachDevice() with
a new definition
Daniel
Daniel Veillard [Mon, 10 Sep 2007 09:37:10 +0000 (09:37 +0000)]
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
src/libvirt.c: fixes a few problems in the documentation
pointed out by Toth Istvan.
* docs/*: regenerated the docs
Daniel
Daniel Veillard [Wed, 5 Sep 2007 14:32:13 +0000 (14:32 +0000)]
* docs/libvir.html docs/uri.html: remove references to libvirt_qemud
and replace them with libvirtd
Daniel
Daniel Veillard [Mon, 3 Sep 2007 16:30:00 +0000 (16:30 +0000)]
* src/openvz_conf.c src/openvz_conf.h src/openvz_driver.c: a bit
of cleanup on top of previous patches.
Daniel
Daniel Veillard [Mon, 3 Sep 2007 15:37:07 +0000 (15:37 +0000)]
* src/openvz_conf.c src/openvz_conf.h src/openvz_driver.c
src/openvz_driver.h: Applied patch from Shuveb Hussain and Anoop
Cyriac to extent OpenVZ driver capabilities, especially Create().
Daniel
Daniel Veillard [Thu, 30 Aug 2007 13:12:44 +0000 (13:12 +0000)]
* src/buf.c: applied patch from Masayuki Sunou fixing a loop
due to an error in growing buffers.
Daniel
Richard W.M. Jones [Wed, 29 Aug 2007 13:35:15 +0000 (13:35 +0000)]
Wed Aug 29 14:43:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/xen_internal.c (xenHypervisorDomainInterfaceStats): Swap
TX & RX network stats so they appear correct from the point
of view of the domain.
Daniel Veillard [Wed, 29 Aug 2007 07:47:09 +0000 (07:47 +0000)]
* src/virsh.c: apply patch from Masayuki Sunou to fix the exit value
of vncdisplay command.
Daniel
Daniel Veillard [Mon, 27 Aug 2007 09:31:31 +0000 (09:31 +0000)]
* src/xend_internal.c: applied patch from Masayuki Sunou to avoid
memory corruption on very large XML dumps.
Daniel
Daniel Veillard [Tue, 21 Aug 2007 15:04:46 +0000 (15:04 +0000)]
Forgot spec update, daniel
Daniel Veillard [Tue, 21 Aug 2007 14:59:47 +0000 (14:59 +0000)]
* configure.in libvirt.spec.in include/libvirt/libvirt.h docs/*:
preparing release of 0.3.2
* src/libvirt.c: fix a couple of comments
* po/*: string localization merge/update
Daniel
Daniel Veillard [Tue, 21 Aug 2007 11:53:52 +0000 (11:53 +0000)]
* src/xs_internal.c: cleanup of memory leaks from Masayuki Sunou
* src/virsh.c: another memory leaks of virsh schedinfo cleanup from
Saori Fukuta
* po/*: string localization merge/update
Daniel
Richard W.M. Jones [Tue, 21 Aug 2007 10:08:12 +0000 (10:08 +0000)]
Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/libvirt.c (virDomainBlockStats, virDomainInterfaceStats):
Added block device and network interface statistics.
* src/xen_internal.c: Support for stats from Xen domains.
* qemud/remote.c, qemud/remote_protocol.x, qemud/remote_internal.c:
Support for fetching device and network interface stats
across remote connections.
* src/virsh.c: Added 'virsh domblkstat' and 'virsh domifstat'
commands to display stats.
* docs/libvir.html, docs/hvsupport.html: Updated hvsupport
documentation.
Richard W.M. Jones [Tue, 21 Aug 2007 09:38:00 +0000 (09:38 +0000)]
Tue Aug 21 10:36:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* tests/xencapsdata/*.xml: Fixed tests to include new
<migration_features> element in capabilities XML.
Richard W.M. Jones [Tue, 21 Aug 2007 09:31:12 +0000 (09:31 +0000)]
Tue Aug 21 10:21:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/libvirt.c (virDomainMigrate): Added virDomainMigrate
API call.
* src/xend_internal.c, src/xen_unified.c: Support for migration
of Xen domains.
* src/xen_internal.c: Xen capabilities indicates level of
support for migration.
* qemud/remote.c, qemud/remote_protocol.x, src/remote_internal.c:
Support for migration between remote hypervisors.
* src/virsh.c: Added 'virsh migrate' command.
* docs/libvir.html, docs/hvsupport.html: Updated hvsupport
documentation.
Richard W.M. Jones [Tue, 21 Aug 2007 09:08:45 +0000 (09:08 +0000)]
Removed a CVS conflict line which had been inadvertently committed.
Richard W.M. Jones [Tue, 21 Aug 2007 09:03:55 +0000 (09:03 +0000)]
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.
Richard W.M. Jones [Tue, 21 Aug 2007 08:54:07 +0000 (08:54 +0000)]
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.
Richard W.M. Jones [Tue, 21 Aug 2007 08:13:40 +0000 (08:13 +0000)]
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.
Daniel Veillard [Thu, 16 Aug 2007 15:38:38 +0000 (15:38 +0000)]
* src/xend_internal.c: patch from Masayuki Sunou to avoid
attach-disk/attach-interface when < Xen 3.0.4
Daniel
Daniel Veillard [Thu, 16 Aug 2007 13:21:36 +0000 (13:21 +0000)]
* src/virsh.c: vshCommandOptInt was broken as it would not
detect non-int inputs, problem raised by Masayuki Sunou
Daniel
Daniel Veillard [Wed, 15 Aug 2007 10:18:33 +0000 (10:18 +0000)]
* src/virsh.c: fixed 2 small bugs in setvcpus command, after
Atsushi SAKAI pointed out a value checking problem
Daniel
Daniel Veillard [Tue, 14 Aug 2007 12:29:40 +0000 (12:29 +0000)]
* src/proxy_internal.c: fix the UUID lookup though proxy, by
actually sending the UUID string in the request!
Daniel
Daniel Veillard [Tue, 14 Aug 2007 07:07:57 +0000 (07:07 +0000)]
* src/virsh.c: patch from Atsushi SAKAI fixing schedinfo synopsys
Daniel
Daniel Veillard [Tue, 14 Aug 2007 07:02:18 +0000 (07:02 +0000)]
* virsh.1 docs/virsh.pod: typo fixes from Atsushi SAKAI
Daniel
Daniel Veillard [Tue, 14 Aug 2007 05:57:07 +0000 (05:57 +0000)]
* docs/apibuild.py: fix the API generator to work out of a
include list instead of an exclude list
* po/*: updated localization strings
Daniel
Daniel P. Berrange [Tue, 14 Aug 2007 01:47:24 +0000 (01:47 +0000)]
Implement save/restore for KVM guests
Daniel P. Berrange [Tue, 14 Aug 2007 01:33:38 +0000 (01:33 +0000)]
Added qemudEscapeShellArg(), and saferead()/safewrite() APIs
Daniel P. Berrange [Tue, 14 Aug 2007 01:28:47 +0000 (01:28 +0000)]
Added support for -incoming option in prepare for restore
Daniel P. Berrange [Tue, 14 Aug 2007 01:23:59 +0000 (01:23 +0000)]
Allow stdin to be specified with virExec()
Daniel P. Berrange [Tue, 14 Aug 2007 00:15:16 +0000 (00:15 +0000)]
Use \r instead of \n for QEMU monitor
Daniel Veillard [Mon, 13 Aug 2007 09:53:35 +0000 (09:53 +0000)]
* src/qemu_driver.c: patch from Jim Paris removing memory leak
* AUTHORS: updated with Shuveb and Jim
Daniel
Daniel P. Berrange [Fri, 10 Aug 2007 18:25:15 +0000 (18:25 +0000)]
Speed up impl of lookupbyid/uuid and getostype for Xen by using HV where available
Daniel P. Berrange [Thu, 9 Aug 2007 20:19:12 +0000 (20:19 +0000)]
Cleanup UUID apis & constants
Richard W.M. Jones [Tue, 7 Aug 2007 15:44:42 +0000 (15:44 +0000)]
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).
Richard W.M. Jones [Tue, 7 Aug 2007 15:26:51 +0000 (15:26 +0000)]
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).
Richard W.M. Jones [Tue, 7 Aug 2007 14:29:45 +0000 (14:29 +0000)]
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.
Richard W.M. Jones [Tue, 7 Aug 2007 13:24:22 +0000 (13:24 +0000)]
Tue Aug 7 14:18:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* qemud/qemud.c: Fix --config/-f option to libvirtd.
Richard W.M. Jones [Tue, 7 Aug 2007 13:02:35 +0000 (13:02 +0000)]
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.
Daniel Veillard [Thu, 2 Aug 2007 10:47:38 +0000 (10:47 +0000)]
* src/xml.c: changes from Masayuki Sunou to improve error reporting
on device XML errors.
Daniel
Daniel P. Berrange [Tue, 31 Jul 2007 14:27:12 +0000 (14:27 +0000)]
Fixed memory leaks
Daniel P. Berrange [Mon, 30 Jul 2007 18:50:07 +0000 (18:50 +0000)]
Fixed handling of unsupported machine types