qemuxml2argv-blkdeviotune.xml 1.4 KB
Newer Older
L
Lei Li 已提交
1 2 3
<domain type='qemu'>
  <name>QEMUGuest1</name>
  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
E
Eric Blake 已提交
4 5
  <memory unit='KiB'>219100</memory>
  <currentMemory unit='KiB'>219100</currentMemory>
6
  <vcpu placement='static'>1</vcpu>
L
Lei Li 已提交
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  <os>
    <type arch='i686' machine='pc'>hvm</type>
    <boot dev='hd'/>
  </os>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/qemu</emulator>
    <disk type='block' device='disk'>
      <driver name='qemu' type='qcow2' cache='none'/>
      <source dev='/dev/HostVG/QEMUGuest1'/>
      <target dev='hda' bus='ide'/>
      <iotune>
        <total_bytes_sec>5000</total_bytes_sec>
        <total_iops_sec>6000</total_iops_sec>
      </iotune>
25
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
L
Lei Li 已提交
26 27 28 29 30 31 32 33 34 35
    </disk>
    <disk type='block' device='disk'>
      <driver name='qemu' type='qcow2' cache='none'/>
      <source dev='/dev/HostVG/QEMUGuest2'/>
      <target dev='hdb' bus='ide'/>
      <iotune>
        <read_bytes_sec>5000</read_bytes_sec>
        <write_bytes_sec>5000</write_bytes_sec>
        <total_iops_sec>7000</total_iops_sec>
      </iotune>
36
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
L
Lei Li 已提交
37
    </disk>
38
    <controller type='usb' index='0'/>
L
Lei Li 已提交
39 40 41 42
    <controller type='ide' index='0'/>
    <memballoon model='virtio'/>
  </devices>
</domain>