5 Star 0 Fork 3

yangshicheng/EBS_Web_test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
x86.xml 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
yangshicheng 提交于 2023-05-31 14:22 +08:00 . add image_qcow2.xml.
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>x86_test</name>
<memory>4194304</memory>
<currentMemory>4194304</currentMemory>
<vcpu placement='static'>4</vcpu>
<cpu mode='host-passthrough'>
<topology sockets='1' cores='4' threads='1'/>
</cpu>
<qemu:commandline>
<qemu:arg value='-device'/>
<qemu:arg value='isa-ipmi,chardev=mychar,start_time=300,wdt_reboot=300,reboot_force_enable=false'/>
</qemu:commandline>
<os>
<type arch='x86_64'>hvm</type>
<boot dev='cdrom'/>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic eoi='on'/>
<pae/>
</features>
<clock offset='utc'>
<timer name='rtc' tickpolicy='catchup' track='guest'/>
<timer name='hpet' present='no'/>
<timer name='pit' tickpolicy='delay'/>
</clock>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/bin/qemu-kvm</emulator>
<disk type='block' device='disk'>
<driver name='qemu' type='qcow2' cache='none' io='native'/>
<source dev='/data/ci_work/x86_test.qcow2'/>
<target dev='sda' bus='scsi'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/data/ci_work/EulerOS-V2.0SP11-x86_64-dvd.iso'/>
<target dev='sdb' bus='ide'/>
<readonly/>
</disk>
<controller type='scsi' model='virtio-scsi' index='0'/>
<interface type='bridge'>
<mac address='92:94:d7:28:08:16'/>
<source bridge='br0'/>
<model type='e1000'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<serial type='file'>
<source path='///tmp/iEulerOS_template_image_V2R9_X86_64_LIVECD.log'/>
<target port='0'/>
</serial>
<console type='file'>
<source path='///tmp/EulerOS_template_image_V2R9_X86_64_LIVECD.log'/>
<target type='serial' port='0'/>
</console>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' autoport='yes' listen='0.0.0.0'>
<listen type='address' address='0.0.0.0'/>
</graphics>
<video>
<model type='cirrus' vram='9216' heads='1'/>
</video>
<memballon model='none'/>
</devices>
</domain>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangshicheng/ebs_web_test.git
git@gitee.com:yangshicheng/ebs_web_test.git
yangshicheng
ebs_web_test
EBS_Web_test
master

搜索帮助