Skip to content
Snippets Groups Projects
Commit 65c725b5 authored by Alexander Graf's avatar Alexander Graf Committed by Peter Maydell
Browse files

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: default avatarAlexander Graf <agraf@csgraf.de>
Reviewed-by: default avatarSergio Lopez <slp@redhat.com>
Message-id: 20210519202253.76782-9-agraf@csgraf.de
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent cfe58455
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment