Re: [RFC PATCH v1] x86/cpu: initialize the CPU concurrently

2020-12-21 Thread Zhenyu Ye
Hi Igor Mammedov, Thanks for your review. On 2020/12/19 1:17, Igor Mammedov wrote: > On Wed, 25 Nov 2020 19:54:17 +0800 > Zhenyu Ye wrote: > >> From 0b4318c9dbf6fa152ec14eab29837ea06e2d78e5 Mon Sep 17 00:00:00 2001 >> From: eillon >> Date: Wed, 25 Nov 2020 19:17:03 +0800 >> Subject: [PATCH] x8

Re: [RFC PATCH v1] x86/cpu: initialize the CPU concurrently

2020-12-21 Thread Zhenyu Ye
Hi Eduardo, Thanks for your review. On 2020/12/19 2:47, Eduardo Habkost wrote: > On Wed, Nov 25, 2020 at 07:54:17PM +0800, Zhenyu Ye wrote: >> From 0b4318c9dbf6fa152ec14eab29837ea06e2d78e5 Mon Sep 17 00:00:00 2001 >> From: eillon >> Date: Wed, 25 Nov 2020 19:17:03 +0800 >> Subject: [PATCH] x86/c

Re: [RFC PATCH v1] x86/cpu: initialize the CPU concurrently

2020-12-18 Thread Eduardo Habkost
Hi, Thanks for the patch, and sorry for taking so long to look at it. On Wed, Nov 25, 2020 at 07:54:17PM +0800, Zhenyu Ye wrote: > From 0b4318c9dbf6fa152ec14eab29837ea06e2d78e5 Mon Sep 17 00:00:00 2001 > From: eillon > Date: Wed, 25 Nov 2020 19:17:03 +0800 > Subject: [PATCH] x86/cpu: initialize

Re: [RFC PATCH v1] x86/cpu: initialize the CPU concurrently

2020-12-18 Thread Igor Mammedov
On Wed, 25 Nov 2020 19:54:17 +0800 Zhenyu Ye wrote: > From 0b4318c9dbf6fa152ec14eab29837ea06e2d78e5 Mon Sep 17 00:00:00 2001 > From: eillon > Date: Wed, 25 Nov 2020 19:17:03 +0800 > Subject: [PATCH] x86/cpu: initialize the CPU concurrently > > Currently we initialize cpu one by one in qemu_init

[RFC PATCH v1] x86/cpu: initialize the CPU concurrently

2020-11-25 Thread Zhenyu Ye
>From 0b4318c9dbf6fa152ec14eab29837ea06e2d78e5 Mon Sep 17 00:00:00 2001 From: eillon Date: Wed, 25 Nov 2020 19:17:03 +0800 Subject: [PATCH] x86/cpu: initialize the CPU concurrently Currently we initialize cpu one by one in qemu_init_vcpu(), every cpu should have to wait util cpu->created = true.