aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add migrate-setmaxdowntime command to virshJiri Denemark2010-03-192-0/+72
* Virsh support for vol wipingDavid Allan2010-03-191-0/+42
* maint: make Red Hat copyright notices consistentEric Blake2010-03-182-3/+3
* Use WARN_CFLAGS when compiling virsh.cJiri Denemark2010-03-161-0/+1
* Fix crash in virsh after bogus commandChris Lalancette2010-03-121-1/+3
* Fix virsh command 'cd'Chris Lalancette2010-03-121-3/+3
* Fix compiler warnings in virsh.cLaine Stump2010-03-121-14/+10
* Make virsh reconnect when losing connectionDaniel Veillard2010-03-101-3/+77
* build: consistently indent preprocessor directivesEric Blake2010-03-093-26/+26
* virsh: use N_ rather than gettext_noopEric Blake2010-03-091-433/+433
* virsh: fix existing N_ usesEric Blake2010-03-091-14/+15
* virsh: silence compiler warningEric Blake2010-03-031-9/+9
* Support job cancellation in QEMU driverDaniel P. Berrange2010-03-021-0/+37
* Add QEMU driver support for job info on migration opsDaniel P. Berrange2010-03-021-21/+108
* cmdPoolDiscoverSources: initialize earlier to avoid FP from clangJim Meyering2010-03-011-4/+3
* build: avoid warning about return-with-value in void functionJim Meyering2010-02-261-1/+1
* virsh: Show errors reported by nonAPI functionsCole Robinson2010-02-251-2/+10
* build: avoid warning about unused variablesJim Meyering2010-02-251-2/+1
* virsh.c: avoid all leaks in OOM path in cmdCPUBaselineJiri Denemark2010-02-231-3/+1
* Fixed reference count in virsh pool-build commandDavid Allan2010-02-211-1/+2
* virsh.c: avoid leak on OOM error pathJim Meyering2010-02-191-0/+2
* virsh: be careful to return "FALSE" upon OOMJim Meyering2010-02-191-0/+1
* Adds a cpu-baseline command for virshJiri Denemark2010-02-172-0/+127
* vshCommandParse: placate coverityJim Meyering2010-02-161-1/+3
* Remove conn parameter from util functionsMatthias Bolte2010-02-091-2/+2
* Modify virsh commandsJim Fehlig2010-02-081-17/+84
* virt-pki-validate contains unexpanded SYSCONFDIR variableDoug Goldstein2010-02-041-1/+1
* avoid format-related warningsJim Meyering2010-02-011-2/+2
* Document cpu-compare command in virsh man pageJiri Denemark2010-01-201-0/+9
* Remove superfluous new lines from messagesJiri Denemark2010-01-191-6/+6
* BZs 528709 548485David Jorm2010-01-181-1/+13
* Revert 7aee22939f7f67a60e24472e5acc40b3b5b9d152Daniel P. Berrange2010-01-121-1/+0
* cpu_shares parameter limit documentedDavid Jorm2010-01-121-0/+1
* virsh: Use VIR_FREE instead of freeMatthias Bolte2010-01-071-151/+146
* virsh: Add persistent history using libreadlineMatthias Bolte2010-01-071-4/+65
* Document the dommemstat command in the virsh man pageAdam Litke2009-12-211-0/+4
* Change virsh dommemstats command to dommemstatDaniel Veillard2009-12-211-4/+4
* Add a new command dommemstats for virDomainMemoryStatsAdam Litke2009-12-201-0/+55
* Implement virsh command 'cpu-compare'Jiri Denemark2009-12-181-0/+65
* virsh: avoid double-freeJim Meyering2009-12-141-0/+1
* Implement --pool option for virsh vol-pathDave Allan2009-12-141-2/+4
* add --live support to "virsh dump"Paolo Bonzini2009-12-141-0/+3
* add --crash support to "virsh dump"Paolo Bonzini2009-12-141-1/+6
* add virsh --suspend arg to migrate commandPaolo Bonzini2009-12-112-4/+8
* Add virBufferFreeAndReset() and replace free()Matthias Bolte2009-12-101-2/+2
* 514532 Fix man page, most operation are synchronousDaniel Veillard2009-11-201-6/+5
* Check that domain is running when starting consoleDaniel P. Berrange2009-11-131-0/+11
* Various fixes following a code review part 2Daniel Veillard2009-11-101-6/+6
* Improve error reporting for virConnectGetHostname callsCole Robinson2009-11-031-1/+1
* Support reporting live interface IP/netmaskLaine Stump2009-11-031-2/+8