qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] [PATCH] qemu: ppc: xer access prototypes no more us


From: Ehrhardt Christian
Subject: [Qemu-devel] [PATCH] [PATCH] qemu: ppc: xer access prototypes no more used & implemented
Date: Tue, 28 Oct 2008 17:05:10 +0100

From: Christian Ehrhardt <address@hidden>

Revision 5500 of the qemu repository removed all code using
ppc_load_xer & ppc_store_xer as well as their implementation.

Another patch fixes it's usage in kvm-userspace for powerpc, but I think
that header can now be cleaned up, therefore this patch to qemu-devel.

Signed-off-by: Christian Ehrhardt <address@hidden>
---

[diffstat]
 cpu.h |    2 --
 1 file changed, 2 deletions(-)

[diff]

diff --git a/qemu/target-ppc/cpu.h b/qemu/target-ppc/cpu.h
--- a/qemu/target-ppc/cpu.h
+++ b/qemu/target-ppc/cpu.h
@@ -725,8 +725,6 @@
 #endif
 void do_store_sr (CPUPPCState *env, int srnum, target_ulong value);
 #endif /* !defined(CONFIG_USER_ONLY) */
-target_ulong ppc_load_xer (CPUPPCState *env);
-void ppc_store_xer (CPUPPCState *env, target_ulong value);
 void ppc_store_msr (CPUPPCState *env, target_ulong value);
 
 void cpu_ppc_reset (void *opaque);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]