]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Include migration support for machine check handling
authorAravinda Prasad <arawinda.p@gmail.com>
Thu, 30 Jan 2020 18:44:22 +0000 (00:14 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 3 Feb 2020 00:33:11 +0000 (11:33 +1100)
commit2500fb423adb17995485de0b4d507cf2f09e3a7f
treeefe8049cb32d4d7bc98e1a21fc298e7f11a0f40c
parentf03496bc123df4d5a595fd4aa2113786c313e41e
migration: Include migration support for machine check handling

This patch includes migration support for machine check
handling. Especially this patch blocks VM migration
requests until the machine check error handling is
complete as these errors are specific to the source
hardware and is irrelevant on the target hardware.

Signed-off-by: Aravinda Prasad <arawinda.p@gmail.com>
[Do not set FWNMI cap in post_load, now its done in .apply hook]
Signed-off-by: Ganesh Goudar <ganeshgr@linux.ibm.com>
Message-Id: <20200130184423.20519-7-ganeshgr@linux.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c
hw/ppc/spapr_events.c
hw/ppc/spapr_rtas.c
include/hw/ppc/spapr.h