You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
316 B

# Gracefully shut the emulator down
killall qemu-system-x86_64
# (or, if running headless)
killall qemu-system-x86_64-headless
### Side-note: If you wish to brutally shut the emulator down without having
### anything saved - for whatever reason, you can kill using the SIGKILL signal:
killall -9 qemu-system-x86_64