qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [fedora-virt] Fedora Virt status (XML for SL6)


From: Boris Derzhavets
Subject: [Qemu-devel] Re: [fedora-virt] Fedora Virt status (XML for SL6)
Date: Fri, 14 Jan 2011 12:17:42 -0800 (PST)

address@hidden ~]# uname -a
Linux ServerSL6APH 2.6.32-71.14.1.el6.x86_64 #1 SMP Wed Jan 12 11:40:37 CST 2011 x86_64 x86_64 x86_64 GNU/Linux

address@hidden ~]# virsh version
Compiled against library: libvir 0.8.1
Using library: libvir 0.8.1
Using API: QEMU 0.8.1
Running hypervisor: QEMU 0.12.1

address@hidden ~]# virsh dumpxml W7VIRT64 > W7VIRT64.xml
address@hidden ~]# cat W7VIRT64.xml
<domain type='kvm' id='1'>
  <name>W7VIRT64</name>
  <uuid>393221ea-201c-1799-5299-2213e2aaa805</uuid>
  <memory>4194304</memory>
  <currentMemory>4194304</currentMemory>
  <vcpu>2</vcpu>
  <os>
    <type arch='x86_64' machine='rhel6.0.0'>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <clock offset='localtime'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/libexec/qemu-kvm</emulator>
    <disk type='file' device='floppy'>
      <driver name='qemu' type='raw' cache='none'/>
      <target dev='fda' bus='fdc'/>
      <alias name='fdc0-0-0'/>
      <address type='drive' controller='0' bus='0' unit='0'/>
    </disk>
    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='none'/>
      <source dev='/dev/sdb9'/>
      <target dev='vda' bus='virtio'/>
      <alias name='virtio-disk0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <target dev='hdc' bus='ide'/>
      <readonly/>
      <alias name='ide0-1-0'/>
      <address type='drive' controller='0' bus='1' unit='0'/>
    </disk>
    <controller type='fdc' index='0'>
      <alias name='fdc0'/>
    </controller>
    <controller type='ide' index='0'>
      <alias name='ide0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:cd:d6:fb'/>
      <source bridge='br0'/>
      <target dev='vnet0'/>
      <model type='virtio'/>
      <alias name='net0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>
    <serial type='pty'>
      <source path='/dev/pts/0'/>
      <target port='0'/>
      <alias name='serial0'/>
    </serial>
    <console type='pty' tty='/dev/pts/0'>
      <source path='/dev/pts/0'/>
      <target port='0'/>
      <alias name='serial0'/>
    </console>
    <input type='tablet' bus='usb'>
      <alias name='input0'/>
    </input>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='5900' autoport='yes'/>
    <sound model='ac97'>
      <alias name='sound0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
    </sound>
    <video>
      <model type='vga' vram='9216' heads='1'/>
      <alias name='video0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
    </video>
    <memballoon model='virtio'>
      <alias name='balloon0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
    </memballoon>
  </devices>
  <seclabel type='dynamic' model='selinux'>
    <label>system_u:system_r:svirt_t:s0:c179,c357</label>
    <imagelabel>system_u:object_r:svirt_image_t:s0:c179,c357</imagelabel>
  </seclabel>
</domain>

Boris.

--- On Fri, 1/14/11, Dennis Jacobfeuerborn <address@hidden> wrote:

From: Dennis Jacobfeuerborn <address@hidden>
Subject: Re: [fedora-virt] Fedora Virt status (XML for F14)
To: "Boris Derzhavets" <address@hidden>
Cc: "Scott Dowdle" <address@hidden>, address@hidden, address@hidden
Date: Friday, January 14, 2011, 3:05 PM

On 01/14/2011 09:03 PM, Boris Derzhavets wrote:

> P.S. I did mount SL 6 "/" folder on /mnt.
> But /mnt/etc/libvirtd/qemu appears to be empty.
>
Have you tried "virsh dumpxml <vm-name>" on the SL6 system?

Regards,
   Dennis


reply via email to

[Prev in Thread] Current Thread [Next in Thread]