Neel Natu 830be8acb4 Fix a couple of issues in the PUSH emulation:
It is not possible to PUSH a 32-bit operand on the stack in 64-bit mode. The
default operand size for PUSH is 64-bits and the operand size override prefix
changes that to 16-bits.

vm_copy_setup() can return '1' if it encounters a fault when walking the
guest page tables. This is a guest issue and is now handled properly by
resuming the guest to handle the fault.
2014-07-24 23:01:53 +00:00
..
2014-07-19 20:59:08 +00:00
2013-12-10 22:56:51 +00:00
2013-12-10 22:56:51 +00:00
2014-07-24 01:38:11 +00:00