Skip to content

Commit

Permalink
projects: lkft: devices: qemu_arm64: add TCG impdef
Browse files Browse the repository at this point in the history
Add impdef (Implementation Defined) algorithm is enabled or the
architected QARMA algorithm is enabled. By default the impdef algorithm
is disabled, and QARMA is enabled.

Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Feb 8, 2022
1 parent 183c87e commit 949bc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/lkft/devices/qemu_arm64
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
{% if DEVICE_TYPE == 'qemu_arm' %}
{% set GS_MACHINE = "virt-2.10,accel=kvm" %}
{% else %}
{% set QEMU_CPU_VARIABLES = QEMU_CPU_VARIABLES|default("max") %}
{% set QEMU_CPU_VARIABLES = QEMU_CPU_VARIABLES|default("max,pauth-impdef=on") %}
{% endif %}

0 comments on commit 949bc9b

Please sign in to comment.