public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Cleanup extern declerations for now removed vcpu_env in Qemu
@ 2008-01-29  1:03 Jerone Young
  2008-01-29 17:03 ` Hollis Blanchard
  2008-01-30 14:00 ` Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Jerone Young @ 2008-01-29  1:03 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

# HG changeset patch
# User Jerone Young <jyoung5-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
# Date 1201568508 21600
# Node ID a568d031723942e1baf77077031d2b77795cbd8a
# Parent  5ce532cf9a1f711d1fecb42814d301abd37aa378
Cleanup extern declerations for now removed vcpu_env in Qemu

This patch removes extern decleration for vcpu_env that was recently
removed for PowerPC & IA64 in KVM.

Signed-off-by: Jerone Young <jyoung5-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>

diff --git a/qemu/qemu-kvm-ia64.c b/qemu/qemu-kvm-ia64.c
--- a/qemu/qemu-kvm-ia64.c
+++ b/qemu/qemu-kvm-ia64.c
@@ -17,8 +17,6 @@ extern int kvm_irqchip;
 
 
 extern kvm_context_t kvm_context;
-
-extern __thread CPUState *vcpu_env;
 
 int kvm_arch_qemu_create_context(void)
 {
diff --git a/qemu/qemu-kvm-powerpc.c b/qemu/qemu-kvm-powerpc.c
--- a/qemu/qemu-kvm-powerpc.c
+++ b/qemu/qemu-kvm-powerpc.c
@@ -19,7 +19,6 @@ extern int kvm_irqchip;
 #include <sys/utsname.h>
 
 extern kvm_context_t kvm_context;
-extern __thread CPUState *vcpu_env;
 
 void cpu_reset(CPUState *env)
 {

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

end of thread, other threads:[~2008-01-30 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29  1:03 [PATCH] Cleanup extern declerations for now removed vcpu_env in Qemu Jerone Young
2008-01-29 17:03 ` Hollis Blanchard
2008-01-30 14:00 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox