crosvm: plugin process per vcpu state is actually shared between vcpus |
||
Issue descriptionBecause Vec::resize uses a default clone-able prototype when growing the size of a Vec, and Arc::clone merely increases the reference count on the underlying data, there is only one PerVcpuState data structure used by all VCPUs. The correct behavior is that there is a unique PerVcpuState for each VCPU.
,
Apr 27 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 27 2018