Re: [Qemu-devel] [PATCH 1/2] linux-user: update PPC64 HWCAP2 feature list

2019-06-24 Thread Laurent Vivier
Ping? Le 09/06/2019 à 16:35, Laurent Vivier a écrit : > QEMU_PPC_FEATURE2_VEC_CRYPTO enables the use > of VSX instructions in libcrypto that are accelerated > by the TCG vector instructions now. > > QEMU_PPC_FEATURE2_DARN allows to use the new builtin > qemu_guest_getrandom() function. > > Signe

[Qemu-devel] [PATCH 1/2] linux-user: update PPC64 HWCAP2 feature list

2019-06-09 Thread Laurent Vivier
QEMU_PPC_FEATURE2_VEC_CRYPTO enables the use of VSX instructions in libcrypto that are accelerated by the TCG vector instructions now. QEMU_PPC_FEATURE2_DARN allows to use the new builtin qemu_guest_getrandom() function. Signed-off-by: Laurent Vivier --- linux-user/elfload.c | 12 ++--