You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/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
3 weeks ago
..
Kconfig
cxl-cdat.c hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean 2 years ago
cxl-component-utils.c mem/cxl_type3: support 3, 6, 12 and 16 interleave ways 10 months ago
cxl-device-utils.c hw/cxl: Support aborting background commands 7 months ago
cxl-events.c hw/cxl: Create helper function to create DC Event Records from extents 5 months ago
cxl-host-stubs.c hw/cxl: Make the CXL fixed memory windows devices. 5 months ago
cxl-host.c hw/cxl: Convert cxl_fmws_link() to Error 2 months ago
cxl-mailbox-utils.c cxl: Clean up includes 3 weeks ago
meson.build meson: remove CONFIG_ALL 2 years ago
switch-mailbox-cci.c qom: Make InterfaceInfo[] uses const 7 months ago