qemu-cr16/hw/cxl
Peter Maydell 2a2527c815 cxl: Clean up includes
This commit was created with scripts/clean-includes:
 ./scripts/clean-includes --git cxl hw/cxl hw/mem

All .c should include qemu/osdep.h first.  The script performs three
related cleanups:

* Ensure .c files include qemu/osdep.h first.
* Including it in a .h is redundant, since the .c  already includes
  it.  Drop such inclusions.
* Likewise, including headers qemu/osdep.h includes is redundant.
  Drop these, too.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Message-id: 20251104160943.751997-8-peter.maydell@linaro.org
2025-11-14 13:18:04 +00:00
..
cxl-cdat.c hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean 2024-04-25 12:48:12 +02:00
cxl-component-utils.c mem/cxl_type3: support 3, 6, 12 and 16 interleave ways 2025-02-21 07:18:42 -05:00
cxl-device-utils.c hw/cxl: Support aborting background commands 2025-05-14 05:39:14 -04:00
cxl-events.c hw/cxl: Create helper function to create DC Event Records from extents 2025-07-15 02:56:40 -04:00
cxl-host-stubs.c hw/cxl: Make the CXL fixed memory windows devices. 2025-07-08 20:27:09 +01:00
cxl-host.c hw/cxl: Convert cxl_fmws_link() to Error 2025-09-30 14:43:53 +02:00
cxl-mailbox-utils.c cxl: Clean up includes 2025-11-14 13:18:04 +00:00
Kconfig
meson.build meson: remove CONFIG_ALL 2023-12-31 09:11:28 +01:00
switch-mailbox-cci.c qom: Make InterfaceInfo[] uses const 2025-04-25 17:00:41 +02:00