当前位置:网站首页>[QNX Hypervisor 2.2用户手册]6.3.2 配置VM
[QNX Hypervisor 2.2用户手册]6.3.2 配置VM
2022-07-05 18:09:00 【高桐@BILL】
像其他虚拟设备一样,我们可以添加shmem虚拟设备到VM配置中。
如果要将shmem虚拟设备包含在将使用共享内存服务的托管Host的VM中,需要将该虚拟设备添加到qvm配置中。需要在qvm配置中,确保为所有使用共享内存服务的Guest的VM添加对shmem虚拟设备的配置。如下:
# qnxcluster.qvmconf example #Give this guest a name system cluster ram 1024M cpu cpu load /emmc/QNX_cluster.ifs vdev ioapic loc 0xf8000000 intr apic name myioapic vdev ser8250 intr myioapic:4 vdev timer8254 intr myioapic:0 vdev mc146818 vdev shmem vdev pckeyboard
如上,shmem虚拟设备相关的配置行,如下:
vdev shmem
这是一个PCI设备。如果你指定它的loc和intr属性,它将会作为一个MMIO设备在指定的位置对Guest可见,如下:
vdev shmem create TEST1,0xf0000 # name is TEST1 with size of 0xf0000 loc 0x10000000 # location of factory page intr myioapic:10 # hardware interrupt used for signaling
基于如上配置,qmv进程将会在启动时创建一个名为“TEST1”的共享
边栏推荐
- [BeanShell] there are many ways to write data locally
- Neural network self cognition model
- Let more young people from Hong Kong and Macao know about Nansha's characteristic cultural and creative products! "Nansha kylin" officially appeared
- 寻找第k小元素 前k小元素 select_k
- Matlab built-in function how different colors, matlab subsection function different colors drawing
- 多线程(一) 进程与线程
- 第十一届中国云计算标准和应用大会 | 云计算国家标准及白皮书系列发布 华云数据全面参与编制
- buuctf-pwn write-ups (9)
- Sophon autocv: help AI industrial production and realize visual intelligent perception
- Tupu software digital twin | visual management system based on BIM Technology
猜你喜欢
瀚升优品app翰林优商系统开发功能介绍
JVM第三话 -- JVM性能调优实战和高频面试题记录
Thoroughly understand why network i/o is blocked?
GFS distributed file system
Sophon CE社区版上线,免费Get轻量易用、高效智能的数据分析工具
Tencent music launched its new product "quyimai", which provides music commercial copyright authorization
About Statistical Power(统计功效)
Huaxia Fund: sharing of practical achievements of digital transformation in the fund industry
Sophon AutoCV:助力AI工业化生产,实现视觉智能感知
U-Net: Convolutional Networks for Biomedical Images Segmentation
随机推荐
Redis Foundation
What is the reason why the video cannot be played normally after the easycvr access device turns on the audio?
Record eval() and no in pytoch_ grad()
Sophon autocv: help AI industrial production and realize visual intelligent perception
兄弟组件进行传值(显示有先后顺序)
jdbc读大量数据导致内存溢出
Writing writing writing
Leetcode daily question: merge two ordered arrays
[TestLink] testlink1.9.18 solutions to common problems
EasyCVR平台通过接口编辑通道出现报错“ID不能为空”,是什么原因?
Penetrate the whole intranet through socks agent
模拟百囚徒问题
English sentence pattern reference
热通孔的有效放置如何改善PCB设计中的热管理?
【在優麒麟上使用Electron開發桌面應】
OpenShift常用管理命令杂记
Delete some elements in the array
About Estimation with Cross-Validation
爱因斯坦求和einsum
JVM第三话 -- JVM性能调优实战和高频面试题记录