~ubuntu-branches/ubuntu/saucy/libvirt/saucy

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-05-02 10:21:49 UTC
  • mfrom: (1.2.18)
  • Revision ID: package-import@ubuntu.com-20130502102149-2ajbdvo0ii64m2qd
Tags: 1.0.5-0ubuntu1
* New upstream release: 
  + Dropped patches:
    - debian/patches/fix-virterror-namechange
    - debian/patches/apparmor-use-apparmor-setfdlabel
    - debian/patches/prevent-lxc-shutdown-host.patch
    - debian/patches/apparmor-no-need-to-check-security-model
    - debian/patches/nonblock-fix.patch
   + Refreshed patches:
    - debian/patches/9002-better_default_uri_virsh.patch
    - debian/patches/enable-kvm-spice.patch
    - debian/patches/patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
 * debian/patches/Add-sanitytest.py.patch: Add patch to fix missing sanitytest.py
   when building the testsuite.
 * debian/libvirt-dev.install: dont't ship files for static linking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  <devices>
16
16
    <emulator>/usr/bin/qemu</emulator>
17
17
    <disk type='block' device='disk'>
 
18
      <driver name='qemu' type='raw'/>
18
19
      <source dev='/dev/HostVG/QEMUGuest1'/>
19
20
      <target dev='hda' bus='ide'/>
20
21
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
21
22
    </disk>
22
23
    <disk type='block' device='cdrom'>
 
24
      <driver name='qemu' type='raw'/>
23
25
      <source dev='/dev/HostVG/QEMUGuest2'/>
24
26
      <target dev='hdc' bus='ide'/>
25
27
      <readonly/>
26
28
      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
27
29
    </disk>
28
30
    <disk type='file' device='disk'>
 
31
      <driver name='qemu' type='raw'/>
29
32
      <source file='/tmp/data.img'/>
30
33
      <target dev='vda' bus='virtio'/>
31
34
    </disk>
32
35
    <disk type='file' device='disk'>
 
36
      <driver name='qemu' type='raw'/>
33
37
      <source file='/tmp/logs.img'/>
34
38
      <target dev='vdb' bus='virtio'/>
35
39
    </disk>
36
40
    <controller type='usb' index='0'/>
37
41
    <controller type='ide' index='0'/>
 
42
    <controller type='pci' index='0' model='pci-root'/>
38
43
    <memballoon model='virtio'/>
39
44
  </devices>
40
45
</domain>