]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch: add ch_hotplug.{h,c} files to CH build
authorStefan Kober <stefan.kober@cyberus-technology.de>
Thu, 4 Sep 2025 12:10:23 +0000 (14:10 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 8 Sep 2025 14:40:08 +0000 (16:40 +0200)
commit00db1729875247dec1199087339718466055fb32
tree685232cd6567bfed0f84758988115ac64d6f85fa
parent6d912238ca47569993446eedc52850d7d2f78371
ch: add ch_hotplug.{h,c} files to CH build

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>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/ch/ch_hotplug.c [new file with mode: 0644]
src/ch/ch_hotplug.h [new file with mode: 0644]
src/ch/meson.build