Re: [PATCH] hax: Dynamic allocate vcpu state structure

2020-04-28 Thread Philippe Mathieu-Daudé
On 4/28/20 4:47 AM, Colin Xu wrote: And this one. 3 patches for HAX. Thanks in advance. -- Best Regards, Colin Xu On Mon, 20 Apr 2020, Colin Xu wrote: Looks good to me. Reviewed-by: Colin Xu -- Best Regards, Colin Xu On Mon, 6 Apr 2020, WangBowen wrote: Dynamic allocating vcpu state s

Re: [PATCH] hax: Dynamic allocate vcpu state structure

2020-04-27 Thread Colin Xu
And this one. 3 patches for HAX. Thanks in advance. -- Best Regards, Colin Xu On Mon, 20 Apr 2020, Colin Xu wrote: Looks good to me. Reviewed-by: Colin Xu -- Best Regards, Colin Xu On Mon, 6 Apr 2020, WangBowen wrote: Dynamic allocating vcpu state structure according to smp value to b

Re: [PATCH] hax: Dynamic allocate vcpu state structure

2020-04-19 Thread Colin Xu
Looks good to me. Reviewed-by: Colin Xu -- Best Regards, Colin Xu On Mon, 6 Apr 2020, WangBowen wrote: 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_new

[PATCH] hax: Dynamic allocate vcpu state structure

2020-04-06 Thread 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 MachineState. Also, the siz

Re: [PATCH] hax: Dynamic allocate vcpu state structure

2020-04-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200406035016.609-1-bowen.w...@intel.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH] hax: Dynamic allocate vcpu state structure Message-id: 20200406035016.609-1-bowen.w...@intel.com

[PATCH] hax: Dynamic allocate vcpu state structure

2020-04-05 Thread WangBowen
Dynamic allocating vcpu state structure according to smp value to be more precise and safe. Previously it will allocate 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 MachineState. Also, the size