All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jes Sorensen <jes@sgi.com>
To: kvm-ia64@vger.kernel.org
Subject: [patch] today's qemu-kvm build fix
Date: Mon, 11 May 2009 12:15:11 +0000	[thread overview]
Message-ID: <4A0816CF.8090205@sgi.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

Hi,

This one is a bit strange, somehow we ended up with a
kvm_get_supported_cpuid() in qemu-kvm.c, where it should never have
been given it's in target-i386/kvm.c and called only from libkvm-x86.c

With this I can build again.

Cheers,
Jes

[-- Attachment #2: 0008-qemu-cpuid-cleanup.patch --]
[-- Type: text/x-patch, Size: 688 bytes --]

kvm_arch_get_supported_cpuid() is already defined in target-i386/kvm.c
we don't need another copy in qemu-kvm.c, especially as this is x86
specific.

Signed-off-by: Jes Sorensen <jes@sgi.com>

---
 qemu-kvm.c |    6 ------
 1 file changed, 6 deletions(-)

Index: qemu-kvm/qemu-kvm.c
===================================================================
--- qemu-kvm.orig/qemu-kvm.c
+++ qemu-kvm/qemu-kvm.c
@@ -1400,9 +1400,3 @@
     if (kvm_enabled())
         env->kvm_cpu_state.stopped = 1;
 }
-
-uint32_t kvm_arch_get_supported_cpuid(CPUState *env, uint32_t function,
-                                      int reg)
-{
-    return kvm_get_supported_cpuid(kvm_context, function, reg);
-}

WARNING: multiple messages have this Message-ID (diff)
From: Jes Sorensen <jes@sgi.com>
To: Avi Kivity <avi@redhat.com>
Cc: "kvm-ia64@vger.kernel.org" <kvm-ia64@vger.kernel.org>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: [patch] today's qemu-kvm build fix
Date: Mon, 11 May 2009 14:15:11 +0200	[thread overview]
Message-ID: <4A0816CF.8090205@sgi.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

Hi,

This one is a bit strange, somehow we ended up with a
kvm_get_supported_cpuid() in qemu-kvm.c, where it should never have
been given it's in target-i386/kvm.c and called only from libkvm-x86.c

With this I can build again.

Cheers,
Jes

[-- Attachment #2: 0008-qemu-cpuid-cleanup.patch --]
[-- Type: text/x-patch, Size: 688 bytes --]

kvm_arch_get_supported_cpuid() is already defined in target-i386/kvm.c
we don't need another copy in qemu-kvm.c, especially as this is x86
specific.

Signed-off-by: Jes Sorensen <jes@sgi.com>

---
 qemu-kvm.c |    6 ------
 1 file changed, 6 deletions(-)

Index: qemu-kvm/qemu-kvm.c
===================================================================
--- qemu-kvm.orig/qemu-kvm.c
+++ qemu-kvm/qemu-kvm.c
@@ -1400,9 +1400,3 @@
     if (kvm_enabled())
         env->kvm_cpu_state.stopped = 1;
 }
-
-uint32_t kvm_arch_get_supported_cpuid(CPUState *env, uint32_t function,
-                                      int reg)
-{
-    return kvm_get_supported_cpuid(kvm_context, function, reg);
-}

             reply	other threads:[~2009-05-11 12:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-11 12:15 Jes Sorensen [this message]
2009-05-11 12:15 ` [patch] today's qemu-kvm build fix Jes Sorensen
2009-05-11 12:31 ` Avi Kivity
2009-05-11 12:31   ` Avi Kivity
2009-05-11 12:36 ` Jes Sorensen
2009-05-11 12:36   ` Jes Sorensen
2009-05-11 12:40 ` Avi Kivity
2009-05-11 12:40   ` 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=4A0816CF.8090205@sgi.com \
    --to=jes@sgi.com \
    --cc=kvm-ia64@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.