Re: [PATCH v9 17/18] virt: acrn: Introduce an interface for Service VM to control vCPU

2021-03-04 Thread Borislav Petkov
On Thu, Mar 04, 2021 at 09:36:57AM +0800, Shuo A Liu wrote: > This patchset could fix it. > https://lore.kernel.org/lkml/20210221134339.57851-1-shuo.a@intel.com/. Yap, it does, thx. Tested-by: Borislav Petkov -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquet

Re: [PATCH v9 17/18] virt: acrn: Introduce an interface for Service VM to control vCPU

2021-03-03 Thread Shuo A Liu
On Wed 3.Mar'21 at 18:37:19 +0100, Borislav Petkov wrote: On Sun, Feb 07, 2021 at 11:10:39AM +0800, shuo.a@intel.com wrote: From: Shuo Liu ACRN supports partition mode to achieve real-time requirements. In partition mode, a CPU core can be dedicated to a vCPU of User VM. The local APIC of

[PATCH v9 17/18] virt: acrn: Introduce an interface for Service VM to control vCPU

2021-02-06 Thread shuo . a . liu
From: Shuo Liu ACRN supports partition mode to achieve real-time requirements. In partition mode, a CPU core can be dedicated to a vCPU of User VM. The local APIC of the dedicated CPU core can be passthrough to the User VM. The Service VM controls the assignment of the CPU cores. Introduce an in