qemu_cfg_port_probe is called twice in rombios32.c. Remove the second call.

- Sebastian

--- kvm-82-21-g733dc5f/bios/rombios32.c.orig 2009-01-01 17:44:44.000000000 +0100
+++ kvm-82-21-g733dc5f/bios/rombios32.c 2009-01-01 17:44:48.000000000 +0100
@@ -2201,10 +2201,6 @@ void rombios32_init(uint32_t *s3_resume_

    init_smp_msrs();

-#ifdef BX_QEMU
-    qemu_cfg_port = qemu_cfg_port_probe();
-#endif
-
    ram_probe();

    cpu_probe();

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to