Joerg Roedel d54e4237bc KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()
The instruction emulation for bsrw is broken in KVM because
the code always uses bsr with 32 or 64 bit operand size for
emulation. Fix that by using emulate_2op_SrcV_nobyte() macro
to use guest operand size for emulation.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2012-05-14 11:32:38 +03:00
..
2012-05-06 15:51:56 +03:00
2012-04-27 19:40:29 -03:00
2012-04-27 19:40:29 -03:00
2010-10-24 10:53:14 +02:00
2011-12-27 11:23:39 +02:00
2012-04-18 23:35:01 -03:00
2011-07-24 11:50:40 +03:00
2012-04-16 20:35:04 -03:00
2011-12-27 11:17:05 +02:00
2012-05-14 11:28:02 +03:00
2012-04-19 20:35:07 -03:00
2012-04-08 14:03:13 +03:00