commit | 39fe2fc96694164723846fccf6caa42c3aee6ec4 | [log] [tgz] |
---|---|---|
author | Zhenzhong Duan <zhenzhong.duan@intel.com> | Wed May 12 12:31:06 2021 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 27 07:45:53 2021 -0400 |
tree | 56d77e22b8dc055e513bdf0fe0f84c30ddce6167 | |
parent | da6d63a0062a3ee721b84123b83ec093f25759b0 [diff] |
selftests: kvm: make allocation of extra memory take effect The extra memory pages is missed to be allocated during VM creating. perf_test_util and kvm_page_table_test use it to alloc extra memory currently. Fix it by adding extra_mem_pages to the total memory calculation before allocate. Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Message-Id: <20210512043107.30076-1-zhenzhong.duan@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>