]> git.proxmox.com Git - mirror_qemu.git/commit - dump.c
dump: Abstract dump_init() with cpu_synchronize_all_states()
authorAndreas Färber <afaerber@suse.de>
Sun, 9 Jun 2013 14:48:29 +0000 (16:48 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 11 Jun 2013 17:01:39 +0000 (19:01 +0200)
commit1b3509ca5bbd8e7d2be92ac42196a3ee2e31cb03
tree1b13463c1d666beff15d37f3d8fdae7c2609865d
parent6db297ea361f4e03c096a0f28f26b060f0060de5
dump: Abstract dump_init() with cpu_synchronize_all_states()

Instead of calling cpu_synchronize_state() for each CPU, call the
existing cpu_synchronize_all_states() helper.

Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
dump.c