6ff3e65 qemu: process: Enforce 'vcpu' order range to <1,maxvcpus>

Authored and Committed by Peter Krempa 7 years ago
    qemu: process: Enforce 'vcpu' order range to <1,maxvcpus>
    
    The current code that validates duplicate vcpu order would not work
    properly if the order would exceed def->maxvcpus. Limit the order to the
    interval described.
    
        
file modified
+6 -2