Re: [PATCH 2/3] tools/libxc: change xc_memshr_fork_reset API to match hypervisor

2022-05-18 Thread Jan Beulich
On 18.05.2022 19:03, Tamas K Lengyel wrote: > On Wed, May 18, 2022 at 11:48 AM Jan Beulich wrote: >> >> On 18.05.2022 17:01, Tamas K Lengyel wrote: >>> On Thu, May 12, 2022 at 9:46 AM Tamas K Lengyel >>> wrote: On Thu, May 5, 2022 at 4:27 AM Roger Pau Monné wrote: > > On

Re: [PATCH 2/3] tools/libxc: change xc_memshr_fork_reset API to match hypervisor

2022-05-18 Thread Tamas K Lengyel
On Wed, May 18, 2022 at 11:48 AM Jan Beulich wrote: > > On 18.05.2022 17:01, Tamas K Lengyel wrote: > > On Thu, May 12, 2022 at 9:46 AM Tamas K Lengyel > > wrote: > >> > >> On Thu, May 5, 2022 at 4:27 AM Roger Pau Monné > >> wrote: > >>> > >>> On Wed, Apr 27, 2022 at 11:34:19AM -0400, Tamas K L

Re: [PATCH 2/3] tools/libxc: change xc_memshr_fork_reset API to match hypervisor

2022-05-18 Thread Jan Beulich
On 18.05.2022 17:01, Tamas K Lengyel wrote: > On Thu, May 12, 2022 at 9:46 AM Tamas K Lengyel > wrote: >> >> On Thu, May 5, 2022 at 4:27 AM Roger Pau Monné wrote: >>> >>> On Wed, Apr 27, 2022 at 11:34:19AM -0400, Tamas K Lengyel wrote: Need to separately specify if the reset is for the memor

Re: [PATCH 2/3] tools/libxc: change xc_memshr_fork_reset API to match hypervisor

2022-05-18 Thread Tamas K Lengyel
On Thu, May 12, 2022 at 9:46 AM Tamas K Lengyel wrote: > > On Thu, May 5, 2022 at 4:27 AM Roger Pau Monné wrote: > > > > On Wed, Apr 27, 2022 at 11:34:19AM -0400, Tamas K Lengyel wrote: > > > Need to separately specify if the reset is for the memory or for the VM > > > state, > > > or both. > >

Re: [PATCH 2/3] tools/libxc: change xc_memshr_fork_reset API to match hypervisor

2022-05-12 Thread Tamas K Lengyel
On Thu, May 5, 2022 at 4:27 AM Roger Pau Monné wrote: > > On Wed, Apr 27, 2022 at 11:34:19AM -0400, Tamas K Lengyel wrote: > > Need to separately specify if the reset is for the memory or for the VM > > state, > > or both. > > > > Signed-off-by: Tamas K Lengyel > > Reviewed-by: Roger Pau Monné

Re: [PATCH 2/3] tools/libxc: change xc_memshr_fork_reset API to match hypervisor

2022-05-05 Thread Roger Pau Monné
On Wed, Apr 27, 2022 at 11:34:19AM -0400, Tamas K Lengyel wrote: > Need to separately specify if the reset is for the memory or for the VM state, > or both. > > Signed-off-by: Tamas K Lengyel Reviewed-by: Roger Pau Monné Thanks.

Re: [PATCH 2/3] tools/libxc: change xc_memshr_fork_reset API to match hypervisor

2022-05-04 Thread Tamas K Lengyel
On Wed, Apr 27, 2022 at 11:52 AM Tamas K Lengyel wrote: > > Need to separately specify if the reset is for the memory or for the VM state, > or both. > > Signed-off-by: Tamas K Lengyel > --- > v5: split from the hypervisor-side patch Patch ping. Could a toolstack maintainer please take a look at

[PATCH 2/3] tools/libxc: change xc_memshr_fork_reset API to match hypervisor

2022-04-27 Thread Tamas K Lengyel
Need to separately specify if the reset is for the memory or for the VM state, or both. Signed-off-by: Tamas K Lengyel --- v5: split from the hypervisor-side patch --- tools/include/xenctrl.h | 3 ++- tools/libs/ctrl/xc_memshr.c | 7 ++- 2 files changed, 8 insertions(+), 2 deletions(-)