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/mem
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 hw/cxl/device: Add a memory device (8.2.8.5) 4 years ago
cxl_type3.c cxl: Clean up includes 3 weeks ago
cxl_type3_stubs.c hw/cxl/events: Improve QMP interfaces and documentation for add/release dynamic capacity. 1 year ago
memory-device-stubs.c memory-device: move stubs out of stubs/ 2 years ago
memory-device.c include/system: Move exec/address-spaces.h to system/address-spaces.h 8 months ago
meson.build memory-device: move stubs out of stubs/ 2 years ago
npcm7xx_mc.c qom: Have class_init() take a const data argument 7 months ago
nvdimm.c qom: Have class_init() take a const data argument 7 months ago
pc-dimm.c qom: Make InterfaceInfo[] uses const 7 months ago
sparse-mem.c qom: Have class_init() take a const data argument 7 months ago
trace-events docs: fix references to docs/devel/tracing.rst 5 years ago
trace.h trace: switch position of headers to what Meson requires 5 years ago