Re: [PATCH for-8.0 01/29] include/qemu/cpuid: Introduce xgetbv_low

2022-11-21 Thread Philippe Mathieu-Daudé
On 18/11/22 10:47, Richard Henderson wrote: Replace the two uses of asm to expand xgetbv with an inline function. Since one of the two has been using the mnemonic, assume that the comment about "older versions of the assember" is obsolete, as even that is 4 years old. Signed-off-by: Richard Hend

[PATCH for-8.0 01/29] include/qemu/cpuid: Introduce xgetbv_low

2022-11-18 Thread Richard Henderson
Replace the two uses of asm to expand xgetbv with an inline function. Since one of the two has been using the mnemonic, assume that the comment about "older versions of the assember" is obsolete, as even that is 4 years old. Signed-off-by: Richard Henderson --- include/qemu/cpuid.h | 7 +++