sunny03 发表于 2017-6-24 07:21:46

centos7 安装kvm虚拟机

<os>  <type arch='x86_64' machine='pc-i440fx-rhel7.0.0'>hvm</type>
  <boot dev='cdrom'/>
  </os>
  <disk type='file' device='cdrom'>
  <driver name='qemu' type='raw'/>
  <source file='/data/images/CentOS_6.5_Final.iso'/>
  <target dev='hda' bus='ide'/>
  <readonly/>
  <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  </disk>
页: [1]
查看完整版本: centos7 安装kvm虚拟机