Virtualizing Win 7 VMs

Has anyone successfully used FreeBSD/KVM and virt-manager to run Win 7 VMs? Specifically with audio playback and recording working?

I have tried same in a number of Linux distros but not yet found one that works completely. Tried the spice drivers as opposed to VNC but even when that did work the sound quality was awful. So just wondering if anyone else has actually got this working before I waste lots of time installing this only to find the end result doesn't work.

Thanks,
nick
 
@NickC

Linux KVM (Kernel Virtualization Modules) works only on Linux. If you want to use FreeBSD as your host for the VM's, you´re better off using vbox. If you´re really keen on virt-manager, you are left with qemu in FreeBSD, which is going to suck quite hard compared to vbox.

Have you tried using Fedora 17, or 18? With the Virtualization packages, everything you need is included, virt-manager and spice-support as well. It´s dead easy getting to work, it´s basically ready-made for you to use.

Then you can think of Fedora what you like, I myself have my qualms, but for virtualization specifically it´s the best distribution out there right now, IMHO.

/Sebulon
 
NickC said:
Has anyone successfully used FreeBSD/KVM and virt-manager to run Win 7 VMs?
There is no such thing as FreeBSD/KVM.

KVM is a Linux thing, and has also been ported to Illumos (SmartOS).

On FreeBSD use Virtualbox which is capable of anything You mentioned.
 
I'd vote for VBox too because I use it to run windows guest OSes and it works just great. You can run it in headless mode without GUI if necessary. Also there is PHP based GUI available for VBox.
 
Back
Top