[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-discuss] How to stop `qemu-system-x86_64 ...` instead of `kill -9`
From: |
Sam |
Subject: |
[Qemu-discuss] How to stop `qemu-system-x86_64 ...` instead of `kill -9`? |
Date: |
Wed, 12 Jul 2017 17:24:40 +0800 |
hi all,
I'm running `qemu-system-x86_64 ...` to start a guest vm. Now I want to
stop and destroy this vm, I found there is no `qemu-stop` related command,
so I have to `kill -9` this process.
How could I stop `qemu-system-x86_64` instead of `kill -9`? Use `virsh`
command or something?
Thank you~