qemu退出

正常退出

如果想从qemu中退出到命令行,先按住“ctrl+a”,然后再按“x”键即可

 

 

通过kill 退出

[root@centos7 lesson10]# ps -elf | grep qemu
2 S root      92555  79657 98  80   0 -  5421 poll_s 21:53 pts/1    00:00:14 qemu-system-riscv64 -machine virt -bios none -kernel kernelimage -m 128M -smp 1 -nographic
0 S root      92625  92565  0  80   0 -  1729 pipe_w 21:54 pts/0    00:00:00 grep --color=auto qemu
[root@centos7 lesson10]# kill -9 92555
[root@centos7 lesson10]# 

 

posted on 2021-12-14 10:57  tycoon3  阅读(473)  评论(0编辑  收藏  举报

导航