[Qemu-devel] [PATCH 22/25] x86: split off memory access helpers

2012-06-09 Thread Blue Swirl
Move memory access helpers to mem_helper.c. Signed-off-by: Blue Swirl --- target-i386/Makefile.objs |3 +- target-i386/mem_helper.c | 212 + target-i386/op_helper.c | 189 +--- 3 files changed, 216 insertion

[Qemu-devel] [PATCH 22/25] x86: split off memory access helpers

2012-06-03 Thread Blue Swirl
Move memory access helpers to mem_helper.c. Signed-off-by: Blue Swirl --- Makefile.target |3 +- target-i386/mem_helper.c | 212 ++ target-i386/op_helper.c | 189 + 3 files changed, 216 insertions