]> Git Repo - qemu.git/commitdiff
exec: Do vmstate unregistration from cpu_exec_exit()
authorBharata B Rao <[email protected]>
Thu, 12 May 2016 03:48:12 +0000 (09:18 +0530)
committerDavid Gibson <[email protected]>
Mon, 30 May 2016 04:03:29 +0000 (14:03 +1000)
cpu_exec_init() does vmstate_register for the CPU device. This needs to be
undone from cpu_exec_exit(). This change is needed to support CPU hot
removal.

Signed-off-by: Bharata B Rao <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: David Gibson <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
[dwg: added missing include to fix compile on some archs]
Signed-off-by: David Gibson <[email protected]>

No differences found
This page took 0.024566 seconds and 4 git commands to generate.