public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Xiaoyao Li <xiaoyao.li@intel.com>
To: Sean Christopherson <seanjc@google.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [kvm-unit-tests PATCH] x86: Drop "enabled" field from "struct kvm_vcpu_pv_apf_data"
Date: Mon, 24 Feb 2025 11:02:47 +0800	[thread overview]
Message-ID: <5bca2f3f-d4bb-4a92-84a0-d5cd90da1b9d@intel.com> (raw)
In-Reply-To: <20250221225744.2231975-1-seanjc@google.com>

On 2/22/2025 6:57 AM, Sean Christopherson wrote:
> Remove the now-defunct (and never used in KVM-Unit-Tests) "enabled" field
> from kvm_vcpu_pv_apf_data.  The field was removed from KVM by commit
> ccb2280ec2f9 ("x86/kvm: Use separate percpu variable to track the enabling
> of asyncpf").
> 
> Suggested-by: Xiaoyao Li <xiaoyao.li@intel.com>
> Signed-off-by: Sean Christopherson <seanjc@google.com>

Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>

> ---
>   x86/asyncpf.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/x86/asyncpf.c b/x86/asyncpf.c
> index 6474fede..0e6eb6ff 100644
> --- a/x86/asyncpf.c
> +++ b/x86/asyncpf.c
> @@ -50,7 +50,6 @@ struct kvm_vcpu_pv_apf_data {
>         uint32_t  token;
>   
>         uint8_t  pad[56];
> -      uint32_t  enabled;
>   } apf_reason __attribute__((aligned(64)));
>   
>   char *buf;
> 
> base-commit: f77fb696cfd0e4a5562cdca189be557946bf522f


  reply	other threads:[~2025-02-24  3:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-21 22:57 [kvm-unit-tests PATCH] x86: Drop "enabled" field from "struct kvm_vcpu_pv_apf_data" Sean Christopherson
2025-02-24  3:02 ` Xiaoyao Li [this message]
2025-02-24 17:24 ` Sean Christopherson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5bca2f3f-d4bb-4a92-84a0-d5cd90da1b9d@intel.com \
    --to=xiaoyao.li@intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=seanjc@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox