All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] target-moxie: replace target_phys_addr_t with hwaddr
@ 2013-05-15  6:04 ` Hu Tao
  0 siblings, 0 replies; 8+ messages in thread
From: Hu Tao @ 2013-05-15  6:04 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: Anthony Green

target_phys_addr_t has been already replaced by hwaddr, but this
one is introduced after.

Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
 target-moxie/helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-moxie/helper.c b/target-moxie/helper.c
index 6e0ac2a..5cfe889 100644
--- a/target-moxie/helper.c
+++ b/target-moxie/helper.c
@@ -116,7 +116,7 @@ int cpu_moxie_handle_mmu_fault(CPUMoxieState *env, target_ulong address,
     return 1;
 }
 
-target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
+hwaddr cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
 {
     return addr;
 }
-- 
1.8.1.4



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

end of thread, other threads:[~2013-05-18 11:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15  6:04 [Qemu-trivial] [PATCH] target-moxie: replace target_phys_addr_t with hwaddr Hu Tao
2013-05-15  6:04 ` [Qemu-devel] " Hu Tao
2013-05-15  8:23 ` [Qemu-trivial] " Peter Maydell
2013-05-15  8:23   ` Peter Maydell
2013-05-17  8:26   ` [Qemu-trivial] " Andreas Färber
2013-05-17  8:26     ` Andreas Färber
2013-05-18 11:28 ` [Qemu-trivial] " Michael Tokarev
2013-05-18 11:28   ` [Qemu-devel] " Michael Tokarev

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.