[virt-tools-list] [PATCH virt-manager] chardev: use pretty type of virtio

Chen Hanxiao chen_han_xiao at 126.com
Sat Apr 30 06:24:42 UTC 2016


From: Chen Hanxiao <chenhanxiao at gmail.com>

We shoud use VirtIO instead of virtio.

Signed-off-by: Chen Hanxiao <chenhanxiao at gmail.com>
---
 virtManager/addhardware.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py
index 56c9235..6afe8b3 100644
--- a/virtManager/addhardware.py
+++ b/virtManager/addhardware.py
@@ -272,7 +272,7 @@ class vmmAddHardware(vmmGObjectUI):
         lst.set_model(model)
         uiutil.init_combo_text_column(lst, 1)
         if self.conn.is_qemu():
-            model.append(["virtio", "virtio"])
+            model.append(["virtio", "VirtIO"])
         else:
             model.append([None, _("Hypervisor default")])
 
-- 
1.8.3.1





More information about the virt-tools-list mailing list