Re: [PATCH v11 03/10] hvf: Introduce hvf_arch_init() callback

2021-09-16 Thread Peter Maydell
On Wed, 15 Sept 2021 at 19:10, Alexander Graf wrote: > > 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 > --- > accel/hvf/hvf-accel-ops.c | 3 ++- > include/sysemu

[PATCH v11 03/10] hvf: Introduce hvf_arch_init() callback

2021-09-15 Thread Alexander Graf
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 --- accel/hvf/hvf-accel-ops.c | 3 ++- include/sysemu/hvf_int.h | 1 + target/i386/hvf/hvf.c | 5 + 3 files changed