On 11/08/16 13:06, Jan Beulich wrote:
> While it avoids just a few instructions, we should nevertheless make
> use of generic code as much as possible.
>
> Signed-off-by: Jan Beulich
Reviewed-by: Andrew Cooper
___
Xen-devel mailing list
Xen-devel@list
While it avoids just a few instructions, we should nevertheless make
use of generic code as much as possible.
Signed-off-by: Jan Beulich
--- a/xen/arch/x86/x86_emulate/x86_emulate.c
+++ b/xen/arch/x86/x86_emulate/x86_emulate.c
@@ -124,7 +124,7 @@ static uint8_t opcode_table[256] = {
Implici