ALSchwalm / transient

A wrapper for QEMU allowing the creation of virtual machines with shared folder, ssh, and disk creation support.
MIT License
104 stars 17 forks source link

Ensure that qemu dies when we tell it to. #149

Closed benfogle closed 3 years ago

benfogle commented 3 years ago

Fixes an error where an (expected) kernel panic on shutdown caused Qemu to not exit immediately on receipt of SIGTERM in CI. As a result, -copy-out-after was unable to copy files because the disk was still in use, and the transient process crashed.