~ubuntu-branches/ubuntu/raring/libvirt/raring

« back to all changes in this revision

Viewing changes to tests/qemuxml2argvdata/qemuxml2argv-disk-blockio.xml

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-11-19 10:41:02 UTC
  • mfrom: (1.2.15) (223.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121119104102-l6ewdppikysbzztu
Tags: 1.0.0-0ubuntu2
debian/patches/add-armhf-sysinfo-infomration.patch: Disable
to fix FTBFS on arm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='qemu'>
 
2
  <name>QEMUGuest1</name>
 
3
  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
 
4
  <memory unit='KiB'>219136</memory>
 
5
  <currentMemory unit='KiB'>219136</currentMemory>
 
6
  <vcpu placement='static'>1</vcpu>
 
7
  <os>
 
8
    <type arch='i686' machine='pc'>hvm</type>
 
9
    <boot dev='hd'/>
 
10
  </os>
 
11
  <clock offset='utc'/>
 
12
  <on_poweroff>destroy</on_poweroff>
 
13
  <on_reboot>restart</on_reboot>
 
14
  <on_crash>destroy</on_crash>
 
15
  <devices>
 
16
    <emulator>/usr/bin/qemu</emulator>
 
17
    <disk type='block' device='cdrom'>
 
18
      <source dev='/dev/HostVG/QEMUGuest1'/>
 
19
      <target dev='hda' bus='ide'/>
 
20
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
 
21
    </disk>
 
22
    <disk type='file' device='disk'>
 
23
      <source file='/tmp/idedisk.img'/>
 
24
      <target dev='hdc' bus='ide'/>
 
25
      <address type='drive' controller='0' bus='0' target='0' unit='2'/>
 
26
      <blockio logical_block_size='512' physical_block_size='512'/>
 
27
    </disk>
 
28
    <controller type='usb' index='0'/>
 
29
    <controller type='ide' index='0'/>
 
30
    <controller type='ide' index='1'/>
 
31
    <memballoon model='virtio'/>
 
32
  </devices>
 
33
</domain>