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

« back to all changes in this revision

Viewing changes to tests/cli-test-xml/clone-disk-noexist.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Louis Dupond
  • Date: 2010-05-05 03:32:42 UTC
  • mfrom: (1.3.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100505033242-um6f6pjcc89i07m0
Tags: 0.500.3-1ubuntu1
* Merge from debian unstable. (LP: #590068)  Remaining changes:
  - debian/patches/9001_Ubuntu.patch:
     + Added lucid and maverick to OS list and enable virtio for it.
  - debian/patches/0003-Fix-patch-to-keyboard-configuration.patch: disable
    as the keyboard config in Ubuntu is still in /etc/default/console-setup
    and this was causing virt-manager to always default to a en-us
    keyboard. (LP: #524318)
  - debian/control: added acl package to depends. (LP: #533048)
  - Demote virt-viewer to Suggests, as it's in universe.
  - Recommends libvirt-bin (LP: #215084)
* debian/patches/9002-add-ca-keymap.patch: dropped, its now in upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='xen'>
 
2
  <name>test-clone-noexist</name>
 
3
  <currentMemory>204800</currentMemory>
 
4
  <memory>409600</memory>
 
5
  <uuid>abcd5678-1234-1234-1234-12345678FFFF</uuid>
 
6
  <os>
 
7
    <type arch='i686'>hvm</type>
 
8
    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
9
    <boot dev='hd'/>
 
10
  </os>
 
11
  <features>
 
12
    <acpi/><apic/>
 
13
  </features>
 
14
  <clock offset="utc"/>
 
15
  <on_poweroff>destroy</on_poweroff>
 
16
  <on_reboot>restart</on_reboot>
 
17
  <on_crash>restart</on_crash>
 
18
  <vcpu>5</vcpu>
 
19
  <devices>
 
20
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
21
    <disk type='block' device='disk'>
 
22
      <source dev='/i/really/dont/exist'/>
 
23
      <target dev='sda' bus='scsi'/>
 
24
    </disk>
 
25
    <interface type='network'>
 
26
      <source network='default'/>
 
27
      <model type='e1000'/>
 
28
    </interface>
 
29
    <interface type='user'>
 
30
      <mac address='11:11:11:11:11:11'/>
 
31
    </interface>
 
32
    <parallel type='file'>
 
33
      <source path='/tmp/foo.log'/>
 
34
    </parallel>
 
35
  </devices>
 
36
</domain>