tinfoil-hat
Active Member
Hi there,
I have set up a Windows Gaming VM trough KVM via GPU Passtrough. However I want to output the sounds of my Windows VM on my Host machine. The I read in threads and forums, you have to edit the XML and add:
my UID is 1000
and Edit the
and insert
After that I restarted pulseaudio and qemu / libvirt
However my Windows VM doesn't show any Audio Device, that seemed relevant (I get some previous connected USB/Blutooth devices)
Thank you for reading and helping
I have set up a Windows Gaming VM trough KVM via GPU Passtrough. However I want to output the sounds of my Windows VM on my Host machine. The I read in threads and forums, you have to edit the XML and add:
Code:
<qemu:commandline>
<qemu:env name="QEMU_AUDIO_DRV" value="pa"/>
<qemu:env name="QEMU_PA_SERVER" value="/run/user/1000/pulse/native"/>
</qemu:commandline>
and Edit the
Code:
/etc/libvirt/qemu.conf
Code:
nographics_allow_host_audio = 1
However my Windows VM doesn't show any Audio Device, that seemed relevant (I get some previous connected USB/Blutooth devices)
Thank you for reading and helping