>>> On 19.07.18 at 16:08, <[email protected]> wrote:
> --- a/xen/arch/x86/hvm/hvm.c
> +++ b/xen/arch/x86/hvm/hvm.c
> @@ -740,16 +740,23 @@ void hvm_domain_destroy(struct domain *d)
>      destroy_vpci_mmcfg(d);
>  }
>  
> +static int hvm_save_tsc_adjust_one(struct vcpu *v, hvm_domain_context_t *h)
> +{
> +    struct hvm_tsc_adjust ctxt = {};
> +
> +    ctxt.tsc_adjust = v->arch.hvm_vcpu.msr_tsc_adjust;

Considering earlier comments, why is this still not part of the
initializer?

Jan



_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to