Re: [libvirt] [PATCH 01/19] virsh: Add current vcpu list completion to guestvcpus command

2020-11-02 Thread Michal Privoznik
On 11/2/20 9:26 AM, Lin Ma wrote: Unlike the setvcpu command, The option --cpulist of guestvcpus command means the current vcpus list, rather than the maxvcpus list. Not really. It depends what mode the command operates in. If it's --enable then offlined vCPUs should be listed, if it's

[libvirt] [PATCH 01/19] virsh: Add current vcpu list completion to guestvcpus command

2020-11-02 Thread Lin Ma
Unlike the setvcpu command, The option --cpulist of guestvcpus command means the current vcpus list, rather than the maxvcpus list. Signed-off-by: Lin Ma --- tools/virsh-completer-domain.c | 36 ++ tools/virsh-completer-domain.h | 4 tools/virsh-domain.c