~ubuntu-branches/ubuntu/oneiric/virtinst/oneiric

« back to all changes in this revision

Viewing changes to tests/xmlconfig-xml/rhel6-kvm-stage1.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-08-08 13:43:26 UTC
  • mfrom: (1.6.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110808134326-9ej41e5x1o1pg2ha
Tags: 0.600.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - 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.
* Removed patches:
  - 9002_Lucid.patch: upstream
  - 9004_ubuntu_correct_tree.patch: upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<domain type='kvm'>
2
2
  <name>TestGuest</name>
 
3
  <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
4
  <memory>409600</memory>
3
5
  <currentMemory>204800</currentMemory>
4
 
  <memory>409600</memory>
5
 
  <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
6
  <vcpu>5</vcpu>
6
7
  <os>
7
8
    <type arch='i686'>hvm</type>
8
9
    <kernel>kernel</kernel>
16
17
  <on_poweroff>destroy</on_poweroff>
17
18
  <on_reboot>destroy</on_reboot>
18
19
  <on_crash>destroy</on_crash>
19
 
  <vcpu>5</vcpu>
20
20
  <devices>
21
21
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
22
22
    <disk type='file' device='floppy'>
42
42
    <input type='tablet' bus='usb'/>
43
43
    <graphics type='sdl' display=':3.4' xauth='/tmp/.Xauthority'/>
44
44
    <console type='pty'/>
45
 
    <sound model='es1370'/>
 
45
    <sound model='ich6'/>
46
46
    <video>
47
47
      <model type='cirrus'/>
48
48
    </video>