Доброго времени суток! Имеется Debian 7 (консольный). На него поставлен kvm + libvirt. Установлена Win 7 на виртуальную машину, установлены дрова (http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/). Пытаюсь добавить звуковое устройство, но винда не видит его. Конфиг машины:
<domain type='kvm' id='1'>
<name>7</name>
<memory unit='MiB'>512</memory>
<vcpu>1</vcpu>
<os>
<type>hvm</type>
<boot dev='cdrom'/>
</os>
<clock offset='utc'/>
<features>
<acpi/>
</features>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='7.qcow2'/>
<target dev='vda' bus='ide'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='virtio-win-0.1-81.iso'/>
<target dev='vdc' bus='ide'/>
<readonly/>
</disk>
<devices>
<sound model='ac97'>
</sound>
</devices>
<interface type='bridge'>
<source bridge='br0'/>
<model type='virtio'/>
</interface>
<graphics type='vnc' port='-1' keymap='en-us'>
<listen type='address' address='192.168...'/>
</graphics>
</devices>
</domain>