Daniel Veillard
ea30f6aa24
* 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
2006-08-26 15:30:44 +00:00
Daniel Veillard
fab8e90e6d
* docs/site.xsl docs/*.html: add links to virt-manager
...
Daniel
2006-08-25 23:16:21 +00:00
Daniel P. Berrange
18bb75eb84
Allow VIRSH_DEFAULT_CONNECT_URI to override default URI. Don't asusme there is always a domain-0
2006-08-25 22:40:33 +00:00
Daniel P. Berrange
b1ca7467f4
Added tests for virsh domid, domname, domstat, domuuid, dominfo, list & nodeinfo commands
2006-08-24 21:46:28 +00:00
Daniel P. Berrange
3c75dc33e4
Added a "make valgrind" test target
2006-08-24 16:00:19 +00:00
Daniel P. Berrange
441246297e
Added tests for the SEXPR<->XML conversion process
2006-08-24 15:05:19 +00:00
Daniel P. Berrange
0658b086cd
Check for failure of virConnectListDomains in 'list' command
2006-08-21 17:58:09 +00:00
Daniel P. Berrange
129a24ea8c
Fix networking in paravirt guests
2006-08-18 20:20:50 +00:00
Daniel Veillard
adec25590c
* src/xml.c: fix virParseUUID()
...
Daniel
2006-08-17 18:39:32 +00:00
Daniel Veillard
6d1ef709cc
* 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
2006-08-16 17:58:23 +00:00
Daniel P. Berrange
9425a3e617
Added setvcpus, setmem, setmaxme commands to virsh
2006-08-16 17:30:33 +00:00
Daniel P. Berrange
5c2831b30b
Hook up more test driver methods. Allow HV config to be loaded from extenral XML definition
2006-08-16 16:36:39 +00:00
Daniel P. Berrange
64d25e8de5
Re-factored sexpr_uuid into virParseUUID
2006-08-16 16:33:55 +00:00
Daniel P. Berrange
bfd5060347
Make drivers be 'quiet' when opening RW connection. Removed duplicated RO checks
2006-08-16 16:29:46 +00:00
Daniel Veillard
b084f43f71
* 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
2006-08-16 16:14:53 +00:00
Daniel P. Berrange
075337182c
Added <features> tag to XML for enable CPU/system features like PAE, ACPI
2006-08-15 17:01:42 +00:00
Daniel P. Berrange
86a22bd660
Updated notes about HVM devices / boot details
2006-08-14 15:53:52 +00:00
Daniel P. Berrange
e1ec9651a2
Fixup handling of HVM boot preference, and include HVM cdrom/floppy in main device list
2006-08-11 14:40:04 +00:00
Daniel Veillard
f87c6d4734
* configure.in: updated python detection code from latest libxml2 one
...
* docs//*: rebuilt the docs
Daniel
2006-08-11 11:57:52 +00:00
Daniel Veillard
d42014f108
* 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
2006-08-10 14:26:35 +00:00
Daniel P. Berrange
098e0a4bdc
Hook up virDomainGetXMLDesc to driver backends. Added implementation of virDomainGetXMLDesc driver for the setuid proxy
2006-08-09 15:21:16 +00:00
Daniel Veillard
0342994a8d
* 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
2006-08-08 22:22:55 +00:00
Daniel P. Berrange
3c43212307
Pull info about serial console TTY and VNC port from xenstore into domain XML
2006-08-08 20:14:40 +00:00
Daniel Veillard
56e0d5b33d
* TODO: updated with new items
...
Daniel
2006-08-07 20:55:03 +00:00
Daniel P. Berrange
4dfbf940a4
Fix corrupt XML when boot device is a cdrom
2006-08-07 19:56:37 +00:00
Daniel P. Berrange
a9fd476848
Added a port='...' attribute to <graphics> tag for VNC displays. Initially hardcoded to domid+5900
2006-08-07 19:53:41 +00:00
Daniel Veillard
345c959db9
* include/libvirt/libvirt.h.in: previous change to libvirt.h should
...
have gone on .in too
Daniel
2006-08-07 17:37:42 +00:00
Daniel P. Berrange
f7e0594f87
Added vcpuinfo vcpupin commands to virsh. Fixed off by one bug in virDomainVcpuPin method
2006-08-07 14:35:20 +00:00
Daniel Veillard
d7815361f8
* python/generator.py: fix the generator when handling long integers
...
Dan Berrange reported problems due to this when using
virDomainSetMemory bindings
Daniel
2006-08-04 13:36:07 +00:00
Daniel Veillard
7a8a63380f
* 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
2006-08-04 10:41:05 +00:00
Daniel Veillard
417e06a40e
* libvirt.spec.in: xen is now built for ia64, c.f. RH#199685
...
Daniel
2006-08-01 15:13:27 +00:00
Daniel Veillard
6e7ec1f704
* 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
2006-07-28 15:10:18 +00:00
Mark McLoughlin
56c02f2016
Mon Jul 24 14:34:15 IST 2006 Mark McLoughlin <markmc@redhat.com>
...
* libvirt.spec.in: sync changes from fedora CVS
2006-07-24 14:32:03 +00:00
Daniel Veillard
c3415fbd3a
* 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
2006-07-20 13:59:23 +00:00
Daniel P. Berrange
53161d7cb2
Bulk replace 'informations' with 'information'
2006-07-19 22:24:37 +00:00
Daniel Veillard
16e2cc5174
* src/xml.c: applied patch from Peter Vetere to pass down the
...
UUID from the XML description if present when creating the domain.
Daniel
2006-07-13 22:27:31 +00:00
Daniel Veillard
0798941a85
* 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
2006-07-11 16:57:03 +00:00
Daniel Veillard
0cf5ee2325
* docs/format.html docs/libvir.html docs/news.html: updated the XML
...
format documentation to cover the new HVM domains.
Daniel
2006-07-10 13:13:39 +00:00
Daniel Veillard
3d90a9c86d
* src/xend_internal.c src/xml.c: patches from Jim Fehlig for HVM
...
guests, plus XML format changes and merge from Mark McLoughlin
Daniel
2006-07-10 11:21:24 +00:00
Daniel P. Berrange
3ffac4a188
Re-wrote xenDomainLookupByID to use more efficient XenD access
2006-07-07 18:58:35 +00:00
Mark McLoughlin
4d56d3c638
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.
2006-07-07 14:36:27 +00:00
Daniel Veillard
e2bd543163
* 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
2006-07-06 09:29:34 +00:00
Mark McLoughlin
5004bee519
unleash the hush puppies
2006-07-05 21:52:52 +00:00
Mark McLoughlin
1addb9b1c0
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.
2006-07-05 17:08:40 +00:00
Mark McLoughlin
48030121a1
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
2006-07-05 16:49:35 +00:00
Daniel Veillard
4fcc208fa4
* 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
2006-07-04 12:46:14 +00:00
Daniel Veillard
567b42ce6a
* 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
2006-07-03 15:48:49 +00:00
Daniel Veillard
c74976f139
* 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
2006-07-03 13:45:55 +00:00
Daniel Veillard
5995e2428c
* proxy/libvirt_proxy.c src/proxy_internal.[ch] src/xend_internal.[ch]:
...
finished the last entry point missing for the proxy code.
Daniel
2006-07-03 11:12:12 +00:00
Daniel Veillard
f14093e509
* 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
2006-06-30 16:23:16 +00:00