~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to tests/sexpr2xmldata/sexpr2xml-disk-block.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-25 18:51:21 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20080625185121-8dku38gpoluks1bx
Tags: upstream-0.4.4
ImportĀ upstreamĀ versionĀ 0.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    <disk type='block' device='disk'>
17
17
      <driver name='phy'/>
18
18
      <source dev='/dev/MainVG/GuestVG'/>
19
 
      <target dev='xvda'/>
 
19
      <target dev='xvda' bus='xen'/>
20
20
    </disk>
 
21
    <console type='pty'>
 
22
      <target port='0'/>
 
23
    </console>
21
24
  </devices>
22
25
</domain>