summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* maint: fix comma style issues: tests, toolsEric Blake2013-11-202-5/+6
* libvirt-guests: Run only after libvirtdCole Robinson2013-11-201-1/+1
* Don't depend on syslog.serviceGuido Günther2013-11-191-1/+1
* Fix virsh net-info output for consistencyHao Liu2013-11-191-2/+2
* build: work around super-old readline.hRyota Ozaki2013-11-181-2/+5
* virsh-secret: Unify list column alignmentPeter Krempa2013-11-131-4/+5
* virsh-interface: Unify list column alignmentPeter Krempa2013-11-131-3/+3
* virsh-nwfilter: Unify list command column alignmentPeter Krempa2013-11-131-4/+4
* virsh-pool: Unify spacing of listing functionPeter Krempa2013-11-131-5/+5
* virsh-volume: Unify strigification of volume typePeter Krempa2013-11-121-32/+29
* virsh-volume: Unify alignment of vol-list output columnsPeter Krempa2013-11-121-5/+6
* virsh-domain: Mark --live and --config mutually exclusive in vcpucountPeter Krempa2013-11-111-0/+1
* virsh: new environment variable VIRSH_HISTSIZEPavel Raiskup2013-10-292-1/+21
* virsh: undocument --shareable (--mode already covers it)Eric Blake2013-10-242-9/+6
* virsh: allow alias to expand to opt=value pairEric Blake2013-10-241-8/+50
* virsh: fix doc typosEric Blake2013-10-241-3/+3
* virsh: Fix job watching when STDIN is not a ttyPeter Krempa2013-10-223-1/+15
* Remove all direct use of getenvDaniel P. Berrange2013-10-211-9/+9
* Set a sane $PATH for virt-login-shellDaniel P. Berrange2013-10-211-0/+2
* Don't link virt-login-shell against libvirt.so (CVE-2013-4400)CVE-2013-4400-3Daniel P. Berrange2013-10-211-2/+7
* Close all non-stdio FDs in virt-login-shell (CVE-2013-4400)CVE-2013-4400-2Daniel P. Berrange2013-10-211-0/+12
* virsh: improve usability of '--print-xml' flag for attach-disk commandChen Hanxiao2013-10-171-8/+9
* virsh: fix a typo in virsh-domainChen Hanxiao2013-10-171-1/+1
* fix typo in lxc_driver.c and virsh-nodedev.cHongwei Bi2013-10-151-1/+1
* docs: change the minimum weight description for blkioChen Hanxiao2013-10-151-5/+6
* Migration: Introduce VIR_MIGRATE_PARAM_LISTEN_ADDRESSMichal Privoznik2013-10-112-2/+19
* build: add configure --without-readlineEric Blake2013-10-071-6/+6
* Fix handling of IPv6 listen addresses in cmdDomDisplayJán Tomko2013-10-011-1/+6
* virsh-volume: Add missing check when calling virStreamNewHongwei Bi2013-09-301-2/+10
* virsh-domain: Free dom before return false in cmdDumpHongwei Bi2013-09-301-1/+1
* build: fix build --without-lxcEric Blake2013-09-271-2/+6
* virsh: Fix domdisplay when domain only uses TLSChristophe Fergeau2013-09-271-12/+16
* virsh-domain: Add a missing check and fix leak in cmdScreenshotHongwei Bi2013-09-251-3/+4
* virsh: add function to get the CPU models for an archGiuseppe Scrivano2013-09-232-0/+59
* virsh: add missing "async" option in opts_block_commitSimone Gotti2013-09-192-2/+9
* virsh: Add vshCompleter to each optionTomas Meszaros2013-09-171-0/+4
* virsh: Don't shadow global variable "remove" in cmdMetadataPeter Krempa2013-09-171-3/+3
* virsh-domain: Add command to allow modifications of XML metadataPeter Krempa2013-09-171-0/+161
* virsh-domain: use virXMLNodeToString instead of xmlNodeDumpPeter Krempa2013-09-171-86/+31
* virsh-domain: Line up signal names arrayPeter Krempa2013-09-171-12/+12
* virsh-domain: Remove spurious ATTRIBUTE_UNUSED from cmdDescPeter Krempa2013-09-171-1/+1
* virsh: Fix a wrong check in cmdEcho()Hongwei Bi2013-09-171-1/+1
* virsh: move command maxvcpus from domain group to host group.yangdongsheng2013-09-152-44/+44
* tools: add missing 'interface' type and update man pageAlex Jia2013-09-131-0/+19
* virsh domjobinfo: Do not return 1 if job is NONEJiri Denemark2013-09-121-0/+1
* Docs: fix a typo in virt-login-shell.podAlex Jia2013-09-061-1/+1
* Stop free'ing 'const char *' stringsDaniel P. Berrange2013-09-051-9/+10
* virsh: fix build on mingw, which lacks termios stuffEric Blake2013-09-042-7/+20
* build: enforce makefile conditional styleEric Blake2013-09-041-7/+7
* virsh-console: Avoid using signal() in multithreaded applicationPeter Krempa2013-09-031-25/+27