Re: [Qemu-devel] [PATCH for-3.0] tcg/i386: Mark xmm registers call-clobbered

2018-07-23 Thread Jason A. Donenfeld
Hi Richard, I can confirm this fixes the issue. https://www.wireguard.com/build-status/ is now all green again. Thanks, Jason

[Qemu-devel] [PATCH for-3.0] tcg/i386: Mark xmm registers call-clobbered

2018-07-22 Thread Richard Henderson
When host vector registers and operations were introduced, I failed to mark the registers call clobbered as required by the ABI. Fixes: 770c2fc7bb7 Cc: qemu-sta...@nongnu.org Reported-by: Jason A. Donenfeld Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.inc.c | 2 +- 1 file changed,