RSS Git Download  Clone
Raw Blame History
<domain type="qemu">
    <name>QEmu-fedora-i686</name>
    <uuid>c7a5fdbd-cdaf-9455-926a-d65c16db1809</uuid>
    <memory>219200</memory>
    <currentMemory>219200</currentMemory>
    <vcpu>2</vcpu>
    <os>
        <type arch="i686" machine="pc">hvm</type>
        <boot dev="cdrom"></boot>
    </os>
    <devices>
        <emulator>/usr/bin/qemu-system-x86_64</emulator>
        <disk type="file" device="cdrom">
            <source file="/home/user/boot.iso"></source>
            <target dev="hdc"></target>
            <readonly></readonly>
        </disk>
        <disk type="file" device="disk">
            <source file="/home/user/fedora.img"></source>
            <target dev="hda"></target>
        </disk>
        <interface type="network">
            <source network="default"></source>
        </interface>
        <graphics type="vnc" port="-1"></graphics>
    </devices>
    <ah type="rare" foo="bar">cosa1</ah>
    <ah type="normal">cosa2</ah>
    <ah>cosa3</ah>
</domain>