On 09/05/20 05:59, Colin Xu wrote:
> From: WangBowen
>
> Dynamic allocating vcpu state structure according to smp value to be
> more precise and safe. Previously it will alloccate array of fixed size
> HAX_MAX_VCPU.
>
> This is achieved by using g_new0 to dynamic allocate the array. The
> alloca
Bowen is no longer working on the project so continue the revising.
Sorry for the delayed reply.
On 2020-05-09 11:59, Colin Xu wrote:
From: WangBowen
Dynamic allocating vcpu state structure according to smp value to be
more precise and safe. Previously it will alloccate array of fixed size
HA
From: WangBowen
Dynamic allocating vcpu state structure according to smp value to be
more precise and safe. Previously it will alloccate array of fixed size
HAX_MAX_VCPU.
This is achieved by using g_new0 to dynamic allocate the array. The
allocated size is obtained from smp.max_cpus in MachineSt