10 Jun
2026
10 Jun
'26
11:16 a.m.
On Wed, May 20, 2026 at 16:49:38 +0530, Akash Kulhalli via Devel wrote:
Do not reject setvcpu --enable --async or setvcpus --guest --async in virsh.
For setvcpu, async only affects live unplug and is documented as having no effect when enabling vCPUs. For setvcpus, guest+async is a driver-visible flag combination; drivers should decide whether they can support it. Keep virsh validation limited to API-level constraints and let drivers report unsupported combinations.
Signed-off-by: Akash Kulhalli <akash.kulhalli@oracle.com> --- tools/virsh-domain.c | 2 -- 1 file changed, 2 deletions(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>