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

« back to all changes in this revision

Viewing changes to tests/xmlconfig-xml/winxp-kvm-stage3.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='kvm'>
 
2
  <name>TestGuest</name>
 
3
  <currentMemory>204800</currentMemory>
 
4
  <memory>409600</memory>
 
5
  <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
6
  <os>
 
7
    <type arch='i686'>hvm</type>
 
8
    <boot dev='hd'/>
 
9
  </os>
 
10
  <features>
 
11
    <acpi/><apic/>
 
12
  </features>
 
13
  <clock offset="localtime"/>
 
14
  <on_poweroff>destroy</on_poweroff>
 
15
  <on_reboot>restart</on_reboot>
 
16
  <on_crash>restart</on_crash>
 
17
  <vcpu>5</vcpu>
 
18
  <devices>
 
19
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
20
    <disk type='file' device='disk'>
 
21
      <driver name='qemu' type='raw'/>
 
22
      <source file='/tmp/test.img'/>
 
23
      <target dev='hda' bus='ide'/>
 
24
    </disk>
 
25
    <disk type='block' device='disk'>
 
26
      <driver name='qemu'/>
 
27
      <source dev='/dev/loop0'/>
 
28
      <target dev='hdb' bus='ide'/>
 
29
    </disk>
 
30
    <disk type='block' device='cdrom'>
 
31
      <driver name='qemu'/>
 
32
      <source dev='/dev/loop0'/>
 
33
      <target dev='hdc' bus='ide'/>
 
34
      <readonly/>
 
35
    </disk>
 
36
    <interface type='network'>
 
37
      <source network='default'/>
 
38
      <mac address='11:22:33:44:55:66'/>
 
39
    </interface>
 
40
    <input type='tablet' bus='usb'/>
 
41
    <graphics type='sdl' display=':3.4' xauth='/tmp/.Xauthority'/>
 
42
    <console type='pty'/>
 
43
    <sound model='es1370'/>
 
44
    <video>
 
45
      <model type='vga'/>
 
46
    </video>
 
47
  </devices>
 
48
</domain>