diff options
author | David Hildenbrand | 2018-04-12 11:35:21 +0200 |
---|---|---|
committer | Cornelia Huck | 2018-04-30 10:31:41 +0200 |
commit | e7c3246162398677eb96f55f267de00809ea213d (patch) | |
tree | c6566fbab2b8a775798fb4cdc2637adb3fd93965 /include/hw/boards.h | |
parent | vfio-ccw: introduce vfio_ccw_get_device() (diff) | |
download | qemu-e7c3246162398677eb96f55f267de00809ea213d.tar.gz qemu-e7c3246162398677eb96f55f267de00809ea213d.tar.xz qemu-e7c3246162398677eb96f55f267de00809ea213d.zip |
s390x/kvm: cleanup calls to cpu_synchronize_state()
We have a call to cpu_synchronize_state() on every kvm_arch_handle_exit().
Let's remove the ones that are no longer needed.
Remaining places (for s390x) are in
- target/s390x/sigp.c, on the target CPU
- target/s390x/cpu.c:s390_cpu_get_crash_info()
While at it, use kvm_cpu_synchronize_state() instead of
cpu_synchronize_state() in KVM code. (suggested by Thomas Huth)
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20180412093521.2469-1-david@redhat.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'include/hw/boards.h')
0 files changed, 0 insertions, 0 deletions