Re: [PATCH v7 06/18] virt: acrn: Introduce VM management interfaces

2021-01-10 Thread Shuo A Liu
On Fri 8.Jan'21 at 16:31:34 +0100, Greg Kroah-Hartman wrote: On Wed, Jan 06, 2021 at 03:50:43PM +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

Re: [PATCH v7 06/18] virt: acrn: Introduce VM management interfaces

2021-01-08 Thread Greg Kroah-Hartman
On Wed, Jan 06, 2021 at 03:50:43PM +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 wi

[PATCH v7 06/18] virt: acrn: Introduce VM management interfaces

2021-01-05 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