adb_qemu_stop
Stop a running QEMU virtual machine. Sends SIGTERM for graceful shutdown, or SIGKILL for immediate termination.
Instructions
Stop a running QEMU virtual machine. Sends SIGTERM for graceful shutdown, with force kill option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | VM name to stop. If omitted, lists running VMs. | |
| force | No | Use SIGKILL instead of SIGTERM for immediate termination. |