spiegel_podman/pkg/machine/hyperv
prabhat-kumar96 debcacc699 pkg/machine: detach helper processes from parent console on Windows
When starting a machine on Windows, background helper processes
(podman.exe machine server9p, gvproxy, and win-sshproxy) could be
terminated when the parent CMD/PowerShell session closed.

1. For podman.exe machine server9p (a console subsystem binary), set
   CreationFlags to CREATE_NO_WINDOW so it runs without attaching to
   the parent console.
2. For GUI binaries (gvproxy and win-sshproxy), configure
   DETACHED_PROCESS so they outlive the invoking console session.

Fixes: #29573
Signed-off-by: prabhat-kumar96 <prabhatmathur9927@gmail.com>
2026-08-27 18:11:12 +05:30
..
vsock hyperv: add timeout to vsock ready wait 2026-08-12 14:28:26 +05:30
hutil.go hyperv: propagate detailed error from Hyper-V permission checks 2026-05-25 00:10:18 +02:00
stubber.go pkg/machine: detach helper processes from parent console on Windows 2026-08-27 18:11:12 +05:30
stubber_test.go hyperv: propagate detailed error from Hyper-V permission checks 2026-05-25 00:10:18 +02:00
volumes.go Add command podman system hyperv-prep 2026-04-29 23:00:29 +02:00