
8 Sep
2025
8 Sep
'25
4:41 p.m.
On 9/4/25 14:10, Stefan Kober wrote:
The files are meant to contain all device hotplug related code. The first implementation will be live storage attach and detach.
On-behalf-of: SAP stefan.kober@sap.com Signed-off-by: Stefan Kober <stefan.kober@cyberus-technology.de> --- src/ch/ch_hotplug.c | 35 +++++++++++++++++++++++++++++++++++ src/ch/ch_hotplug.h | 27 +++++++++++++++++++++++++++ src/ch/meson.build | 2 ++ 3 files changed, 64 insertions(+) create mode 100644 src/ch/ch_hotplug.c create mode 100644 src/ch/ch_hotplug.h
This could have been merged with one of patches that actually fills the file with useful code. But at this point I'm too lazy to fix that O:-) Michal