[Pkg-libvirt-commits] [libguestfs] 85/165: launch: libvirt: Add	-device sga (sgabios).
    Hilko Bengen 
    bengen at moszumanska.debian.org
       
    Sat Aug 30 08:24:52 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit bed592498d791c5ce6ad722f41dcbfbe243b0a7a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon May 26 12:20:10 2014 +0100
    launch: libvirt: Add -device sga (sgabios).
    
    This feature was added to libvirt in 2011-07-08 so we can assume it
    exists.
    
    Thanks: Jiri Jaburek
---
 src/launch-libvirt.c | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c
index bc295b4..9d42914 100644
--- a/src/launch-libvirt.c
+++ b/src/launch-libvirt.c
@@ -1099,6 +1099,10 @@ construct_libvirt_xml_boot (guestfs_h *g,
       string (cmdline);
     } end_element ();
 
+    start_element ("bios") {
+      attribute ("useserial", "yes");
+    } end_element ();
+
   } end_element ();
 
   return 0;
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
    
    
More information about the Pkg-libvirt-commits
mailing list