~ubuntu-branches/ubuntu/saucy/virtinst/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/9003-fix-path-to-hvmloader-in-testsuite.patch/tests/image-xml/image2guest/image-xenpv32.xml

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-08-06 14:40:24 UTC
  • mfrom: (1.6.13 sid)
  • Revision ID: package-import@ubuntu.com-20130806144024-30sajuiaoaqkewq0
Tags: 0.600.4-2ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
    for all ISO/HTTP source, to not longer fail with cobbler/koan.
  - debian/patches/9005_ubuntu_releases.patch: Add recent releases, and
    update EoL releases.
  - debian/{control,rules,pyversions}: Build using dh_python2, use
    debhelper v8 instead of cdbs; for some reason the package build an
    empty binary package when using dh_python2.
  - debian/control: added acl package to depends.
  - debian/control: added libvirt-bin to recommends
* Dropped changes:
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch,
    debian/patches/0004-Fix-path-to-qemu-dm.patch: xen binaries haven't
    been in /usr/lib/xen-default for a while, so either these patches
    were broken, or unnecessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<domain type='test'>
2
 
  <name>TestGuest</name>
3
 
  <uuid>12345678-1234-1234-1234-123456789012</uuid>
4
 
  <memory>409600</memory>
5
 
  <currentMemory>204800</currentMemory>
6
 
  <vcpu>5</vcpu>
7
 
  <bootloader>/usr/bin/pygrub</bootloader>
8
 
  <features>
9
 
    <pae/>
10
 
  </features>
11
 
  <on_poweroff>destroy</on_poweroff>
12
 
  <on_reboot>restart</on_reboot>
13
 
  <on_crash>restart</on_crash>
14
 
  <devices>
15
 
    <disk type='file' device='disk'>
16
 
      <source file='REPLACEME/tests/image-xml/root.raw'/>
17
 
      <target dev='xvda' bus='xen'/>
18
 
    </disk>
19
 
    <disk type='file' device='disk'>
20
 
      <source file='REPLACEME/tests/image-xml/data.raw'/>
21
 
      <target dev='xvdb' bus='xen'/>
22
 
    </disk>
23
 
    <disk type='file' device='disk'>
24
 
      <source file='REPLACEME/tests/image-xml/scratch.raw'/>
25
 
      <target dev='xvdc' bus='xen'/>
26
 
    </disk>
27
 
    <input type='mouse' bus='xen'/>
28
 
    <graphics type='vnc' port='-1' keymap='ja'/>
29
 
  </devices>
30
 
</domain>