Re: [PATCH] colo: Don't dump colo cache if dump-guest-core=off

2021-11-02 Thread Juan Quintela
Lukas Straub wrote: > One might set dump-guest-core=off to make coredumps smaller and > still allow to debug many qemu bugs. Extend this option to the colo > cache. > > Signed-off-by: Lukas Straub Reviewed-by: Juan Quintela

[PATCH] colo: Don't dump colo cache if dump-guest-core=off

2021-07-04 Thread Lukas Straub
One might set dump-guest-core=off to make coredumps smaller and still allow to debug many qemu bugs. Extend this option to the colo cache. Signed-off-by: Lukas Straub --- migration/ram.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/migration/ram.c b/migration/ram.c index 723af67c2e.