Re: [RFC PATCH 05/18] virt/mshv: create partition ioctl

2021-03-04 Thread Nuno Das Neves
On 2/9/2021 5:15 AM, Vitaly Kuznetsov wrote: > Nuno Das Neves writes: > >> Add MSHV_CREATE_PARTITION, which creates an fd to track a new partition. >> Partition is not yet created in the hypervisor itself. >> Introduce header files for userspace-facing hyperv structures. >> >> Co-developed-by:

Re: [RFC PATCH 05/18] virt/mshv: create partition ioctl

2021-02-09 Thread Vitaly Kuznetsov
Nuno Das Neves writes: > Add MSHV_CREATE_PARTITION, which creates an fd to track a new partition. > Partition is not yet created in the hypervisor itself. > Introduce header files for userspace-facing hyperv structures. > > Co-developed-by: Lillian Grassin-Drake > Signed-off-by: Lillian

[RFC PATCH 05/18] virt/mshv: create partition ioctl

2020-11-20 Thread Nuno Das Neves
Add MSHV_CREATE_PARTITION, which creates an fd to track a new partition. Partition is not yet created in the hypervisor itself. Introduce header files for userspace-facing hyperv structures. Co-developed-by: Lillian Grassin-Drake Signed-off-by: Lillian Grassin-Drake Signed-off-by: Nuno Das