QEMU KVM: i386: Fix the cpu reset state
commitea0c91a0afa73a942e95eafcceae0d26022d3715
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 4 Jun 2009 21:29:50 +0000 (4 14:29 -0700)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 22:46:58 +0000 (16 17:46 -0500)
tree140f4b87fd1fa60f5ecca7a798c02479dd0e610e
parent71080d96fd424a2da5771820e62b28971dc54008
QEMU KVM: i386: Fix the cpu reset state

As per the IA32 processor manual, the accessed bit is set to 1 in the
processor state after reset. qemu pc cpu_reset code was missing this
accessed bit setting.

(cherry picked from commit 538f368612565f7c7672145c31e87f1d3d02d545)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/helper.c