~ubuntu-branches/ubuntu/raring/eucalyptus/raring

« back to all changes in this revision

Viewing changes to tools/libvirt-kvm-windows-example.xml

  • Committer: Package Import Robot
  • Author(s): Brian Thomason
  • Date: 2011-11-29 13:17:52 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 185.
  • Revision ID: package-import@ubuntu.com-20111129131752-rq31al3ntutv2vvl
Tags: upstream-3.0.999beta1
ImportĀ upstreamĀ versionĀ 3.0.999beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='kvm'>
 
2
    <name>eucalyptus-windows</name>
 
3
    <os>
 
4
    <type>hvm</type>
 
5
    <boot dev='cdrom'/>
 
6
    </os>
 
7
    <features>
 
8
        <acpi/>
 
9
    </features>
 
10
    <memory>524288</memory>
 
11
    <vcpu>1</vcpu>
 
12
    <devices>
 
13
        <emulator>/usr/bin/kvm</emulator>
 
14
        <disk type='file'>
 
15
            <source file='fully_qualifed_path_to_disk'/>
 
16
            <target dev='hda'/>
 
17
        </disk>
 
18
        <!-- <disk type='file' device='disk'>
 
19
             <source file='fully_qualified_path_to_secondary_disk'/>
 
20
             <target dev='vda' bus='virtio'/>
 
21
        </disk> 
 
22
        <disk type='file' device='floppy'>
 
23
             <source file='fully_qualified_path_to_floppy_disk'/>
 
24
             <target dev='fda'/>
 
25
        </disk> -->
 
26
        <disk type='file' device='cdrom'>
 
27
            <source file='fully_qualified_path_to_iso'/>
 
28
            <target dev='hdc'/>
 
29
            <readonly/>
 
30
        </disk>
 
31
        <interface type='bridge'>
 
32
            <source bridge='br0'/>
 
33
            <model type='rtl8139'/>
 
34
        </interface>
 
35
        <!--<interface type='bridge'>
 
36
            <source bridge='br0'/>
 
37
            <model type='virtio'/> 
 
38
        </interface> -->
 
39
        <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'/>
 
40
    </devices>
 
41
</domain>