From: Sean Christopherson <seanjc@google.com>
To: Ba Jing <bajing@cmss.chinamobile.com>
Cc: pbonzini@redhat.com, shuah@kernel.org, kvm@vger.kernel.org,
linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kvm: hardware_disable_test: remove unused macro
Date: Mon, 18 Nov 2024 07:34:24 -0800 [thread overview]
Message-ID: <ZztRPUTWm5K1bsgJ@google.com> (raw)
In-Reply-To: <20241118031502.2102-1-bajing@cmss.chinamobile.com>
On Mon, Nov 18, 2024, Ba Jing wrote:
> After reviewing the code, it was found that the macro GUEST_CODE_PIO_PORT
> is never referenced in the code. Just remove it.
>
> Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com>
> ---
> tools/testing/selftests/kvm/hardware_disable_test.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/tools/testing/selftests/kvm/hardware_disable_test.c b/tools/testing/selftests/kvm/hardware_disable_test.c
> index bce73bcb973c..94bd6ed24cf3 100644
> --- a/tools/testing/selftests/kvm/hardware_disable_test.c
> +++ b/tools/testing/selftests/kvm/hardware_disable_test.c
> @@ -20,7 +20,6 @@
> #define SLEEPING_THREAD_NUM (1 << 4)
> #define FORK_NUM (1ULL << 9)
> #define DELAY_US_MAX 2000
> -#define GUEST_CODE_PIO_PORT 4
You already sent this patch, albeit with a slightly different shortlog+changelog,
and said patch was applied.
https://lore.kernel.org/all/20240903043135.11087-1-bajing@cmss.chinamobile.com
prev parent reply other threads:[~2024-11-18 15:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-18 3:15 [PATCH] kvm: hardware_disable_test: remove unused macro Ba Jing
2024-11-18 15:34 ` Sean Christopherson [this message]
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=ZztRPUTWm5K1bsgJ@google.com \
--to=seanjc@google.com \
--cc=bajing@cmss.chinamobile.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=shuah@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.