# cat /etc/libvirt/qemu/buhserver.xml<br />
<!--<br />
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE <br />
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:<br />
virsh edit buhserver<br />
or other application using the libvirt API.<br />
--><br />
<br />
<domain type='kvm'><br />
<name>buhserver</name><br />
<uuid>335f35d4-59b8-eba3-4cd3-c96547534903</uuid><br />
<memory>2097152</memory><br />
<currentMemory>2097152</currentMemory><br />
<vcpu>1</vcpu><br />
<os><br />
<type arch='i686' machine='rhel6.0.0'>hvm</type><br />
<boot dev='hd'/><br />
</os><br />
<features><br />
<acpi/><br />
<apic/><br />
<pae/><br />
</features><br />
<cpu><br />
<topology sockets='1' cores='2' threads='1'/><br />
</cpu><br />
<clock offset='localtime'/><br />
<on_poweroff>destroy</on_poweroff><br />
<on_reboot>restart</on_reboot><br />
<on_crash>restart</on_crash><br />
<devices><br />
<emulator>/usr/libexec/qemu-kvm</emulator><br />
<disk type='block' device='disk'><br />
<driver name='qemu' type='raw' cache='none'/><br />
<source dev='/dev/vg_data/lv_buhserver_c'/><br />
<target dev='vda' bus='virtio'/><br />
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/><br />
</disk><br />
<disk type='block' device='disk'><br />
<driver name='qemu' type='raw' cache='none'/><br />
<source dev='/dev/vg_data/lv_buhserver_d'/><br />
<target dev='vdb' bus='virtio'/><br />
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/><br />
</disk><br />
<disk type='block' device='disk'><br />
<driver name='qemu' type='raw' cache='none'/><br />
<source dev='/dev/vg_data/lv_buhserver_e'/><br />
<target dev='vdc' bus='virtio'/><br />
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/><br />
</disk><br />
<interface type='bridge'><br />
<mac address='52:54:0b:ab:d5:e3'/><br />
<source bridge='br0'/><br />
<model type='virtio'/><br />
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/><br />
</interface><br />
<serial type='pty'><br />
<target port='0'/><br />
</serial><br />
<console type='pty'><br />
<target type='serial' port='0'/><br />
</console><br />
<input type='tablet' bus='usb'/><br />
<input type='mouse' bus='ps2'/><br />
<graphics type='vnc' port='5901' autoport='no' keymap='en-us'/><br />
<video><br />
<model type='cirrus' vram='65536' heads='1'/><br />
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/><br />
</video><br />
<hostdev mode='subsystem' type='usb' managed='yes'><br />
<source><br />
<vendor id='0x0529'/><br />
<product id='0x0001'/><br />
<address bus='2' device='2'/><br />
</source><br />
</hostdev><br />
<memballoon model='none'/><br />
</devices><br />
</domain>
↧