[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 1/9] linux-headers: Add KVM headers for loongarch
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v1 1/9] linux-headers: Add KVM headers for loongarch |
Date: |
Wed, 08 Nov 2023 10:57:30 +0100 |
User-agent: |
Notmuch/0.37 (https://notmuchmail.org) |
On Wed, Nov 08 2023, xianglai li <lixianglai@loongson.cn> wrote:
> From: zhaotianrui <zhaotianrui@loongson.cn>
>
> Update linux KVM headers about LoongArch KVM form linux
> kernel. Mainly contains some KVM structures and macro
> defines such as LoongArch KVM registers number, LoongArch
> fpu structure, exit reason of LoongArch IOCSR, etc.
>
> Signed-off-by: zhaotianrui <zhaotianrui@loongson.cn>
> Signed-off-by: xianglai li <lixianglai@loongson.cn>
> ---
> linux-headers/asm-loongarch/kvm.h | 108 ++++++++++++++++++++++++++++++
> linux-headers/linux/kvm.h | 9 +++
> 2 files changed, 117 insertions(+)
> create mode 100644 linux-headers/asm-loongarch/kvm.h
This needs to be a full headers sync with a defined Linux kernel version
(e.g. with -rc1), not just the LoongArch parts.
- [PATCH v1 0/9] Add loongarch kvm accel support, xianglai li, 2023/11/07
- [PATCH v1 1/9] linux-headers: Add KVM headers for loongarch, xianglai li, 2023/11/07
- Re: [PATCH v1 1/9] linux-headers: Add KVM headers for loongarch,
Cornelia Huck <=
- [PATCH v1 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset, xianglai li, 2023/11/07
- [PATCH v1 8/9] target/loongarch: Implement set vcpu intr for kvm, xianglai li, 2023/11/07
- [PATCH v1 2/9] target/loongarch: Define some kvm_arch interfaces, xianglai li, 2023/11/07
- [PATCH v1 5/9] target/loongarch: Implement kvm_arch_init function, xianglai li, 2023/11/07
- [PATCH v1 9/9] target/loongarch: Add loongarch kvm into meson build, xianglai li, 2023/11/07
- [PATCH v1 6/9] target/loongarch: Implement kvm_arch_init_vcpu, xianglai li, 2023/11/07
- [PATCH v1 7/9] target/loongarch: Implement kvm_arch_handle_exit, xianglai li, 2023/11/07
- [PATCH v1 4/9] target/loongarch: Implement kvm get/set registers, xianglai li, 2023/11/07