Re: [PATCH v2 0/3] dump: Arch info function pointer addition and cleanup

2023-11-10 Thread Marc-André Lureau
Hi On Thu, Nov 9, 2023 at 4:05 PM Janosch Frank wrote: > > Small cleanups/fixes to the dump info function pointer assignments as > well as a new function pointer for cleanup of residual state. > > This has come up because test managed to dump a s390 PV vm onto a disk > that was too small for the

[PATCH v2 0/3] dump: Arch info function pointer addition and cleanup

2023-11-09 Thread Janosch Frank
Small cleanups/fixes to the dump info function pointer assignments as well as a new function pointer for cleanup of residual state. This has come up because test managed to dump a s390 PV vm onto a disk that was too small for the dump. After the dump failed, the vm wasn't able to resume running si