Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotplug_mem_negative:Update ipa limit search criteria #3787

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading