]> git.proxmox.com Git - mirror_qemu.git/commit
include/hw/cxl: Include hw/cxl/*.h where needed
authorMarkus Armbruster <armbru@redhat.com>
Thu, 22 Dec 2022 10:03:26 +0000 (11:03 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Jan 2023 06:54:22 +0000 (01:54 -0500)
commit2ef0f219b5b527525089baa1c62231aba8c1d455
treeba65cb48e30095d619589673fd3c2f5e39516688
parent65c326ce51939fa9d109c6fb9ad4d89b98eb4359
include/hw/cxl: Include hw/cxl/*.h where needed

hw/cxl/cxl_component.h needs CDATObject from hw/cxl/cxl_cdat.h.

hw/cxl/cxl_device.h needs CXLComponentState from
hw/cxl/cxl_component.h.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Message-Id: <20221222100330.380143-4-armbru@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/cxl/cxl_component.h
include/hw/cxl/cxl_device.h