Re: [Qemu-devel] [PATCH v5 2/3] hw/i386: Use edk2_add_host_crypto_policy()

2019-06-24 Thread Laszlo Ersek
On 06/20/19 14:21, Philippe Mathieu-Daudé wrote: > Enable the EDK2 Crypto Policy features on the PC machine. > > Reviewed-by: Markus Armbruster > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/i386/pc.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/hw/i386/pc.c b/hw/i386/pc

[Qemu-devel] [PATCH v5 2/3] hw/i386: Use edk2_add_host_crypto_policy()

2019-06-20 Thread Philippe Mathieu-Daudé
Enable the EDK2 Crypto Policy features on the PC machine. Reviewed-by: Markus Armbruster Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/pc.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 2c5446b095..fe99ebfe3d 100644 --- a/hw/i386/pc.c +++ b/hw/