hw/misc: add vmcoreinfo device
commit6e43353f10c6688060af0bc26bdfdd4cf9c96ea2
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 11 Sep 2017 16:59:24 +0000 (11 18:59 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 15 Oct 2017 02:54:40 +0000 (15 05:54 +0300)
tree6e9dd67bd656e75812b7f0c7d2a26f353ca75bbb
parent5f9252f7cc12c5cec1b3c6695aca02eb52ea7acc
hw/misc: add vmcoreinfo device

See docs/specs/vmcoreinfo.txt for details.

"etc/vmcoreinfo" fw_cfg entry is added when using "-device vmcoreinfo".

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/specs/vmcoreinfo.txt [new file with mode: 0644]
hw/misc/Makefile.objs
hw/misc/vmcoreinfo.c [new file with mode: 0644]
include/hw/misc/vmcoreinfo.h [new file with mode: 0644]