commit | c00cd99527d0d1b47a387239a7e3a8cf8ff82764 | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Fri Dec 19 00:59:46 2014 -0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 09 23:41:12 2015 +0100 |
tree | 5a8e98493bdfb3f9c481783811d5c9fb95faeb20 | |
parent | 719cac1ce20c8806303793b2501aedb9edf1bca3 [diff] |
vl: fix max_cpus check We should confirm max_cpus, which is >= smp_cpus, is <= the machine's true max_cpus, not just smp_cpus. Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>