qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5589] target-ppc: xer access prototypes no more used & imp


From: Aurelien Jarno
Subject: [Qemu-devel] [5589] target-ppc: xer access prototypes no more used & implemented
Date: Sat, 01 Nov 2008 00:54:00 +0000

Revision: 5589
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5589
Author:   aurel32
Date:     2008-11-01 00:53:59 +0000 (Sat, 01 Nov 2008)

Log Message:
-----------
target-ppc: xer access prototypes no more used & implemented

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>
Signed-off-by: Aurelien Jarno <address@hidden>

Revision Links:
--------------
    http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5500

Modified Paths:
--------------
    trunk/target-ppc/cpu.h

Modified: trunk/target-ppc/cpu.h
===================================================================
--- trunk/target-ppc/cpu.h      2008-11-01 00:53:48 UTC (rev 5588)
+++ trunk/target-ppc/cpu.h      2008-11-01 00:53:59 UTC (rev 5589)
@@ -724,8 +724,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]