podman/pkg/machine/qemu
Jake Correnti d68240b150 Update machine files rm order and add QEMU rm
Changes the order in which the machine-specific files are removed in
`Remove()`. Removes the system connections first, then removes the
`configPath` last. `configPath` is removed last, because in the case of
an error with any of the previous files, the removal can be attempted
again since the machine still "exists".

Made the errors in `Remove` hard errors instead of soft errors.

Added the implementation for the QEMU-specific file removal.

[NO NEW TESTS NEEDED]

Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
2024-02-22 08:31:55 -05:00
..
command Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
config.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
config_test.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
machine.go Update machine files rm order and add QEMU rm 2024-02-22 08:31:55 -05:00
machine_unix.go Improve cross platform support in QEMU machine sources 2024-02-16 12:49:54 +02:00
machine_unsupported.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
machine_windows.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
options_freebsd.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
options_freebsd_amd64.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
options_freebsd_arm64.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
options_linux_amd64.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
options_linux_arm64.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
options_windows.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
options_windows_amd64.go Merge pull request #21638 from ashley-cui/buildtag 2024-02-19 13:31:58 +00:00
options_windows_arm64.go Merge pull request #21638 from ashley-cui/buildtag 2024-02-19 13:31:58 +00:00
stubber.go Merge pull request #21638 from ashley-cui/buildtag 2024-02-19 13:31:58 +00:00