2008-09-18 |
Richard W.M... | Documentation cleanups. |
commit | commitdiff | tree |
2008-09-18 |
Daniel P. Berrange | Fix trailing whitespace & unmarked diagnostic warning |
commit | commitdiff | tree |
2008-09-17 |
Richard W.M... | src/openvz_driver.c: Fix segfault in OpenVZ driver |
commit | commitdiff | tree |
2008-09-17 |
Daniel P. Berrange | Fix broken test case data files |
commit | commitdiff | tree |
2008-09-17 |
Richard W.M... | src/storage_backend_disk.c: Missing include file. |
commit | commitdiff | tree |
2008-09-17 |
Richard W.M... | Remove some deadcode (Nguyen Anh Quynh). |
commit | commitdiff | tree |
2008-09-17 |
Richard W.M... | Change name of "blocked" state to "idle" (John Levon). |
commit | commitdiff | tree |
2008-09-17 |
Richard W.M... | include/libvirt/libvirt.h.in, src/libvirt.c: Fix comments |
commit | commitdiff | tree |
2008-09-17 |
Richard W.M... | src/conf.c: Improved error messages in XM conf module. |
commit | commitdiff | tree |
2008-09-17 |
Richard W.M... | libvirt.spec.in: Specfile enhancements for minimal |
commit | commitdiff | tree |
2008-09-17 |
Richard W.M... | configure.in, src/qemu_driver.h, src/qemu_driver.c... |
commit | commitdiff | tree |
2008-09-16 |
Cole Robinson | Implement disk volume deleting. |
commit | commitdiff | tree |
2008-09-09 |
Cole Robinson | Fix reading vncdisplay from xend, add several test... |
commit | commitdiff | tree |
2008-09-09 |
Cole Robinson | Fix a segfault if defining a qemu domain without an... |
commit | commitdiff | tree |
2008-09-08 |
Daniel Veillard | * configure.in libvirt.spec.in docs/*: preparing release of |
commit | commitdiff | tree |
2008-09-08 |
Daniel Veillard | add domain name in network configurations suport and... |
commit | commitdiff | tree |
2008-09-08 |
Daniel P. Berrange | Fix potential NULL deref in openvz driver |
commit | commitdiff | tree |
2008-09-08 |
Daniel Veillard | finish applying initialization patch for logical storag... |
commit | commitdiff | tree |
2008-09-05 |
Daniel P. Berrange | Fix trailing whitespace mistakes |
commit | commitdiff | tree |
2008-09-05 |
Daniel P. Berrange | Convert openvz driver to generic domain XML APIs |
commit | commitdiff | tree |
2008-09-05 |
Daniel P. Berrange | Fully support mingw builds |
commit | commitdiff | tree |
2008-09-05 |
Daniel P. Berrange | Fix starting of xen domains without a PVFB console... |
commit | commitdiff | tree |
2008-09-05 |
Daniel P. Berrange | Fix xen capabilities data creation |
commit | commitdiff | tree |
2008-09-04 |
Daniel Veillard | * src/storage_backend_fs.c: fix a signed/unsigned issue... |
commit | commitdiff | tree |
2008-09-04 |
Daniel Veillard | * src/qemu_driver.c: fix an error message, patch by... |
commit | commitdiff | tree |
2008-09-04 |
Daniel P. Berrange | Fix make check when augparse is missing |
commit | commitdiff | tree |
2008-09-04 |
Daniel Veillard | fix a miscalculation of command line size for vgcreate |
commit | commitdiff | tree |
2008-09-04 |
Daniel P. Berrange | Add Augeas lens' for libvirtd.conf and qemu.conf |
commit | commitdiff | tree |
2008-09-04 |
Daniel Veillard | when dumping code don't keep Xen domain live |
commit | commitdiff | tree |
2008-09-04 |
Daniel Veillard | * src/xend_internal.c src/xs_internal.c: use poweroff... |
commit | commitdiff | tree |
2008-09-04 |
Daniel Veillard | * src/qemu_driver.c: switch flags to unsigned by James... |
commit | commitdiff | tree |
2008-09-03 |
Dan Smith | Add LXC version implementation |
commit | commitdiff | tree |
2008-09-03 |
Cole Robinson | Fix qemu media connect/eject to work with latest syntax... |
commit | commitdiff | tree |
2008-09-03 |
Cole Robinson | Update domain xml after usb device hotplug. |
commit | commitdiff | tree |
2008-09-03 |
Cole Robinson | Scrap media eject output to try and determine success... |
commit | commitdiff | tree |
2008-09-03 |
Cole Robinson | Fix disk ordering and add target duplication checking... |
commit | commitdiff | tree |
2008-09-03 |
Daniel Veillard | avoid a segfault on CD eject in KVM/QEmu |
commit | commitdiff | tree |
2008-09-03 |
Daniel Veillard | add output on attach and detach success |
commit | commitdiff | tree |
2008-09-03 |
Daniel Veillard | * AUTHORS: add Cole Robinson as commiter |
commit | commitdiff | tree |
2008-09-03 |
Daniel Veillard | * src/storage_conf.c: add one missing check in virStora... |
commit | commitdiff | tree |
2008-09-02 |
Daniel Veillard | * src/domain_conf.c: fix a parsing error for input... |
commit | commitdiff | tree |
2008-09-02 |
Daniel Veillard | check availbility of emulators before reporting them... |
commit | commitdiff | tree |
2008-09-02 |
Daniel Veillard | Adds storage source element for pools |
commit | commitdiff | tree |
2008-09-02 |
Jim Meyering | qemu_conf.c: use new function, virFileReadLimFD |
commit | commitdiff | tree |
2008-09-02 |
Jim Meyering | util.c: add a file-descriptor-based wrapper for fread_f... |
commit | commitdiff | tree |
2008-08-29 |
Daniel P. Berrange | Switch over fork/exec code to use virExec |
commit | commitdiff | tree |
2008-08-28 |
Daniel P. Berrange | Allow for private root filessytem in containers using... |
commit | commitdiff | tree |
2008-08-28 |
Daniel P. Berrange | Fix lookup of xen VM after define (Cole Robinson) |
commit | commitdiff | tree |
2008-08-28 |
Jim Meyering | improve parallel build support |
commit | commitdiff | tree |
2008-08-27 |
Daniel P. Berrange | Add storage pool source discovery support (patch from... |
commit | commitdiff | tree |
2008-08-27 |
Daniel P. Berrange | Fix QEMU domain creation by allowing virExec to preserv... |
commit | commitdiff | tree |
2008-08-27 |
Daniel P. Berrange | Fix QEMU domain creation by allowing virExec to preserv... |
commit | commitdiff | tree |
2008-08-27 |
Daniel P. Berrange | Fix EOF handling when reading openvz domain list |
commit | commitdiff | tree |
2008-08-27 |
Daniel P. Berrange | Remove use of virState apis from openvz driver |
commit | commitdiff | tree |
2008-08-22 |
Dan Smith | [LXC] Cleanup devices on container shutdown |
commit | commitdiff | tree |
2008-08-22 |
Daniel P. Berrange | Use libvirt error message for python exceptions |
commit | commitdiff | tree |
2008-08-22 |
Jim Meyering | configure.in: link with -lpthread when necessary |
commit | commitdiff | tree |
2008-08-21 |
Jim Meyering | autobuild.sh: Fix minor shell-quoting bugs. |
commit | commitdiff | tree |
2008-08-21 |
Mark McLoughlin | Forgotten ChangeLog entry |
commit | commitdiff | tree |
2008-08-21 |
Daniel P. Berrange | Improve error reporting from remote driver |
commit | commitdiff | tree |
2008-08-21 |
Daniel P. Berrange | Propagate virConnectOpen errors to global error object |
commit | commitdiff | tree |
2008-08-21 |
Daniel P. Berrange | Remove unused lx_controller.h file |
commit | commitdiff | tree |
2008-08-21 |
Daniel P. Berrange | Add libvirt_lxc to file list |
commit | commitdiff | tree |
2008-08-21 |
Daniel P. Berrange | Ignore libvirt_lxc binary |
commit | commitdiff | tree |
2008-08-20 |
Daniel P. Berrange | Create lxc_controller standalone binary |
commit | commitdiff | tree |
2008-08-20 |
Daniel P. Berrange | Do conditional driver config in Makefile.am, not source... |
commit | commitdiff | tree |
2008-08-20 |
Daniel P. Berrange | Remove configFile/autostartLink vars from virDomainObj... |
commit | commitdiff | tree |
2008-08-20 |
Daniel Veillard | add cpu management functionality to OpenVZ driver |
commit | commitdiff | tree |
2008-08-20 |
Daniel Veillard | Fix creating and cleaning up logical volumes if a targe... |
commit | commitdiff | tree |
2008-08-20 |
Daniel Veillard | Fix size reporting for disks without partitions. |
commit | commitdiff | tree |
2008-08-20 |
Daniel Veillard | Handle HTML generation in the absence of XHTML1 DTDs |
commit | commitdiff | tree |
2008-08-20 |
Daniel Veillard | * src/network_conf.c src/network_conf.h src/qemu_driver... |
commit | commitdiff | tree |
2008-08-20 |
Daniel P. Berrange | Allow non-blocking/daemon mode to be specified via... |
commit | commitdiff | tree |
2008-08-20 |
Daniel P. Berrange | Allow a pre-opened FD to be be pass to virExec for... |
commit | commitdiff | tree |
2008-08-20 |
Daniel P. Berrange | Avoid signal race in virExec |
commit | commitdiff | tree |
2008-08-20 |
Daniel P. Berrange | Improve virExec error reporting |
commit | commitdiff | tree |
2008-08-18 |
Daniel P. Berrange | Remove duplicated call to virInitialize |
commit | commitdiff | tree |
2008-08-15 |
Mark McLoughlin | Fri Aug 15 11:00:38 IST 2008 Mark McLoughlin <markmc... |
commit | commitdiff | tree |
2008-08-15 |
Atsushi SAKAI | fix typos src/virsh.c from John Levon, |
commit | commitdiff | tree |
2008-08-14 |
Daniel P. Berrange | Update LXC driver in POTFILES.in |
commit | commitdiff | tree |
2008-08-13 |
Daniel P. Berrange | Switch LXC driver over to generic domain XML processing... |
commit | commitdiff | tree |
2008-08-13 |
Daniel P. Berrange | Make LXC I/O controller process a parent of the contain... |
commit | commitdiff | tree |
2008-08-13 |
Daniel P. Berrange | Re-arrange code between LXC driver files |
commit | commitdiff | tree |
2008-08-13 |
Daniel P. Berrange | Refactor LXC driver to pass tty/socket state directly |
commit | commitdiff | tree |
2008-08-13 |
Daniel Veillard | * docs/storage.html[.in] src/storage_backend_disk.c... |
commit | commitdiff | tree |
2008-08-12 |
Jim Meyering | rewrite virFileLinkPointsTo |
commit | commitdiff | tree |
2008-08-12 |
Daniel Veillard | make sure parted doesn't ask for confirmation |
commit | commitdiff | tree |
2008-08-12 |
Daniel Veillard | rename the disk type from 'dos' to 'msdos' |
commit | commitdiff | tree |
2008-08-12 |
Atsushi SAKAI | add _fd to stdin, stderr stdout in struct virDomainObj... |
commit | commitdiff | tree |
2008-08-12 |
Atsushi SAKAI | fix compilation for MinGW |
commit | commitdiff | tree |
2008-08-12 |
Daniel Veillard | Fix connection lookup in python storage instances |
commit | commitdiff | tree |
2008-08-12 |
Daniel Veillard | * po/*: regeneration of pot file, updates of .po |
commit | commitdiff | tree |
2008-08-12 |
Daniel Veillard | documentation for USB passthrough |
commit | commitdiff | tree |
2008-08-11 |
Jim Meyering | tests: append a newline to expected-output files lackin... |
commit | commitdiff | tree |
2008-08-08 |
Daniel P. Berrange | Fix const-correctness of virRUn and virExec |
commit | commitdiff | tree |
2008-08-08 |
Daniel Veillard | llow to add a disk as an USB device (QEmu/KVM) |
commit | commitdiff | tree |
2008-08-08 |
Daniel Veillard | Extend parser and add support for USB devices in QEmu/KVM |
commit | commitdiff | tree |
2008-08-08 |
Atsushi SAKAI | fix typos in docs |
commit | commitdiff | tree |
2008-08-07 |
Daniel Veillard | * tests/domainschematest: patch from Guido Günther... |
commit | commitdiff | tree |
2008-08-07 |
Dan Smith | Fix device name clash in src/veth.c |
commit | commitdiff | tree |
next |