Re: [Qemu-devel] [PATCH] Add missing bit for SSE instr in VEX decoding

2018-04-06 Thread Paolo Bonzini
On 06/04/2018 15:41, Eugene Minibaev wrote: > Signed-off-by: Eugene Minibaev > --- > It seems that x86 vector instructions encoded in VEX are not properly > decoded because of missing bit, here is the example: Applied, thanks! Paolo > IN: > 0x08048060: c5 f9 6f c1 vmovdqa %xmm1,

[Qemu-devel] [PATCH] Add missing bit for SSE instr in VEX decoding

2018-04-06 Thread Eugene Minibaev
Signed-off-by: Eugene Minibaev --- It seems that x86 vector instructions encoded in VEX are not properly decoded because of missing bit, here is the example: IN: 0x08048060: c5 f9 6f c1 vmovdqa %xmm1, %xmm0 0x08048064: b8 01 00 00 00 movl $1, %eax 0x08048069: bb 00