• C
    qemu: setvcpus: Fix maxvcpus check · d7520291
    Cole Robinson 提交于
    Doing 'virsh setvcpus $vm --config 10' doesn't check the value against the
    domains maxvcpus value. A larger value for example will prevent the guest
    from starting.
    
    Also make a similar change to the test driver.
    d7520291
qemu_driver.c 413.3 KB