Re: [PATCH v1 1/9] linux-headers: Add KVM headers for loongarch

2023-11-08 Thread Cornelia Huck
On Wed, Nov 08 2023, xianglai li wrote: > From: zhaotianrui > > 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. > > Si

[PATCH v1 1/9] linux-headers: Add KVM headers for loongarch

2023-11-07 Thread xianglai li
From: zhaotianrui 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 Signed-off-by: xianglai li --