]> git.ipfire.org Git - thirdparty/systemd.git/commit
vmspawn: added initial code for vmspawn
authorSam Leonard <sam.leonard@codethink.co.uk>
Thu, 12 Oct 2023 12:13:19 +0000 (13:13 +0100)
committerSam Leonard <sam.leonard@codethink.co.uk>
Thu, 2 Nov 2023 16:21:40 +0000 (16:21 +0000)
commit9de3cc14842beedeeaf592592027d026a5650bcb
tree6868292654d3c2736084bb1eea6b9dc54007f8f2
parent35dab95cdd9571e1896a05188c88f5187c4a7efb
vmspawn: added initial code for vmspawn

vmspawn-settings.c is currently empty but this will be used in future to
house code for parsing settings from a file
meson.build
meson_options.txt
src/vmspawn/meson.build [new file with mode: 0644]
src/vmspawn/vmspawn-settings.c [new file with mode: 0644]
src/vmspawn/vmspawn-settings.h [new file with mode: 0644]
src/vmspawn/vmspawn-util.c [new file with mode: 0644]
src/vmspawn/vmspawn-util.h [new file with mode: 0644]
src/vmspawn/vmspawn.c [new file with mode: 0644]