[Qemu-devel] [PATCH 11/25] x86: prepare eflags helpers for general use

2012-06-09 Thread Blue Swirl
Adjust function names and add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl blauwir...@gmail.com --- target-i386/op_helper.c | 68 +- 1 files changed, 37 insertions(+), 31 deletions(-) diff --git

[Qemu-devel] [PATCH 11/25] x86: prepare eflags helpers for general use

2012-06-03 Thread Blue Swirl
Adjust function names and add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl blauwir...@gmail.com --- target-i386/op_helper.c | 68 ++- 1 file changed, 37 insertions(+), 31 deletions(-) diff --git