Re: [Qemu-devel] [PATCH] target-i386: Don't modify env->eflags around cpu_dump_state

2013-03-23 Thread Blue Swirl
Thanks, applied. On Tue, Mar 19, 2013 at 7:11 PM, Richard Henderson wrote: > We can compute the value in cpu_dump_state anyway, and gratuitous > modifications to eflags creates heisenbugs. > > Cc: Blue Swirl > Signed-off-by: Richard Henderson > --- > cpu-exec.c | 3 --- > target-i386

[Qemu-devel] [PATCH] target-i386: Don't modify env->eflags around cpu_dump_state

2013-03-19 Thread Richard Henderson
We can compute the value in cpu_dump_state anyway, and gratuitous modifications to eflags creates heisenbugs. Cc: Blue Swirl Signed-off-by: Richard Henderson --- cpu-exec.c | 3 --- target-i386/helper.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cpu-exec.c b