This patch series added new APIs and virsh commands for 'managed core dump'
functionality. Existing functionalities are intact.
The 'managed core dump' functionality is in line with 'managed save',
there
can be at most 1 managed core dump per domain. In addition to the
generate/check-existence/remove APIs/commands, there's also a download
API/command to get the managed core dump of a domain for local use.
Currently the new functionality has only been implemented for qemu
hypervisor driver.
Hong Xiang (4):
new public APIs for managed core dump
remote driver implementation
qemu driver implementation
New virsh commands for managed core dump
include/libvirt/libvirt.h.in | 13 +++
src/driver.h | 18 ++++
src/libvirt.c | 187 +++++++++++++++++++++++++++++++++++++++
src/libvirt_public.syms | 8 ++
src/qemu/qemu_conf.h | 2 +
src/qemu/qemu_driver.c | 176 ++++++++++++++++++++++++++++++++++++-
src/remote/remote_driver.c | 4 +
src/remote/remote_protocol.x | 31 ++++++-
tools/virsh.c | 200 ++++++++++++++++++++++++++++++++++++++++++
9 files changed, 636 insertions(+), 3 deletions(-)