tools/testing/cxl: Move cxl_test resources to the top of memory
authorDan Williams <dan.j.williams@intel.com>
Thu, 23 Jun 2022 01:02:37 +0000 (18:02 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 10 Jul 2022 17:20:37 +0000 (10:20 -0700)
commitb2f3b74e1072ab7c03833f265bdb26dafa92e078
tree095001a8dcda46e98e33a1a40e13cf8e600b187b
parentcc2a4878700b2467f36e03f581a0a877ae6a568d
tools/testing/cxl: Move cxl_test resources to the top of memory

A recent QEMU upgrade resulted in collisions between QEMU's chosen
location for PCI MMIO and cxl_test's fake address location for emulated
CXL purposes. This was great for testing resource collisions, but not so
great for continuing to test the nominal cases. Move cxl_test to the
top-of-memory where it is less likely to collide with other resources.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/165603886021.551046.12395967874222763381.stgit@dwillia2-xfh
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
tools/testing/cxl/test/cxl.c