[SeaBIOS] [PATCH] make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMU

Kevin O'Connor kevin at koconnor.net
Fri Jun 7 07:25:10 CEST 2013


On Wed, Jun 05, 2013 at 10:24:53AM +0200, Gerd Hoffmann wrote:
> Gets qemu features like direct kernel boot and boot
> ordering going when seabios runs on coreboot.
> 
> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
> ---
>  src/paravirt.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/paravirt.c b/src/paravirt.c
> index d87a5e1..5793724 100644
> --- a/src/paravirt.c
> +++ b/src/paravirt.c
> @@ -303,7 +303,7 @@ struct QemuCfgFile {
>  
>  void qemu_cfg_init(void)
>  {
> -    if (!CONFIG_QEMU)
> +    if (!CONFIG_QEMU_HARDWARE || !runningOnQEMU())

I don't know if it is this simple.  I'll have to think about that.

-Kevin



More information about the SeaBIOS mailing list