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

Cole Robinson crobinso at redhat.com
Mon May 2 21:15:35 UTC 2016


On 04/30/2016 02:24 AM, Chen Hanxiao wrote:
> 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")])
>  
> 

Thanks, pushed now

- Cole




More information about the virt-tools-list mailing list