Re: [PATCH v17 2/2] xen/tools: VM forking toolstack side

2020-05-06 Thread Tamas K Lengyel
On Wed, May 6, 2020 at 7:00 AM Wei Liu wrote: > > On Fri, May 01, 2020 at 07:59:45AM -0600, Tamas K Lengyel wrote: > > On Thu, Apr 23, 2020 at 9:33 AM Tamas K Lengyel > > wrote: > > > > > > Add necessary bits to implement "xl fork-vm" commands. The command allows > > > the > > > user to

Re: [PATCH v17 2/2] xen/tools: VM forking toolstack side

2020-05-06 Thread Wei Liu
On Fri, May 01, 2020 at 07:59:45AM -0600, Tamas K Lengyel wrote: > On Thu, Apr 23, 2020 at 9:33 AM Tamas K Lengyel > wrote: > > > > Add necessary bits to implement "xl fork-vm" commands. The command allows > > the > > user to specify how to launch the device model allowing for a late-launch >

Re: [PATCH v17 2/2] xen/tools: VM forking toolstack side

2020-05-01 Thread Tamas K Lengyel
On Thu, Apr 23, 2020 at 9:33 AM Tamas K Lengyel wrote: > > Add necessary bits to implement "xl fork-vm" commands. The command allows the > user to specify how to launch the device model allowing for a late-launch > model > in which the user can execute the fork without the device model and

Re: [PATCH v17 2/2] xen/tools: VM forking toolstack side

2020-04-24 Thread Jan Beulich
On 23.04.2020 17:30, Tamas K Lengyel wrote: > Add necessary bits to implement "xl fork-vm" commands. The command allows the > user to specify how to launch the device model allowing for a late-launch > model > in which the user can execute the fork without the device model and decide to > only

[PATCH v17 2/2] xen/tools: VM forking toolstack side

2020-04-23 Thread Tamas K Lengyel
Add necessary bits to implement "xl fork-vm" commands. The command allows the user to specify how to launch the device model allowing for a late-launch model in which the user can execute the fork without the device model and decide to only later launch it. Signed-off-by: Tamas K Lengyel ---