kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bios: Remove duplicate call to qemu_cfg_port_probe()
@ 2009-01-01 16:48 Sebastian Herbszt
  2009-01-04 13:29 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Herbszt @ 2009-01-01 16:48 UTC (permalink / raw)
  To: kvm; +Cc: Gleb Natapov

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();


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] bios: Remove duplicate call to qemu_cfg_port_probe()
  2009-01-01 16:48 [PATCH] bios: Remove duplicate call to qemu_cfg_port_probe() Sebastian Herbszt
@ 2009-01-04 13:29 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-01-04 13:29 UTC (permalink / raw)
  To: Sebastian Herbszt; +Cc: kvm, Gleb Natapov

Sebastian Herbszt wrote:
> qemu_cfg_port_probe is called twice in rombios32.c. Remove the second 
> call.

Applied, thanks.  Please add signoff lines in the future.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-04 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-01 16:48 [PATCH] bios: Remove duplicate call to qemu_cfg_port_probe() Sebastian Herbszt
2009-01-04 13:29 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).