vmexit: fix race in joining smp tests
'nr_cpus_done' is not incremented atomically; this has been observed to
cause tests to stall. Fix by using a proper atomic increment.
Signed-off-by:
Avi Kivity <avi@redhat.com>
Please register or sign in to comment