QEMU KVM: i386: Fix the cpu reset state
commit538f368612565f7c7672145c31e87f1d3d02d545
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 20:36:47 +0000 (16 15:36 -0500)
tree4629daba49a0070d1ed9130a0146a5c99e8819dd
parentef7681389f1d5bd4bba9b66504df8a0b768b27b1
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.

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