[Qemu-devel] [PATCH] Use '_raw' memory access primitives

2010-10-22 Thread Lluís
Using a pointer on the host should not go through lduw. Signed-off-by: Lluís Vilanova vilan...@ac.upc.edu --- linux-user/signal.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/signal.c b/linux-user/signal.c index 77683f7..097da9d 100644 ---

[Qemu-devel] [PATCH] Use '_raw' memory access primitives.

2010-10-07 Thread Lluís
Using a pointer on the host should not go through lduw. Signed-off-by: Lluís xscr...@gmx.net --- linux-user/signal.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/signal.c b/linux-user/signal.c index 77683f7..097da9d 100644 --- a/linux-user/signal.c +++