]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
exec: Do vmstate unregistration from cpu_exec_exit()
authorBharata B Rao <bharata@linux.vnet.ibm.com>
Thu, 12 May 2016 03:48:12 +0000 (09:18 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 May 2016 04:03:29 +0000 (14:03 +1000)
commit9dfeca7c6b1d3a8f36531bbbac0322a9907bcd86
tree0bfac7dc935693d7a68537c4fd55ba4e34ea9126
parent1c59eb39cf75e660b1ac4ea95ef789c84021a1c4
exec: Do vmstate unregistration from cpu_exec_exit()

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 <bharata@linux.vnet.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
[dwg: added missing include to fix compile on some archs]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
exec.c