bios: Add support for SGA

This patch creates new <bios> element which, at this time has only the
attribute useserial='yes|no'. This attribute allow users to use
Serial Graphics Adapter and see BIOS messages from the very first moment
domain boots up. Therefore, users can choose boot medium, set PXE, etc.
This commit is contained in:
Michal Privoznik
2011-07-11 11:47:14 +02:00
parent 920ffe1b0a
commit 874e65aa15
10 changed files with 131 additions and 2 deletions
+14
View File
@@ -151,6 +151,9 @@
<optional>
<ref name="smbios"/>
</optional>
<optional>
<ref name="bios"/>
</optional>
</interleave>
</element>
</define>
@@ -2277,6 +2280,17 @@
</element>
</define>
<define name="bios">
<element name="bios">
<attribute name="useserial">
<choice>
<value>yes</value>
<value>no</value>
</choice>
</attribute>
</element>
</define>
<define name="address">
<element name="address">
<choice>