Re: [PATCH V2 08/13] migration: VMSTATE_FD

2024-10-07 Thread Steven Sistare
On 10/7/2024 12:36 PM, Peter Xu wrote: On Mon, Sep 30, 2024 at 12:40:39PM -0700, Steve Sistare wrote: Define VMSTATE_FD for declaring a file descriptor field in a VMStateDescription. Signed-off-by: Steve Sistare --- include/migration/vmstate.h | 9 + migration/vmstate-types.c | 3

Re: [PATCH V2 08/13] migration: VMSTATE_FD

2024-10-07 Thread Peter Xu
On Mon, Sep 30, 2024 at 12:40:39PM -0700, Steve Sistare wrote: > Define VMSTATE_FD for declaring a file descriptor field in a > VMStateDescription. > > Signed-off-by: Steve Sistare > --- > include/migration/vmstate.h | 9 + > migration/vmstate-types.c | 32

[PATCH V2 08/13] migration: VMSTATE_FD

2024-09-30 Thread Steve Sistare
Define VMSTATE_FD for declaring a file descriptor field in a VMStateDescription. Signed-off-by: Steve Sistare --- include/migration/vmstate.h | 9 + migration/vmstate-types.c | 32 2 files changed, 41 insertions(+) diff --git a/include/migration/vmsta