[Pkg-libvirt-commits] [libguestfs] 30/156: launch: libvirt: Add -device sga (sgabios).

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:25:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit f7ece61a240b98e5f36a3aa3075ac6351aa7d359
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
    (cherry picked from commit bed592498d791c5ce6ad722f41dcbfbe243b0a7a)
---
 src/launch-libvirt.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c
index a3aa673..3324926 100644
--- a/src/launch-libvirt.c
+++ b/src/launch-libvirt.c
@@ -1087,6 +1087,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