Re: [PATCH for-4.14 2/2] tools/libxc: xc_memshr_fork with interrupts disabled

2020-05-22 Thread Ian Jackson
Tamas K Lengyel writes ("[PATCH for-4.14 2/2] tools/libxc: xc_memshr_fork with interrupts disabled"): > Toolstack side for creating forks with interrupt injection disabled. Acked-by: Ian Jackson Subject to the hypervisor folks being happy with the underlying feature. Ian.

Re: [PATCH for-4.14 2/2] tools/libxc: xc_memshr_fork with interrupts disabled

2020-05-22 Thread Roger Pau Monné
On Thu, May 21, 2020 at 03:53:23PM -0700, Tamas K Lengyel wrote: > Toolstack side for creating forks with interrupt injection disabled. > > Signed-off-by: Tamas K Lengyel Reviewed-by: Roger Pau Monné I have the same suggestion to use block instead of prohibit, so if you agree to change it on p

[PATCH for-4.14 2/2] tools/libxc: xc_memshr_fork with interrupts disabled

2020-05-21 Thread Tamas K Lengyel
Toolstack side for creating forks with interrupt injection disabled. Signed-off-by: Tamas K Lengyel --- tools/libxc/include/xenctrl.h | 3 ++- tools/libxc/xc_memshr.c | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/includ