Kernel KVM virtualization development
 help / color / mirror / Atom feed
From: "Sebastian Herbszt" <herbszt@gmx.de>
To: <kvm@vger.kernel.org>
Cc: "Gleb Natapov" <gleb@redhat.com>
Subject: [PATCH] bios: Remove duplicate call to qemu_cfg_port_probe()
Date: Thu, 1 Jan 2009 17:48:44 +0100	[thread overview]
Message-ID: <9B34EADF5DC64A5993131B0CA9B9A2FE@FSCPC> (raw)

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


             reply	other threads:[~2009-01-01 16:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-01 16:48 Sebastian Herbszt [this message]
2009-01-04 13:29 ` [PATCH] bios: Remove duplicate call to qemu_cfg_port_probe() Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9B34EADF5DC64A5993131B0CA9B9A2FE@FSCPC \
    --to=herbszt@gmx.de \
    --cc=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox