readme
来自「Libvirt是一套在linux上用C编写的虚拟化操作工具接口。其目的是提供一个」· 代码 · 共 16 行
TXT
16 行
Some simple examples on how to use the Python API for libvirtThe examples are:dominfo.py - print information about a running domU based on the results of virDomainGetInfo and virDomainGetXMLDescdomstart.py - create a domU from an XML description if the domU isn't running yet domsave.py - save all running domU's into a directorydomrestore.py - restore domU's from their saved files in a directoryThe XML files in this directory are examples of the XML format that libvirtexpects, and will have to be adapted for your setup. They are only neededfor domstart.py
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?