summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexey Kardashevskiy2014-04-15 07:06:10 +0200
committerAlexander Graf2014-06-16 13:24:27 +0200
commit569be9f0551f5941335afa525b2b83d4dfb4210c (patch)
tree702691ace3c9746ff474a28f0e758791114255e0 /include
parenttarget-ppc: Eliminate Magic Number MSR Masks (diff)
downloadqemu-569be9f0551f5941335afa525b2b83d4dfb4210c.tar.gz
qemu-569be9f0551f5941335afa525b2b83d4dfb4210c.tar.xz
qemu-569be9f0551f5941335afa525b2b83d4dfb4210c.zip
target-ppc: Remove PVR check from migration
Currently migration fails if CPU version (PVR register) is different even a bit. This check is performed at the very end of migration when device states are sent. This is too late for management software and we need to provide a way for the user to make sure that migration will succeed if QEMU is started with appropritate command line parameters. This removes the PVR check. This resets PVR to the default value as the existing VMSTATE record for SPR array sends all 1024 registers unconditionally and overwrites the destination PVR. If the user wants some guarantees for migration to succeed, then a CPU name or "host" CPU with a "compat" option (on its way to upsteam) should be used and KVM or TCG is expected to fail on unsupported values at the moment of QEMU start. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions