9 Star 0 Fork 38

src-anolis-os/qemu-kvm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
code-cleanup-for-loongarch-kvm.patch 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
Xianglai Li 提交于 2024-08-29 19:00 +08:00 . fix compile error for loongarch
From 4bf40ba9ed6f98e7082623927d1c0c9ec6090f12 Mon Sep 17 00:00:00 2001
From: lixianglai <lixianglai@loongson.cn>
Date: Mon, 29 May 2023 07:04:10 -0400
Subject: [PATCH 12/28] code cleanup for loongarch kvm.
Signed-off-by: lixianglai <lixianglai@loongson.cn>
---
linux-headers/asm-loongarch64/kvm.h | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/linux-headers/asm-loongarch64/kvm.h b/linux-headers/asm-loongarch64/kvm.h
index a24375ee5..799af7594 100644
--- a/linux-headers/asm-loongarch64/kvm.h
+++ b/linux-headers/asm-loongarch64/kvm.h
@@ -72,15 +72,7 @@ struct kvm_fpu {
*
* Register set = 0: GP registers from kvm_regs (see definitions below).
*
- * Register set = 1: CP0 registers.
- * bits[15..8] - COP0 register set.
- *
- * COP0 register set = 0: Main CP0 registers.
- * bits[7..3] - Register 'rd' index.
- * bits[2..0] - Register 'sel' index.
- *
- * COP0 register set = 1: MAARs.
- * bits[7..0] - MAAR index.
+ * Register set = 1: CSR registers.
*
* Register set = 2: KVM specific registers (see definitions below).
*
--
2.43.5
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-anolis-os/qemu-kvm.git
git@gitee.com:src-anolis-os/qemu-kvm.git
src-anolis-os
qemu-kvm
qemu-kvm
a8-virt-stream-an

搜索帮助

371d5123 14472233 46e8bd33 14472233