В целях эксперимента установил win2k3 в kvm c virtio-дровами (брал здесь http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/virtio-win-...), но получил забавный эффект. Практически все устройства винда предлагает безопасно отключить. Скрин Некоторые устройства отключаються, некоторые нет. Удалось «безопасно» отключить даже сетевой адаптер «Red Hat VirtIO Ethernet Adapter». Собственно вопрос: это нормальное поведение kvm+virtio+win или я что-то накосячил?
Дистрибутив: Debian squeeze
Uname:
Linux svr7 2.6.32-5-xen-amd64 #1 SMP Mon Oct 3 07:53:54 UTC 2011 x86_64 GNU/Linux
virt-install -n host4 -r 512 --disk /dev/vg00/host4_d1,bus=virtio,format=raw --disk /home/rom/iso/virtio-win-0.1-22.iso,device=cdrom --accelerate --vnc --vncport=5904 --vnclisten 0.0.0.0 --noautoconsole --os-type=windows --os-variant=win2k3 -w bridge:brm0,model=virtio
<domain type='kvm'>
<name>host4</name>
<uuid>94d9798a-cd7b-c8db-929e-5ad1d16e8cce</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64' machine='pc-0.12'>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/bin/kvm</emulator>
<disk type='block' device='disk'>
<driver name='qemu' type='raw'/>
<source dev='/dev/vg00/host4_d1'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/home/rom/iso/virtio-win-0.1-22.iso'/>
<target dev='hdc' bus='ide'/>
<readonly/>
<address type='drive' controller='0' bus='1' unit='0'/>
</disk>
<controller type='ide' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
</controller>
<interface type='bridge'>
<mac address='52:54:00:e4:2c:68'/>
<source bridge='brm0'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<input type='tablet' bus='usb'/>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='5904' autoport='no' listen='0.0.0.0' keymap='en-us'/>
<video>
<model type='vga' vram='9216' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</memballoon>
</devices>
</domain>