当前位置:网站首页>[QNX Hypervisor 2.2 User Manual]9.16 system
[QNX Hypervisor 2.2 User Manual]9.16 system
2022-07-31 22:45:00 【Gao Tong @ BILL】
[QNX Hypervisor 2.2 User Manual]Column Directory Navigation
Specify the name of the VM in the current configuration file;
Syntax
system system_name
Description
In the qvm configuration file or command-line startup, the system option specifies the name of the VM being configured (system_name).It must be an entry in the qvm configuration file or command-line.
Note ️
For each VM, the VM-specific configuration files (guest*.qvmconf) appear before the normal configuration files.A specific VM configuration file often begins with the system option, which must be the first option specified for the VM configuration;
Example
The following example specifies the name "qnx7a" for the created VM in the current qvm configuration file:
system qnx7a
If you use the peer option of the virtio-net virtual device, the full name of the end of the peer link is formed by concatenating the value of system_name with the value specified for the name option of the virtio-net vdev.(Refer to "Virtual DeviceReference" chapter vdev virtio-net part)
边栏推荐
- Learn about C# anonymous methods
- Audio alignment using cross-correlation
- TypeScript 的组件
- 无状态与有状态的区别
- Efficient Concurrency: A Detailed Explanation of Synchornized's Lock Optimization
- [NLP] What is the memory of the model!
- Chapter Six
- LevelSequence source code analysis
- Payment module implementation
- "APIO2010" Patrol Problem Solution
猜你喜欢

Federated Learning: Multi-source Knowledge Graph Embedding in Federated Scenarios

Realization of character makeup

How to reduce the gap between software design and implementation

The article you worked so hard to write may not be your original

Structure of the actual combat battalion module eight operations

Collation of knowledge points in Ningbo University NBU IT project management final exam

网易云信圈组上线实时互动频道,「破冰」弱关系社交

高效并发:Synchornized的锁优化详解

架构实战营模块 8 作业
不知道该怎么办的同步问题
随机推荐
Verilog implements a divide-by-9 with a duty cycle of 5/18
BOW/DOM (top)
Financial profitability and solvency indicators
grep command written test questions
Realization of character makeup
The principle of ReentrantLock (to be continued)
MATLAB program design and application 2.4 Common internal functions of MATLAB
Federated Learning: Multi-source Knowledge Graph Embedding in Federated Scenarios
How to debug TestCafe
21. Support Vector Machine - Introduction to Kernel Functions
[Code Hoof Set Novice Village 600 Questions] Leading to the combination of formulas and programs
JS basic exercises
Architecture Battalion Module 8 Homework
[Code Hoof Set Novice Village 600 Questions] Merge two numbers without passing a character array
关注!海泰方圆加入《个人信息保护自律公约》
ICML2022 | 深入研究置换敏感的图神经网络
Niuke.com brush questions (1)
BM3 将链表中的节点每k个一组翻转
spark reports an error OutOfMemory "recommended collection"
[QNX Hypervisor 2.2用户手册]9.16 system