Re: [Qemu-devel] [PATCH] tcg-target.inc.c: Use byte form of xgetbv instruction

2018-06-04 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180604211106.4442-1-programmingk...@gmail.com Subject: [Qemu-devel] [PATCH] tcg-target.inc.c: Use byte form of xgetbv instruction === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH] tcg-target.inc.c: Use byte form of xgetbv instruction

2018-06-04 Thread John Arbuckle
The assembler in most versions of Mac OS X is pretty old and does not support the xgetbv instruction. To go around this problem the raw encoding of the instruction is used instead. Signed-off-by: John Arbuckle --- tcg/i386/tcg-target.inc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(