Re: [PATCH v18 2/2] tools/libxl: VM forking toolstack side

2020-05-14 Thread Tamas K Lengyel
On Thu, May 14, 2020 at 8:52 AM Ian Jackson wrote: > > Tamas K Lengyel writes ("[PATCH v18 2/2] tools/libxl: VM forking toolstack > side"): > > Add necessary bits to implement "xl fork-vm" commands. The command allows > > the > > user to specif

Re: [PATCH v18 2/2] tools/libxl: VM forking toolstack side

2020-05-14 Thread Ian Jackson
Tamas K Lengyel writes ("[PATCH v18 2/2] tools/libxl: VM forking toolstack side"): > 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 u

[PATCH v18 2/2] tools/libxl: VM forking toolstack side

2020-05-06 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 --- doc