~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to tests/qemuxml2argvdata/qemuxml2argv-console-compat.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-25 18:51:21 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20080625185121-8dku38gpoluks1bx
Tags: upstream-0.4.4
ImportĀ upstreamĀ versionĀ 0.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='qemu'>
 
2
  <name>QEMUGuest1</name>
 
3
  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
 
4
  <memory>219200</memory>
 
5
  <currentMemory>219200</currentMemory>
 
6
  <vcpu>1</vcpu>
 
7
  <os>
 
8
    <type arch='i686' machine='pc'>hvm</type>
 
9
    <boot dev='hd'/>
 
10
  </os>
 
11
  <clock offset='utc'/>
 
12
  <on_poweroff>destroy</on_poweroff>
 
13
  <on_reboot>restart</on_reboot>
 
14
  <on_crash>destroy</on_crash>
 
15
  <devices>
 
16
    <emulator>/usr/bin/qemu</emulator>
 
17
    <disk type='block' device='disk'>
 
18
      <source dev='/dev/HostVG/QEMUGuest1'/>
 
19
      <target dev='hda' bus='ide'/>
 
20
    </disk>
 
21
    <serial type='pty'>
 
22
      <target port='0'/>
 
23
    </serial>
 
24
    <console type='pty'>
 
25
      <target port='0'/>
 
26
    </console>
 
27
  </devices>
 
28
</domain>