当前位置:网站首页>QEMU monitor usage
QEMU monitor usage
2022-06-28 03:00:00 【Linux decoder】
QEMU monitor Can pass HMP and QMP Link virtual machine .
1 HMP The way
1.1 Mode one
1) Start up qemu Add the following command when :
-qmp unix:/path/qmp-test,server,nowait \
2) stay host Use command links on :
nc -U /path/qmp-test
1.2 Mode two
1) Start up qemu Add the following command when :
-qmp telnet:127.0.0.1:4444,server,nowait \
2) stay host Use command links on :
telnet 127.0.0.1:4444
2 QMP The way
2.1 Mode one
1) start-up qemu Add command when :
-monitor unix:/path/qmp-test,server,nowait \
2) stay host Use command links on :
nc -U /path/qmp-test
2.2 Mode two
1) start-up qemu Add command when :
-monitor telnet:127.0.0.1:4444,server,nowait \
2) stay host Use command links on :
telnet 127.0.0.1:4444
边栏推荐
- The horizontal scrolling recycleview displays five and a half in one screen, which is lower than the five average distributions
- 字节跳动面试官:一张图片占据的内存大小是如何计算
- [today in history] June 15: the first mobile phone virus; AI master simahe was born; Chromebook launch
- Opencv -- geometric space transformation (affine transformation and projection transformation)
- How to judge that the thread pool has completed all tasks?
- "Everyday Mathematics" serial 53: February 21
- STM32的C语言与汇编语言混合编程
- [today in history] June 17: the creator of the term "hypertext" was born; The birth of Novell's chief scientist; Discovery channel on
- Shuttle uses custompaint to paint basic shapes
- 树莓派-环境设置和交叉编译
猜你喜欢
Gateway微服務路由使微服務靜態資源加載失敗
分布式事务—基于消息补偿的最终一致性方案(本地消息表、消息队列)
STM32的C语言与汇编语言混合编程
How to systematically learn LabVIEW?
[fuzzy neural network] simulation of fuzzy neural network based on MATLAB
Win11不能拖拽圖片到任務欄軟件上快速打開怎麼辦
Arduino Esp8266 Web LED控制
迪赛智慧数——柱状图(折柱混合图):2021年毕业季租房价格和房租收入比
STM32F1与STM32CubeIDE编程实例-金属触摸传感器驱动
StaticLayout的使用详解
随机推荐
Usage details of staticlayout
被通知裁员后拿到5个offer
【方块编码】基于matlab的图像方块编码仿真
Gateway微服务路由使微服务静态资源加载失败
Character interception triplets of data warehouse: substrb, substr, substring
数据清洗工具flashtext,效率直接提升了几十倍数
[today in history] June 2: Apple launched swift programming language; China Telecom acquires China Unicom C network; OS X Yosemite release
[today in history] May 31: the father of Amiga was born; The co developer of basic language was born; BlackBerry BBM shutdown
[today in history] June 18: JD was born; The online store platform Etsy was established; Facebook releases Libra white paper
[today in history] June 16: Oracle Bone Inscriptions was established; Microsoft MSX was born; The inventor of fast Fourier transform was born
【电梯控制系统】基于VHDL语言和状态机实现的电梯控制系统的设计,使用了状态机
分布式事务TCC浅析
面试:List 如何根据对象的属性去重?
adb双击POWER键指令
> Could not create task ‘:app:MyTest. main()‘. > SourceSet with name ‘main‘ not found. Problem repair
Le routage des microservices de la passerelle a échoué au chargement des ressources statiques des microservices
"Everyday Mathematics" serial 53: February 21
be fond of the new and tired of the old? Why do it companies prefer to spend 20K on recruiting rather than raise salaries to retain old employees
第三批入围企业公示!年度TOP100智能网联供应商评选
视频编解码性能优化与实现