在 2023年04月20日 20:59, Tianrui Zhao 写道:
在 2023年04月20日 17:49, Cornelia Huck 写道:
On Thu, Apr 20 2023, Tianrui Zhao <zhaotianrui@xxxxxxxxxxx> wrote:
Add asm-loongarch/kvm.h for loongarch KVM, and update
the linux/kvm.h about loongarch part. The structures in
the header are used as kvm_ioctl arguments.
Just a procedural note: It's probably best to explicitly mark this as a
placeholder patch until you can replace it with a full headers update.
Thanks, I will mark this as a placeholder patch until it can be merged.
Thanks
Tianrui Zhao
I will use update-linux-headers.sh to generate the kvm related headers
until the linux kvm patches are accepted. And now this patch is only a
placeholder to show some kvm structures and macros for reviewers.
Thanks
Tianrui Zhao
Signed-off-by: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
---
linux-headers/asm-loongarch/kvm.h | 99
+++++++++++++++++++++++++++++++
linux-headers/linux/kvm.h | 9 +++
2 files changed, 108 insertions(+)
create mode 100644 linux-headers/asm-loongarch/kvm.h