Re: [Xen-devel] Modifying domain creation interface

2018-03-13 Thread Juergen Gross
On 13/03/18 17:08, Wei Liu wrote: > On Wed, Feb 21, 2018 at 03:08:23PM +0100, Juergen Gross wrote: >> Creating a new domain currently is a sequence of hypercalls with many of >> those being mandatory and needed in a specific sequence. Its has been >> discussed before to build a new interface for do

Re: [Xen-devel] Modifying domain creation interface

2018-03-13 Thread Wei Liu
On Wed, Feb 21, 2018 at 03:08:23PM +0100, Juergen Gross wrote: > Creating a new domain currently is a sequence of hypercalls with many of > those being mandatory and needed in a specific sequence. Its has been > discussed before to build a new interface for domain creation with _all_ > the mandator

[Xen-devel] Modifying domain creation interface

2018-02-21 Thread Juergen Gross
Creating a new domain currently is a sequence of hypercalls with many of those being mandatory and needed in a specific sequence. Its has been discussed before to build a new interface for domain creation with _all_ the mandatory information passed to the hypervisor in one hypercall. I'd like to s