[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 05/14] cpus: extract out kvm-specific code to accel/kvm
From: |
Richard Henderson |
Subject: |
Re: [PATCH v5 05/14] cpus: extract out kvm-specific code to accel/kvm |
Date: |
Fri, 14 Aug 2020 13:44:58 -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 kvm_cpus = {
> + .create_vcpu_thread = kvm_start_vcpu_thread,
> +
> + .synchronize_post_reset = kvm_cpu_synchronize_post_reset,
> + .synchronize_post_init = kvm_cpu_synchronize_post_init,
> + .synchronize_state = kvm_cpu_synchronize_state,
> + .synchronize_pre_loadvm = kvm_cpu_synchronize_pre_loadvm,
> +};
const.
Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- Re: [PATCH v5 06/14] cpus: extract out hax-specific code to target/i386/, (continued)
- [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
- [PATCH v5 05/14] cpus: extract out kvm-specific code to accel/kvm, Claudio Fontana, 2020/08/12
- Re: [PATCH v5 05/14] cpus: extract out kvm-specific code to accel/kvm,
Richard Henderson <=
- [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
- [PATCH v5 13/14] hax: remove hax specific functions from global includes, Claudio Fontana, 2020/08/12