]> xenbits.xensource.com Git - libvirt.git/commit
bios: Add support for SGA
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 8 Jul 2011 07:56:17 +0000 (09:56 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 11 Jul 2011 09:47:14 +0000 (11:47 +0200)
commit874e65aa151331b136dfc1b6ee3be2ae57148a9f
treec01e6186f82a95b178eb646c583b20ebb97c1521
parent920ffe1b0a92fff3e9933e5190a389137c530214
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.
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-bios.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-bios.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c