当前位置:网站首页>[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)
边栏推荐
- Transfer Learning - Domain Adaptation
- In Golang go-redis cluster mode, new connections are constantly created, and the problem of decreased efficiency is solved
- MySQL数据库‘反斜杠\’ ,‘单引号‘’,‘双引号“’,‘null’无法存储
- grep command written test questions
- UVM RAL model and built-in seq
- Dry goods | 10 tips for MySQL add, delete, change query performance optimization
- Federated Learning: Multi-source Knowledge Graph Embedding in Federated Scenarios
- Realization of character makeup
- [Code Hoof Set Novice Village 600 Questions] Leading to the combination of formulas and programs
- ICML2022 | 深入研究置换敏感的图神经网络
猜你喜欢

21. Support Vector Machine - Introduction to Kernel Functions
![[NLP] What is the memory of the model!](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
[NLP] What is the memory of the model!

登录业务实现(单点登录+微信扫码+短信服务)

A high-quality WordPress download site template theme developed abroad

Redis Overview: Talk to the interviewer all night long about Redis caching, persistence, elimination mechanism, sentinel, and the underlying principles of clusters!...
I don't know what to do with sync issues

Recognize anomalies (you will understand after reading this)

支付模块实现

20. Support vector machine - knowledge of mathematical principles

【论文精读】iNeRF
随机推荐
[Intensive reading of the paper] iNeRF
Istio introduction
【论文精读】iNeRF
Golang - from entry to abandonment
TestCafeSummary
How to debug TestCafe
【公开课预告】:超分辨率技术在视频画质增强领域的研究与应用
find prime numbers up to n
renderjs usage in uni-app
Components of TypeScript
Embedded development has no passion, is it normal?
Bika LIMS open source LIMS set - use of SENAITE (detection process)
sqlite3简单操作
Dry goods | 10 tips for MySQL add, delete, change query performance optimization
One thing to say, is outsourcing company worth it?
如何导入 Golang 外部包并使用它?
「SDOI2016」征途 题解
Quick Start Tutorial for flyway
C#中引用类型的变量做为参数在方法调用时加不加 ref 关键字的不同之处
The difference between adding or not adding the ref keyword when a variable of reference type is used as a parameter in a method call in C#