LINUX.ORG.RU
ФорумAdmin

libvirt + qemu-system-arm


0

1

Подскажите, возможно ли добавить в список virt-manager'a виртуальную машину, запускаемую при помощи qemu-system-arm? Нашел информацию, что с предыдущими версиями это получалось. http://www.redhat.com/archives/libvir-list/2010-March/msg00602.html Есть даже конфиг ВМ: http://cdot.senecac.on.ca/arm/arm1.xml

<domain type="qemu" id="22">
<name>arm1</name>
<uuid>8028f71a-1db8-40a4-94fa-5a4a42014273</uuid>
<memory>131072</memory>
<currentMemory>131072</currentMemory>
<vcpu>1</vcpu>
−
<os>
<type arch="arm" machine="versatileab">hvm</type>
−
<kernel>
/var/lib/libvirt/images/zImage-versatile-2.6.24-rc7.armv5tel
</kernel>
<cmdline>"root=0800"</cmdline>
<boot dev="hd"/>
</os>
−
<features>
<acpi/>
</features>
<clock offset="utc"/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
−
<devices>
<emulator>/usr/bin/qemu-system-arm</emulator>
−
<disk type="file" device="disk">
<driver name="qemu" type="raw"/>
<source file="/var/lib/libvirt/images/arm1.img"/>
<target dev="hdc" bus="scsi"/>
</disk>
−
<interface type="network">
<source network="default"/>
<target dev="vnet0"/>
</interface>
<input type="mouse" bus="ps2"/>
<graphics type="vnc" port="5900" autoport="yes" keymap="en-us"/>
−
<video>
<model type="cirrus" vram="9216" heads="1"/>
</video>
</devices>
−
<seclabel type="dynamic" model="selinux">
<label>system_u:system_r:svirt_t:s0:c315,c875</label>
<imagelabel>system_u:object_r:svirt_image_t:s0:c315,c875</imagelabel>
</seclabel>
</domain>

Но у меня этот конфиг не определяется в virsh virsh define arm1.xml ошибка: internal error os type 'hvm' & arch 'arm' combination is not supported

Вопрос: Возможно ли запускать средствами libvirt виртуальные машины, управляемые qemu-system-arm(с архитектурой ARM)?

Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.