-
I confirm this feature has not been previously requested
Is your feature request related to a problem? Please describe. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The VM is comprised of your configuration file and the VM directory, likely under the same name. You can move those directly or add them to a tarball. |
Beta Was this translation helpful? Give feedback.
The VM is comprised of your configuration file and the VM directory, likely under the same name. You can move those directly or add them to a tarball.
Shutting down the VM directly through the guest is preferred, but if that's impossible for whatever reason, you can use the QEMU monitor through
quickemu --vm ${CONFIG} --monitor-cmd ${MONITOR_CMD}
. Some commands that may be useful for this case aresystem_powerdown
,system_reset
, andquit
. The full documentation can be found at https://www.qemu.org/docs/master/system/monitor.html.