Re: [PATCH v3 06/17] virt: acrn: Introduce VM management interfaces

2020-09-10 Thread Liu, Shuo A
Hi Greg, On 9/11/2020 00:28, Greg Kroah-Hartman wrote: > On Thu, Sep 10, 2020 at 02:19:00PM +0800, Shuo A Liu wrote: >> On Wed 9.Sep'20 at 11:45:16 +0200, Greg Kroah-Hartman wrote: >>> On Wed, Sep 09, 2020 at 05:08:25PM +0800, shuo.a@intel.com wrote: From: Shuo Liu The VM

Re: [PATCH v3 06/17] virt: acrn: Introduce VM management interfaces

2020-09-10 Thread Reinette Chatre
Hi Shuo and Greg, On 9/10/2020 9:28 AM, Greg Kroah-Hartman wrote: > On Thu, Sep 10, 2020 at 02:19:00PM +0800, Shuo A Liu wrote: >> On Wed 9.Sep'20 at 11:45:16 +0200, Greg Kroah-Hartman wrote: >>> On Wed, Sep 09, 2020 at 05:08:25PM +0800, shuo.a@intel.com wrote: ... /** *

Re: [PATCH v3 06/17] virt: acrn: Introduce VM management interfaces

2020-09-10 Thread Greg Kroah-Hartman
On Thu, Sep 10, 2020 at 02:19:00PM +0800, Shuo A Liu wrote: > Hi Greg, > > On Wed 9.Sep'20 at 11:45:16 +0200, Greg Kroah-Hartman wrote: > > On Wed, Sep 09, 2020 at 05:08:25PM +0800, shuo.a@intel.com wrote: > > > From: Shuo Liu > > > > > > The VM management interfaces expose several VM

Re: [PATCH v3 06/17] virt: acrn: Introduce VM management interfaces

2020-09-10 Thread Shuo A Liu
Hi Greg, On Wed 9.Sep'20 at 11:45:16 +0200, Greg Kroah-Hartman wrote: On Wed, Sep 09, 2020 at 05:08:25PM +0800, shuo.a@intel.com wrote: From: Shuo Liu The VM management interfaces expose several VM operations to ACRN userspace via ioctls. For example, creating VM, starting VM,

Re: [PATCH v3 06/17] virt: acrn: Introduce VM management interfaces

2020-09-09 Thread Greg Kroah-Hartman
On Wed, Sep 09, 2020 at 05:08:25PM +0800, shuo.a@intel.com wrote: > From: Shuo Liu > > The VM management interfaces expose several VM operations to ACRN > userspace via ioctls. For example, creating VM, starting VM, destroying > VM and so on. > > The ACRN Hypervisor needs to exchange data

[PATCH v3 06/17] virt: acrn: Introduce VM management interfaces

2020-09-09 Thread shuo . a . liu
From: Shuo Liu The VM management interfaces expose several VM operations to ACRN userspace via ioctls. For example, creating VM, starting VM, destroying VM and so on. The ACRN Hypervisor needs to exchange data with the ACRN userspace during the VM operations. HSM provides VM operation ioctls to