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

« back to all changes in this revision

Viewing changes to tests/sexpr2xmldata/sexpr2xml-fv-localtime.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:
20
20
    <disk type='file' device='disk'>
21
21
      <driver name='file'/>
22
22
      <source file='/root/foo.img'/>
23
 
      <target dev='hda'/>
 
23
      <target dev='hda' bus='ide'/>
24
24
    </disk>
25
25
    <interface type='bridge'>
26
26
      <source bridge='xenbr0'/>
31
31
    <disk type='file' device='cdrom'>
32
32
      <driver name='file'/>
33
33
      <source file='/root/boot.iso'/>
34
 
      <target dev='hdc'/>
 
34
      <target dev='hdc' bus='ide'/>
35
35
      <readonly/>
36
36
    </disk>
37
37
    <input type='mouse' bus='ps2'/>