[libvirt] [PATCH 0/2] vmcoreinfo feature

marcandre.lureau@redhat.com posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20171116164939.9202-1-marcandre.lureau@redhat.com
docs/formatdomain.html.in                          |  4 +++
docs/news.xml                                      | 11 +++++++
docs/schemas/domaincommon.rng                      |  9 +++++
src/conf/domain_conf.c                             |  3 ++
src/conf/domain_conf.h                             |  1 +
src/qemu/qemu_capabilities.c                       |  2 ++
src/qemu/qemu_capabilities.h                       |  1 +
src/qemu/qemu_command.c                            | 26 +++++++++++++++
.../qemuxml2argvdata/qemuxml2argv-vmcoreinfo.args  | 25 ++++++++++++++
tests/qemuxml2argvdata/qemuxml2argv-vmcoreinfo.xml | 28 ++++++++++++++++
tests/qemuxml2argvtest.c                           |  1 +
.../qemuxml2xmlout-vmcoreinfo.xml                  | 38 ++++++++++++++++++++++
tests/qemuxml2xmltest.c                            |  1 +
13 files changed, 150 insertions(+)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-vmcoreinfo.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-vmcoreinfo.xml
create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-vmcoreinfo.xml
[libvirt] [PATCH 0/2] vmcoreinfo feature
Posted by marcandre.lureau@redhat.com 6 years, 4 months ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

Starting with QEMU 2.11, the guest can save kernel debug details when
this feature is enabled and the kernel supports it. It is useful to
process kernel dump with KASLR enabled, and also provides various
kernel details to crash tools.

rfc->v1:
- rebased
- update commit message to give some internal fw_cfg details
- add news patch

Marc-André Lureau (2):
  qemu: add vmcoreinfo support
  news: add vmcoreinfo feature details

 docs/formatdomain.html.in                          |  4 +++
 docs/news.xml                                      | 11 +++++++
 docs/schemas/domaincommon.rng                      |  9 +++++
 src/conf/domain_conf.c                             |  3 ++
 src/conf/domain_conf.h                             |  1 +
 src/qemu/qemu_capabilities.c                       |  2 ++
 src/qemu/qemu_capabilities.h                       |  1 +
 src/qemu/qemu_command.c                            | 26 +++++++++++++++
 .../qemuxml2argvdata/qemuxml2argv-vmcoreinfo.args  | 25 ++++++++++++++
 tests/qemuxml2argvdata/qemuxml2argv-vmcoreinfo.xml | 28 ++++++++++++++++
 tests/qemuxml2argvtest.c                           |  1 +
 .../qemuxml2xmlout-vmcoreinfo.xml                  | 38 ++++++++++++++++++++++
 tests/qemuxml2xmltest.c                            |  1 +
 13 files changed, 150 insertions(+)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-vmcoreinfo.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-vmcoreinfo.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-vmcoreinfo.xml

-- 
2.15.0.125.g8f49766d64

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] vmcoreinfo feature
Posted by Martin Kletzander 6 years, 4 months ago
On Thu, Nov 16, 2017 at 05:49:37PM +0100, marcandre.lureau@redhat.com wrote:
>From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
>Hi,
>
>Starting with QEMU 2.11, the guest can save kernel debug details when
>this feature is enabled and the kernel supports it. It is useful to
>process kernel dump with KASLR enabled, and also provides various
>kernel details to crash tools.
>
>rfc->v1:
>- rebased
>- update commit message to give some internal fw_cfg details
>- add news patch
>

Thanks, ACK.  There was still one issue that wouldn't go through make
syntax-check, but I fixed it and pushed the series.
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list