]> git.proxmox.com Git - mirror_qemu.git/commit
hvf: Use cpu_synchronize_state()
authorAlexander Graf <agraf@csgraf.de>
Thu, 3 Jun 2021 13:09:33 +0000 (14:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Jun 2021 15:43:27 +0000 (16:43 +0100)
commit65c725b5204f22987950b4368ab7db67bcc87f54
tree9738c2d61138a5b77e8b818f45d992f34fc3ee27
parentcfe58455f3b79810375cb4ef560071c1ecff6dea
hvf: Use cpu_synchronize_state()

There is no reason to call the hvf specific hvf_cpu_synchronize_state()
when we can just use the generic cpu_synchronize_state() instead. This
allows us to have less dependency on internal function definitions and
allows us to make hvf_cpu_synchronize_state() static.

Signed-off-by: Alexander Graf <agraf@csgraf.de>
Reviewed-by: Sergio Lopez <slp@redhat.com>
Message-id: 20210519202253.76782-9-agraf@csgraf.de
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
accel/hvf/hvf-accel-ops.c
accel/hvf/hvf-accel-ops.h
target/i386/hvf/x86hvf.c