提交 20632d33 编写于 作者: X Xu Tian

Merge pull request #608 from suqinhuang/single_driver

small syntax error in the config file
......@@ -12,13 +12,13 @@
driver_install_cmd = "python WIN_UTILS:\win_driver_install.py %s %s %s %s %s"
show_file_ext_cmd = "reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f"
variants:
-with_netkvm:
- with_netkvm:
driver_name = netkvm
nics += " nic2"
nic_model_nic1 = virtio
nic_model_nic2 = rtl8139
device_name = "Red Hat VirtIO Ethernet Adapter"
-with_viorng:
- with_viorng:
driver_name = viorng
device_name = "VirtIO RNG Device"
no_virtio_rng:
......@@ -26,7 +26,7 @@
backend_rng0 = rng-random
backend_type = passthrough
filename_passthrough = /dev/random
-with_block:
- with_block:
driver_name = viostor
device_name = "Red Hat VirtIO SCSI controller"
drive_format_image1 = ide
......@@ -34,7 +34,7 @@
image_name_stg = "images/storage"
image_size_stg = 4G
drive_format_stg = virtio
-with_vioscsi:
- with_vioscsi:
driver_name = vioscsi
device_name = "Red Hat VirtIO SCSI pass-through controller"
cd_format_fixed =ide
......@@ -43,12 +43,12 @@
image_name_stg = "images/storage"
image_size_stg = 4G
drive_format_stg = scsi-hd
-with_vioserial:
- with_vioserial:
driver_name = vioser
device_name = "VirtIO-Serial Driver"
virtio_ports = "vs"
virtio_port_type = serialport
-with_balloon:
- with_balloon:
driver_name = balloon
device_name = "VirtIO Balloon Driver"
balloon = balloon0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册