[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0bdcaf41-c54d-9f39-0dd2-3b3d2a954649@loongson.cn>
Date: Tue, 2 Apr 2024 09:15:51 +0800
From: maobibo <maobibo@...ngson.cn>
To: WANG Xuerui <kernel@...0n.name>, Huacai Chen <chenhuacai@...nel.org>,
Tianrui Zhao <zhaotianrui@...ngson.cn>, Juergen Gross <jgross@...e.com>,
Paolo Bonzini <pbonzini@...hat.com>, Jonathan Corbet <corbet@....net>
Cc: loongarch@...ts.linux.dev, linux-kernel@...r.kernel.org,
virtualization@...ts.linux.dev, kvm@...r.kernel.org
Subject: Re: [PATCH v7 7/7] Documentation: KVM: Add hypercall for LoongArch
On 2024/3/24 上午2:40, WANG Xuerui wrote:
> On 3/15/24 16:11, Bibo Mao wrote:
>> [snip]
>> +KVM hypercall ABI
>> +=================
>> +
>> +Hypercall ABI on KVM is simple, only one scratch register a0 and at most
>> +five generic registers used as input parameter. FP register and
>> vector register
>> +is not used for input register and should not be modified during
>> hypercall.
>> +Hypercall function can be inlined since there is only one scratch
>> register.
>
> Maybe it's better to describe the list of preserved registers with an
> expression such as "all non-GPR registers shall remain unmodified after
> returning from the hypercall", to guard ourselves against future ISA
> state additions.
Sorry, I do not understand. What is the meaning of "all non-GPR
registers"? Can you give an example?
Regards
Bibo Mao
>
> But I still maintain that it's better to promise less here, and only
> hint on the extensive preservation of context as an implementation
> detail. It is for not losing our ability to save/restore less in the
> future, should we decide to do so.
>
Powered by blists - more mailing lists