]> git.proxmox.com Git - mirror_qemu.git/commit
hvf: Introduce hvf_arch_init() callback
authorAlexander Graf <agraf@csgraf.de>
Thu, 16 Sep 2021 15:53:57 +0000 (17:53 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Sep 2021 08:57:03 +0000 (09:57 +0100)
commitce7f5b1c5027d73aa7c30820ef2b23ef4d72d20d
tree0589ec09611fc791d558c9b4ef7411f49fecf99b
parent5b3e7517246cbfdd7ea1f1b2a4637e308f1fdb83
hvf: Introduce hvf_arch_init() callback

We will need to install a migration helper for the ARM hvf backend.
Let's introduce an arch callback for the overall hvf init chain to
do so.

Signed-off-by: Alexander Graf <agraf@csgraf.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20210916155404.86958-4-agraf@csgraf.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
accel/hvf/hvf-accel-ops.c
include/sysemu/hvf_int.h
target/i386/hvf/hvf.c