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

2018-06-05 Thread Richard Henderson
On 06/04/2018 02:51 PM, John Arbuckle wrote: > Signed-off-by: John Arbuckle > --- > v2 changes: > - Fixed a spacing issue in the asm() function. Applied, thanks. r~

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

2018-06-04 Thread John Arbuckle
Signed-off-by: John Arbuckle --- v2 changes: - Fixed a spacing issue in the asm() function. tcg/i386/tcg-target.inc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tcg/i386/tcg-target.inc.c b/tcg/i386/tcg-target.inc.c index 5357909fff..09141fa8e0 100644 --- a/tcg/i386/