qemu的python包装器

PyQemu的Python项目详细描述


这是什么?

PyQemu is a Python wrapper around… Qemu.

我为什么要那样?

Because you might want to script operations involving qemu virtual machines, perhaps for testing purposes.

什么是QEMU?

If you don’t know, then you probably don’t need this, but see http://www.qemu.org/ for further details.

你为什么要写皮克穆?

Because I liked Microsoft’s Virtual Server, and to a lesser extent VMWare and wanted something similar that could work in an entirely open-source environment (open source OS, open source virtualisation, not necessarily open source virtual machine), yet still give me a good automation interface.

如何使用pyqemu?

Step 1) Create an XML file with the descriptions of the virtual machines you want to manage (see qserver.xml for a commented example).

Step 2) Have a look at the simple example (client.py/server.py)

Step 3) Write some client code to control the virtual machines (see the examples directory).

要求

Python v2.4 (www.python.org) Pyro, Python Remote Objects v3.5, (http://pyro.sourceforge.net) PIL, Python Imaging Library v1.1.5 (http://www.pythonware.com/products/pil) Qemu v0.8.2 (http://www.qemu.org) TightVNC v1.2.9. (http://www.tightvnc.com). For viewing virtual machines. USPP v1.0 (http://ibarona.googlepages.com/uspp). For pyqemu-monitor.py.
此外,示例还要求:
水母v0.5.4(http://www.amk.ca/python/code/medusa.html) TightVNC Java查看器v1.3.8(http://www.tightvnc.com/download.html

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Java Spring REST API JSON在postman中显示,但在测试中未“看到”   java如何以编程方式检查旋转设备?   java力穷举开关   amazon web services DynamoDB从Java更新列表失败   java Android studio IDE更改波斯注释字体   java如何将postgresql添加到OpenShift Spring应用程序?   java RecycleView分页是否在末尾添加新项?   如何通过java获取移动设备信息?   java为什么Apache Commons StringEscapeUtils escapeXML10不能在groovy中工作?   函数式编程java curry现有的静态函数   java与JList的合作