~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to tests/xmlconfig-xml/boot-many-chars.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-02-01 15:40:11 UTC
  • mfrom: (1.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110201154011-op0nusgc240xajvb
Tags: 0.500.5-1ubuntu1
* Merge from debian experimental. Remaining changes:
  - debian/patches/9001_Ubuntu.patch:
     + Updated to add maverick and natty to OS list and enable virtio
       for them.
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch. (refreshed)
  - debian/control: added acl package to depends.
  - Demote virt-viewer to Suggests, as it's in universe.
  - Recommends libvirt-bin
* Removed patches:
  - debian/patches/9002-libvirt_disk_format.patch: Upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
      <source mode='bind' host='my.bind.host' service='1111'/>
33
33
      <source mode='connect' host='my.source.host' service='2222'/>
34
34
    </parallel>
 
35
    <console type='pty'>
 
36
      <target type='virtio'/>
 
37
    </console>
 
38
    <console type='pty'/>
 
39
    <channel type='pty'>
 
40
      <target type='virtio' name='foo.bar.frob'/>
 
41
    </channel>
 
42
    <channel type='pty'>
 
43
      <target type='guestfwd' address='1.2.3.4' port='4567'/>
 
44
    </channel>
35
45
  </devices>
36
46
</domain>