diff options
author | Aaron Lewis <[email protected]> | 2023-07-28 17:36:15 -0700 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2023-08-02 14:41:59 -0700 |
commit | 215a681710a554b224d743e4a9cd68965889713c (patch) | |
tree | 18c93f7ce5eacb90aa0926a6cb13533a77a12356 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | e5119382499cefc839097dcc78f27ab00131e7ad (diff) |
KVM: selftests: Add additional pages to the guest to accommodate ucall
Add additional pages to the guest to account for the number of pages
the ucall headers need. The only reason things worked before is the
ucall headers are fairly small. If they were ever to increase in
size the guest could run out of memory.
This is done in preparation for adding string formatting options to
the guest through the ucall framework which increases the size of
the ucall headers.
Fixes: 426729b2cf2e ("KVM: selftests: Add ucall pool based implementation")
Signed-off-by: Aaron Lewis <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions