📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -