summaryrefslogtreecommitdiffstats
path: root/src/vmspawn/vmspawn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* vmspawn: add kernel configuration optionsSam Leonard2024-02-091-14/+38
* vmspawn: add swtpm featureSam Leonard2024-02-091-3/+157
* vmspawn: remove extraneous log_infoSam Leonard2024-02-081-1/+0
* vmspawn: fix incorrect handling of -M in getopt_longSam Leonard2024-02-081-1/+1
* vmspawn: fix incorrect mention of containerSam Leonard2024-02-081-4/+5
* nspawn,vmspawn: let's add some terminal magic to the welcome textLennart Poettering2024-01-221-4/+9
* vmspawn: make "-m" value formatting independent of localeLennart Poettering2024-01-221-2/+2
* vmspawn: print a helpful message when we start the VMLennart Poettering2024-01-221-1/+13
* vmspawn: make sure to pass the right firmware image type to qemuLennart Poettering2024-01-221-2/+2
* vmspawn: rework firmware selection logicLennart Poettering2024-01-221-1/+34
* vmspawn: close host vsock fd once we passed it to the childLennart Poettering2024-01-221-0/+3
* vmspawn: use execv() rather than execve() if we just want to pass 'environ' a...Lennart Poettering2024-01-221-1/+1
* vmspawn: modernize setup_notify_parent() a bitLennart Poettering2024-01-221-3/+8
* vmspawn: rework how we spawn qemu offLennart Poettering2024-01-221-14/+20
* vmspawn: include qemu cmdline in debug outputLennart Poettering2024-01-171-0/+8
* tree-wide: port over various pieces of code to strv_extend_many()Lennart Poettering2024-01-171-25/+25
* vmspawn: supply a serial TTY to the kernel by defaultSam Leonard2024-01-161-14/+16
* vmspawn: suppress unnecessary '-'Lennart Poettering2024-01-121-2/+1
* vmspawn: use SD_EVENT_SIGNAL_PROCMASK flag where possibleLennart Poettering2024-01-121-4/+4
* vmspawn: use our generic vsock CID parser, instead of a howngrown oneLennart Poettering2024-01-121-12/+12
* vmspawn: fix empty lines before section titles in --help textLennart Poettering2024-01-121-7/+7
* machine-credential: introduce MachineCredentialContextMike Yuan2023-12-141-21/+11
* machine-credential: fix error loggingLennart Poettering2023-11-221-6/+2
* vmspawn: added vsock functionalitySam Leonard2023-11-091-48/+398
* vmspawn: fix memleakYu Watanabe2023-11-081-3/+3
* vmspawn: shorted --help output to fit in 80 columnsZbigniew Jędrzejewski-Szmek2023-11-071-1/+1
* vmspawn: extend kernel cmdline with extra argsv255-rc1Sam Leonard2023-11-061-4/+18
* vmspawn: added initial code for vmspawnSam Leonard2023-11-021-0/+406