]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/cxl-host: Add an index field to CXLFixedMemoryWindow
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 3 Jul 2025 10:41:06 +0000 (11:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Jul 2025 19:27:08 +0000 (20:27 +0100)
commit35566583d86e167b617f0b55e485fc4ef1ae5dc3
tree0a6e612dfc3fbf4d93219cce2ba4fdcf901af536
parent4b3a1eb0664db2df02ff4f8affe6e7bda1edaa85
hw/cxl-host: Add an index field to CXLFixedMemoryWindow

To enable these to be found in a fixed order, that order needs to be known.
This will later be used to sort a list of these structures so that address
map and ACPI table entries are predictable.

Tested-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Fan Ni <fan.ni@samsung.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Tested-by: Itaru Kitayama <itaru.kitayama@fujitsu.com>
Message-id: 20250703104110.992379-2-Jonathan.Cameron@huawei.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/cxl/cxl-host.c
include/hw/cxl/cxl.h