[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 08/14] cpus: extract out hvf-specific code to target/i386/
From: |
Richard Henderson |
Subject: |
Re: [PATCH v5 08/14] cpus: extract out hvf-specific code to target/i386/hvf/ |
Date: |
Fri, 14 Aug 2020 13:51:40 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 8/12/20 11:32 AM, Claudio Fontana wrote:
> +CpusAccel hvf_cpus = {
> + .create_vcpu_thread = hvf_start_vcpu_thread,
> +
> + .synchronize_post_reset = hvf_cpu_synchronize_post_reset,
> + .synchronize_post_init = hvf_cpu_synchronize_post_init,
> + .synchronize_state = hvf_cpu_synchronize_state,
> + .synchronize_pre_loadvm = hvf_cpu_synchronize_pre_loadvm,
> +};
const.
Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- Re: [PATCH v5 03/14] cpus: extract out TCG-specific code to accel/tcg, (continued)
- [PATCH v5 06/14] cpus: extract out hax-specific code to target/i386/, Claudio Fontana, 2020/08/12
- [PATCH v5 11/14] hvf: remove hvf specific functions from global includes, Claudio Fontana, 2020/08/12
- [PATCH v5 09/14] cpus: cleanup now unneeded includes, Claudio Fontana, 2020/08/12
- [PATCH v5 07/14] cpus: extract out whpx-specific code to target/i386/, Claudio Fontana, 2020/08/12
- [PATCH v5 08/14] cpus: extract out hvf-specific code to target/i386/hvf/, Claudio Fontana, 2020/08/12
- Re: [PATCH v5 08/14] cpus: extract out hvf-specific code to target/i386/hvf/,
Richard Henderson <=
- [PATCH v5 05/14] cpus: extract out kvm-specific code to accel/kvm, Claudio Fontana, 2020/08/12
- [PATCH v5 12/14] whpx: remove whpx specific functions from global includes, Claudio Fontana, 2020/08/12
- [PATCH v5 14/14] kvm: remove kvm specific functions from global includes, Claudio Fontana, 2020/08/12
- [PATCH v5 10/14] cpus: add handle_interrupt to the CpusAccel interface, Claudio Fontana, 2020/08/12