Re: [PATCH 2/2] dump: Fix HMP dump-guest-memory -z without -R

2023-11-08 Thread Marc-André Lureau
On Wed, Nov 8, 2023 at 9:38 AM Markus Armbruster wrote: > > -z without -R has no effect: the dump format remains @elf. Fix the > logic error so it becomes @kdump-zlib. > > Fixes: e6549197f7ed (dump: Add command interface for kdump-raw formats) > Fixes: CID 1523841 > Signed-off-by: Markus Armbrust

[PATCH 2/2] dump: Fix HMP dump-guest-memory -z without -R

2023-11-07 Thread Markus Armbruster
-z without -R has no effect: the dump format remains @elf. Fix the logic error so it becomes @kdump-zlib. Fixes: e6549197f7ed (dump: Add command interface for kdump-raw formats) Fixes: CID 1523841 Signed-off-by: Markus Armbruster --- dump/dump-hmp-cmds.c | 2 +- 1 file changed, 1 insertion(+),