Hi, In previously sent series "[PATCH 00/21] WIP: dump: add kaslr support (for after 2.9)", I proposed a qemu-ga change to provide kaslr-related details to qemu, and other patches to append the vmcoreinfo note to the various dump format and tools.
Although it remains still undecided how to pass the guest details to qemu (the latest proposal is a vmcoreinfo ACPI device), we can still review the rest of the series dealing with the dump and vmcoreinfo note manipulation. cheers Marc-André Lureau (4): dump: add DumpInfo structure dump: add vmcoreinfo ELF note kdump: add vmcoreinfo scripts/dump-guest-memory.py: add vmcoreinfo scripts/dump-guest-memory.py | 52 ++++++++++++ include/sysemu/dump-info.h | 18 +++++ include/sysemu/dump.h | 2 + dump.c | 184 ++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 252 insertions(+), 4 deletions(-) create mode 100644 include/sysemu/dump-info.h -- 2.13.0.91.g00982b8dd