Displaying 1 result from an estimated 1 matches for "e38b172".
Did you mean:
  138172
  
2016 Nov 01
1
[PATCH] v2v: glance: Set hw_video_model property to qxl|cirrus (RHBZ#1374651).
Thanks: Vladik Romanovsky, Ming Xie.
---
 v2v/output_glance.ml | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/v2v/output_glance.ml b/v2v/output_glance.ml
index e38b172..179448b 100644
--- a/v2v/output_glance.ml
+++ b/v2v/output_glance.ml
@@ -92,6 +92,10 @@ object
            | Virtio_net -> "virtio"
            | E1000 -> "e1000"
            | RTL8139 -> "rtl8139");
+          "hw_video_model",
+          (match gu...