Re: [PATCH 3/3] dump: support cancel dump process

2022-08-01 Thread Markus Armbruster
Kevin Wolf writes: > Am 28.07.2022 um 14:37 hat Marc-André Lureau geschrieben: >> Hi >> >> On Wed, Jul 27, 2022 at 6:02 PM Hogan Wang via >> wrote: >> >> > Break saving pages or dump iterate when dump job in cancel state, >> > make sure dump process exits as soon as possible. >> > >> > Signed-

Re: [PATCH 3/3] dump: support cancel dump process

2022-07-28 Thread Kevin Wolf
Am 28.07.2022 um 14:37 hat Marc-André Lureau geschrieben: > Hi > > On Wed, Jul 27, 2022 at 6:02 PM Hogan Wang via > wrote: > > > Break saving pages or dump iterate when dump job in cancel state, > > make sure dump process exits as soon as possible. > > > > Signed-off-by: Hogan Wang > > > > Ove

Re: [PATCH 3/3] dump: support cancel dump process

2022-07-28 Thread Marc-André Lureau
Hi On Wed, Jul 27, 2022 at 6:02 PM Hogan Wang via wrote: > Break saving pages or dump iterate when dump job in cancel state, > make sure dump process exits as soon as possible. > > Signed-off-by: Hogan Wang > Overall, the series looks good to me. Please send it with a top cover letter, so it c

[PATCH 3/3] dump: support cancel dump process

2022-07-27 Thread Hogan Wang via
Break saving pages or dump iterate when dump job in cancel state, make sure dump process exits as soon as possible. Signed-off-by: Hogan Wang --- dump/dump.c | 24 include/sysemu/dump.h | 2 ++ 2 files changed, 26 insertions(+) diff --git a/dump/dump.c b/dump