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@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