[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1c66bd8b-4be7-8296-6fd8-aa206476f017@xen0n.name>
Date: Mon, 11 Sep 2023 15:30:11 +0800
From: WANG Xuerui <kernel@...0n.name>
To: Tianrui Zhao <zhaotianrui@...ngson.cn>,
linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Cc: Paolo Bonzini <pbonzini@...hat.com>,
Huacai Chen <chenhuacai@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
loongarch@...ts.linux.dev, Jens Axboe <axboe@...nel.dk>,
Mark Brown <broonie@...nel.org>,
Alex Deucher <alexander.deucher@....com>,
Oliver Upton <oliver.upton@...ux.dev>, maobibo@...ngson.cn,
Xi Ruoyao <xry111@...111.site>,
kernel test robot <lkp@...el.com>
Subject: Re: [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the
makefile
On 8/31/23 16:30, Tianrui Zhao wrote:
> [snip]
> +
> +config AS_HAS_LVZ_EXTENSION
> + def_bool $(as-instr,hvcl 0)
Upon closer look it looks like this piece could use some improvement as
well: while presence of "hvcl" indeed always implies full support for
LVZ instructions, "hvcl" however isn't used anywhere in the series, so
it's not trivially making sense. It may be better to test for an
instruction actually going to be used like "gcsrrd". What do you think?
--
WANG "xen0n" Xuerui
Linux/LoongArch mailing list: https://lore.kernel.org/loongarch/
Powered by blists - more mailing lists