当前位置:网站首页>[QNX Hypervisor 2.2 User Manual] 10.16 vdev virtio-blk
[QNX Hypervisor 2.2 User Manual] 10.16 vdev virtio-blk
2022-08-11 04:53:00 【Gao Tong @ BILL】
[QNX Hypervisor 2.2 User Manual]Column Directory Navigation
Provide a standard VIRTIO interface for block devices.
One, syntax
vdev virtio-blk options
Second, options
2.1 delayed seconds|forever
If this option is specified, delays opening the device in the host until it is first referenced by the guest.
If no device is found in the host, continue trying for the specified number of seconds (eg delayed 5) before timing out.If seconds is set to 0 (ie delayed 0).Attempt to find the device in host only once.If the parameter is set to "forever" (that is, delayed forever), it will keep trying to find the device in the host without a timeout.
2.2 dio enable|disable
Configure whether to use direct I/O when processing guest requests.Set to enable to activate on read and write requests.The default setting is disable, which means that Direct I/O is not used by default.
If a Director I/O access fails at any time (whether not supported by the backend driver or for other reasons), the device will permanently switch back to using _IO_READ and _IO_WRITE messages.
2.3 hostdev [<]host_filename
Provide the name of the hosts file to be used for device content.
The "<" identifier before host_filename indicates that the device content will be forced to be read-only&
边栏推荐
猜你喜欢
随机推荐
[Server installation Redis] Centos7 offline installation of redis
The shortest path out of the maze
【yolov7系列三】实战从0构建训练自己的数据集
The priority queue
交换机和路由器技术-33-静态NAT
Application of Identification Cryptography in IMS Network
增加PRODUCT_BOOT_JARS及类 提供jar包给应用
力扣——旋转数组的最小数字
洛谷P4847 银河英雄传说V2
0 Basic software test for career change, self-study for 3 months, 12k*13 salary offer
【Web3 系列开发教程——创建你的第一个 NFT(9)】如何在手机钱包里查看你的 NFT
2021年网络规划设计师下午案例题
C语言:实用调试技巧
Embedded Sharing Collection 33
Dry goods: The principle and practice of server network card group technology
How to add icons to web pages?
How to read a paper
[QNX Hypervisor 2.2用户手册]10.15 vdev timer8254
如何将360全景图导出高清短视频分享到视频平台上?
堆排序 和冒泡排序