Skip to content

Commit

Permalink
hotplug_mem_negative:Update ipa limit search criteria
Browse files Browse the repository at this point in the history
Update ipa limit search criteria

Signed-off-by: zhenyzha <[email protected]>
  • Loading branch information
zhenyzha committed Aug 11, 2023
1 parent fb68299 commit e7317f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/tests/cfg/hotplug_mem_negative.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# On arm64, machine type can be used to request the
# physical address size for the VM. For backward compatibility,
# the default IPA size is 40bits.
ipa_limit_check = "cat /var/log/messages | grep "IPA Size Limit:" | awk '{print $11}'"
ipa_limit_check = "grep 'IPA Size Limit:' /var/log/messages | head -n 1 | awk '{print $(NF-1)}'"
# Start address of system memory is 1G.
system_init_mem = 1
RHEL.8:
Expand Down

0 comments on commit e7317f2

Please sign in to comment.