]> xenbits.xensource.com Git - libvirt.git/commit
virsh: move command maxvcpus from domain group to host group.
authoryangdongsheng <yangds.fnst@cn.fujitsu.com>
Mon, 9 Sep 2013 02:14:22 +0000 (10:14 +0800)
committerDoug Goldstein <cardoe@cardoe.com>
Mon, 16 Sep 2013 03:39:41 +0000 (22:39 -0500)
commit6c038ee330306daae77e2565dff83c5504c74c35
tree2915857044410f3c4efde70139294c78edf73105
parent42c6a0cdf94e22dd72bf03af2496dc73163f6961
virsh: move command maxvcpus from domain group to host group.

Since the maxvcpus command query the maximum number of virtual
CPUs supported for a guest VM on this connection, it should be
in virsh-host.c but not virsh-domain.c.

Signed-off-by: yangdongsheng <yangds.fnst@cn.fujitsu.com>
tools/virsh-domain.c
tools/virsh-host.c