QEMU KVM: i386: Fix the cpu reset state
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 4 Jun 2009 21:29:50 +0000 (14:29 -0700)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 20:36:47 +0000 (15:36 -0500)
commitd021b02da44c53133087039f21f826a9cfc4152c
tree4629daba49a0070d1ed9130a0146a5c99e8819dd
parent380d7f27fe47ba1bc6e08b51b2ca8a7dbd8c1d06
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