2009-03-02 |
Jim Meyering | tests: further isolate a test that runs libvirtd |
commit | commitdiff | tree |
2009-03-02 |
Jim Meyering | add two tests |
commit | commitdiff | tree |
2009-03-02 |
Jim Meyering | tests: fix an error that made us skip the daemon-conf... |
commit | commitdiff | tree |
2009-03-02 |
Jim Meyering | tests: test for a recent fix |
commit | commitdiff | tree |
2009-03-02 |
Jim Meyering | virsh: tweak a format string to avoid emitting trailing... |
commit | commitdiff | tree |
2009-03-02 |
Cole Robinson | Fix bridge generation loop counter (spotted by Jim... |
commit | commitdiff | tree |
2009-03-02 |
Cole Robinson | Recognize ejectable media in hostdev hal driver. |
commit | commitdiff | tree |
2009-03-02 |
Cole Robinson | Better error reporting from qemu AttachDevice |
commit | commitdiff | tree |
2009-03-02 |
Cole Robinson | Generate network bridge names if none passed at define... |
commit | commitdiff | tree |
2009-03-02 |
Cole Robinson | Remove redundant monitor watch variable (s/monitor_watc... |
commit | commitdiff | tree |
2009-03-02 |
Cole Robinson | Mark 'defined' networks as persistent. |
commit | commitdiff | tree |
2009-03-02 |
Daniel Veillard | adds a new <hostdev managed='(yes|no)'> property to... |
commit | commitdiff | tree |
2009-03-02 |
Daniel Veillard | * src/qemu_driver.c: add qemu dettach/reattach/reset... |
commit | commitdiff | tree |
2009-03-02 |
Daniel Veillard | Implement node attach/reattach/reset in the remote... |
commit | commitdiff | tree |
2009-03-02 |
Daniel Veillard | * src/virsh.c: add 3 new commands for node device detac... |
commit | commitdiff | tree |
2009-03-02 |
Daniel Veillard | Adds the APIs for virNodeDeviceDettach , ReAttach and... |
commit | commitdiff | tree |
2009-03-02 |
Daniel Veillard | implements dettach, reattach and reset for PCI devices |
commit | commitdiff | tree |
2009-03-02 |
Daniel Veillard | * qemud/qemud.c src/node_device_hal.c: activate DBus... |
commit | commitdiff | tree |
2009-03-02 |
Jim Meyering | correct a typo in a diagnostic |
commit | commitdiff | tree |
2009-03-02 |
Jim Meyering | plug two config-parsing leaks |
commit | commitdiff | tree |
2009-03-02 |
Jim Meyering | don't dereference uninitialized pointer |
commit | commitdiff | tree |
2009-02-27 |
Chris Lalancette | If there is a failure during Qemu offline migrate,... |
commit | commitdiff | tree |
2009-02-27 |
Daniel Veillard | * docs/libvirt-api.xml docs/libvirt-refs.xml |
commit | commitdiff | tree |
2009-02-26 |
Daniel P. Berrange | Add support for a exec callback in virExecWithHook |
commit | commitdiff | tree |
2009-02-26 |
Daniel Veillard | New example program |
commit | commitdiff | tree |
2009-02-26 |
Daniel Veillard | * src/remote_internal.c: fix autostart of session daemo... |
commit | commitdiff | tree |
2009-02-26 |
Daniel Veillard | * src/storage_backend_fs.c: fix compile-error when... |
commit | commitdiff | tree |
2009-02-26 |
Daniel Veillard | * python/Makefile.am: avoid a parallel make issue ... |
commit | commitdiff | tree |
2009-02-25 |
Daniel Veillard | documenting static host IP assignments |
commit | commitdiff | tree |
2009-02-24 |
Mark McLoughlin | Add forgotten file |
commit | commitdiff | tree |
2009-02-24 |
Mark McLoughlin | Add nodedevxml2xml test |
commit | commitdiff | tree |
2009-02-24 |
Mark McLoughlin | Add virNodeDeviceDefParseString() |
commit | commitdiff | tree |
2009-02-24 |
Mark McLoughlin | Add virXPathULongLong() |
commit | commitdiff | tree |
2009-02-24 |
Mark McLoughlin | Add virXPathLongHex() and virXPathULongHex() |
commit | commitdiff | tree |
2009-02-24 |
Mark McLoughlin | Fix a typo in hostdev docs |
commit | commitdiff | tree |
2009-02-22 |
Mark McLoughlin | networkEnableIpForwarding() now returns zero for success |
commit | commitdiff | tree |
2009-02-22 |
Mark McLoughlin | docs: commit auto-generated change |
commit | commitdiff | tree |
2009-02-19 |
Guido Günther | (s)size_t type cleanup |
commit | commitdiff | tree |
2009-02-18 |
Cole Robinson | Remove the _actually_ incorrect ATTRIBUTE_UNUSED (Patch... |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | fix build failure due to invalid generated Makefile |
commit | commitdiff | tree |
2009-02-17 |
Cole Robinson | Fix daemon TCP listen cleanup |
commit | commitdiff | tree |
2009-02-17 |
Cole Robinson | Remove incorrect ATTRIBUTE_UNUSED usage. |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | Build fix for 'driver.c' when building with loadable... |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | Avoid link failure when configured --with-driver-modules |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | Work around 'virGetVersion' build problem |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | avoid compiler warning about unused parameter |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | don't fail daemon-conf test when configured --without... |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | accommodate configuring --without-lxc --without-qemu |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | doc: fix typo in formatdomain's clock offset specification |
commit | commitdiff | tree |
2009-02-17 |
Daniel P. Berrange | Fix I/O errors in libvirtd daemon, and hang/crash in... |
commit | commitdiff | tree |
2009-02-16 |
Cole Robinson | Unbreak virsh *-edit commands: Don't pass unexpected... |
commit | commitdiff | tree |
2009-02-16 |
Cole Robinson | Remove erroneous lvm volume format check for backing... |
commit | commitdiff | tree |
2009-02-16 |
Cole Robinson | Fix building python bindings: Skip bindings for virSave... |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Add virFileWriteStr() |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Fix some error strings in xml.c |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | virXPathInt() and virXPathUInt() don't exist |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Fix bugzilla link in virsh man page |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Fix libvirt_proxy.c warnings from gcc-4.4 |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Fix bridge.c warnings with gcc-4.4 |
commit | commitdiff | tree |
2009-02-13 |
John Levon | Fix migrate for Xen 3.3 |
commit | commitdiff | tree |
2009-02-13 |
Jim Meyering | test:///default driver: don't dereference NULL "def" |
commit | commitdiff | tree |
2009-02-13 |
Guido Günther | usleep to wait for domain logfile to fill up |
commit | commitdiff | tree |
2009-02-11 |
Guido Günther | fix return status when domain didn't show up |
commit | commitdiff | tree |
2009-02-09 |
Jim Meyering | libvirtd: new config-file option: unix_sock_dir |
commit | commitdiff | tree |
2009-02-09 |
Jim Meyering | don't print uninitialized in debug diagnostic |
commit | commitdiff | tree |
2009-02-09 |
Jim Meyering | avoid two test failures induced by today's error-report... |
commit | commitdiff | tree |
2009-02-09 |
John Levon | Improve error reporting in virsh |
commit | commitdiff | tree |
2009-02-09 |
John Levon | introduce virSaveLastError(), virFreeError() |
commit | commitdiff | tree |
2009-02-09 |
Daniel P. Berrange | Limit virsh history entries to 500 (Jim Paris) |
commit | commitdiff | tree |
2009-02-07 |
Guido Günther | Don't ignore errors to save domain status |
commit | commitdiff | tree |
2009-02-06 |
Daniel P. Berrange | Fix 100% libvirt CPU usage when --timeout is set |
commit | commitdiff | tree |
2009-02-05 |
John Levon | src/domain_conf.c: Check the last error, not the last |
commit | commitdiff | tree |
2009-02-05 |
John Levon | xenstore: Use virMacAddrCompare() for case-insensitive... |
commit | commitdiff | tree |
2009-02-05 |
John Levon | report error for some xend operations on shutdown domain |
commit | commitdiff | tree |
2009-02-05 |
John Levon | robustify sexpr parser for NICs |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | syntax-check: enable prohibit_nonreentrant |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | remove remainder of offending strerror uses |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | don't include raw errno in diagnostics |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | qemud.c: use virStrerror, not strerror |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | iptables.c: Use virStrerror, not strerror. |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | use virReportOOMError rather than more verbose equivalent |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | qemu_driver.c: s/strerror/virStrerror.../ |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | remove duplicate *SetCloseExec and *SetNonBlock functions |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | ChangeLog: correct date formats one last time |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | qemu_driver.c: use virReportSystemError in place of... |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | publicize virStrerror |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | remove useless code |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | lxc_container: Don't dereference NULL upon failure |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | ChangeLog: reformat recent date/name/email lines |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | avoid a format-related warning |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | build: enable redundant-const check |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | syntax-check: enable more checks |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | cleanup: remove useless if-before-VIR_FREE |
commit | commitdiff | tree |
2009-02-02 |
Jim Meyering | tests: diagnose more open failures |
commit | commitdiff | tree |
2009-02-02 |
John Levon | fix more printf("%s", NULL) cases |
commit | commitdiff | tree |
2009-01-31 |
Guido Günther | Don't hardcode ssh port 22, use VIR_FREE, initialize... |
commit | commitdiff | tree |
2009-01-31 |
Daniel Veillard | Release of 0.6.0 |
commit | commitdiff | tree |
2009-01-31 |
Daniel Veillard | * docs/news.html*: update with infos for 0.6.0 |
commit | commitdiff | tree |
2009-01-30 |
Jim Meyering | tests: diagnose open failure |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Fix empty declaration in enum declaration |
commit | commitdiff | tree |
next |