Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
description of repo status
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
20
Star
29
Fork
145
src-openEuler
/
qemu
Closed
Code
Issues
29
Pull Requests
1
Wiki
Insights
Pipelines
Service
JavaDoc
PHPDoc
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
神威架构,虚拟化启动失败
Done
#I6PA84
Task
friendpalm
Opened this issue
2023-03-22 17:20
<!-- #请根据issue的类型在标题左侧下拉框中选择对应的选项(需求、缺陷或CVE等)--> 我的机器配置: ``` [root@localhost core_file]# lscpu 架构: sw_64 CPU 运行模式: 64-bit Address sizes: 48 bits physical, 53 bits virtual 字节序: Little Endian CPU: 64 在线 CPU 列表: 0-63 厂商 ID: sunway BIOS Vendor ID: CPU 0 型号名称: SW3231 CPU @ 2.40GHz BIOS Model name: Sample CPU 系列: 6 型号: 49 每个核的线程数: 2 每个座的核数: 16 座: 2 CPU 最大 MHz: 2400.0000 CPU 最小 MHz: 1200.0000 BogoMIPS: 4800.00 标记: fpu simd vpn upn cpuid Caches (sum of all): L1d: 2 MiB (64 instances) L1i: 2 MiB (64 instances) L2: 32 MiB (64 instances) L3: 128 MiB (2 instances) NUMA: NUMA 节点: 2 NUMA 节点0 CPU: 0-31 NUMA 节点1 CPU: 32-63 [root@localhost core_file]# ``` <!-- #请根据issue相关的版本在里程碑中选择对应的节点,若是与版本无关,请选择“不关联里程碑”--> 1. 请问22.03 LTS 版本是否支持 申威架构的虚拟化? 2. qemu在申威平台上启动直接段错误,分析进程dump文件,堆栈信息如下。 我怀疑申威架构core3机器类型有问题,请问openeuler 开发过程中是否遇到过这种问题。 ``` Core was generated by `qemu-system-sw64 -machine core3 -vnc 10.7.35.105:12 -monitor stdio'. (gdb) bt #0 kvm_ioctl (s=0x0, type=<optimized out>) at ../accel/kvm/kvm-all.c:2991 #1 0x000040f93d256280 in kvm_check_extension (extension=25, s=0x0) at ../accel/kvm/kvm-all.c:1143 #2 kvm_has_gsi_routing () at ../accel/kvm/kvm-all.c:3139 #3 0x000040f93d0d15c8 in core3_board_init (cpus=<optimized out>, ram=0x40f93e1e86f0) at ../hw/sw64/core3_board.c:412 #4 0x000040f93d0d076c in core3_init (machine=0x40f93e0f4400) at ../hw/sw64/core3.c:107 #5 0x000040f93cf533bc in machine_run_board_init (machine=0x40f93e0f4400) at ../hw/core/machine.c:1181 #6 0x000040f93d122050 in qemu_init_board () at ../softmmu/vl.c:2652 #7 qmp_x_exit_preconfig (errp=<optimized out>) at ../softmmu/vl.c:2740 #8 0x000040f93d128674 in qmp_x_exit_preconfig (errp=<optimized out>) at ../softmmu/vl.c:2735 #9 qemu_init (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at ../softmmu/vl.c:3775 #10 0x000040f93ce1ff2c in main (argc=0, argv=0x2000ae03, envp=0x19) at ../softmmu/main.c:49 (gdb) list 2986 va_start(ap, type); 2987 arg = va_arg(ap, void *); 2988 va_end(ap); 2989 2990 trace_kvm_ioctl(type, arg); 2991 ret = ioctl(s->fd, type, arg); 2992 if (ret == -1) { 2993 ret = -errno; 2994 } 2995 return ret; (gdb) ```
<!-- #请根据issue的类型在标题左侧下拉框中选择对应的选项(需求、缺陷或CVE等)--> 我的机器配置: ``` [root@localhost core_file]# lscpu 架构: sw_64 CPU 运行模式: 64-bit Address sizes: 48 bits physical, 53 bits virtual 字节序: Little Endian CPU: 64 在线 CPU 列表: 0-63 厂商 ID: sunway BIOS Vendor ID: CPU 0 型号名称: SW3231 CPU @ 2.40GHz BIOS Model name: Sample CPU 系列: 6 型号: 49 每个核的线程数: 2 每个座的核数: 16 座: 2 CPU 最大 MHz: 2400.0000 CPU 最小 MHz: 1200.0000 BogoMIPS: 4800.00 标记: fpu simd vpn upn cpuid Caches (sum of all): L1d: 2 MiB (64 instances) L1i: 2 MiB (64 instances) L2: 32 MiB (64 instances) L3: 128 MiB (2 instances) NUMA: NUMA 节点: 2 NUMA 节点0 CPU: 0-31 NUMA 节点1 CPU: 32-63 [root@localhost core_file]# ``` <!-- #请根据issue相关的版本在里程碑中选择对应的节点,若是与版本无关,请选择“不关联里程碑”--> 1. 请问22.03 LTS 版本是否支持 申威架构的虚拟化? 2. qemu在申威平台上启动直接段错误,分析进程dump文件,堆栈信息如下。 我怀疑申威架构core3机器类型有问题,请问openeuler 开发过程中是否遇到过这种问题。 ``` Core was generated by `qemu-system-sw64 -machine core3 -vnc 10.7.35.105:12 -monitor stdio'. (gdb) bt #0 kvm_ioctl (s=0x0, type=<optimized out>) at ../accel/kvm/kvm-all.c:2991 #1 0x000040f93d256280 in kvm_check_extension (extension=25, s=0x0) at ../accel/kvm/kvm-all.c:1143 #2 kvm_has_gsi_routing () at ../accel/kvm/kvm-all.c:3139 #3 0x000040f93d0d15c8 in core3_board_init (cpus=<optimized out>, ram=0x40f93e1e86f0) at ../hw/sw64/core3_board.c:412 #4 0x000040f93d0d076c in core3_init (machine=0x40f93e0f4400) at ../hw/sw64/core3.c:107 #5 0x000040f93cf533bc in machine_run_board_init (machine=0x40f93e0f4400) at ../hw/core/machine.c:1181 #6 0x000040f93d122050 in qemu_init_board () at ../softmmu/vl.c:2652 #7 qmp_x_exit_preconfig (errp=<optimized out>) at ../softmmu/vl.c:2740 #8 0x000040f93d128674 in qmp_x_exit_preconfig (errp=<optimized out>) at ../softmmu/vl.c:2735 #9 qemu_init (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at ../softmmu/vl.c:3775 #10 0x000040f93ce1ff2c in main (argc=0, argv=0x2000ae03, envp=0x19) at ../softmmu/main.c:49 (gdb) list 2986 va_start(ap, type); 2987 arg = va_arg(ap, void *); 2988 va_end(ap); 2989 2990 trace_kvm_ioctl(type, arg); 2991 ret = ioctl(s->fd, type, arg); 2992 if (ret == -1) { 2993 ret = -errno; 2994 } 2995 return ret; (gdb) ```
Comments (
11
)
Sign in
to comment
Status
Done
Backlog
Doing
Done
Declined
Assignees
Not set
Labels
sig/Virt
Not set
Projects
Unprojected
Unprojected
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (
-
)
Tags (
-
)
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
Duration
(hours)
参与者(4)
1
https://gitee.com/src-openeuler/qemu.git
git@gitee.com:src-openeuler/qemu.git
src-openeuler
qemu
qemu
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register