Microsoft bietet auf https://dev.modern.ie/tools/vms/linux/ kostenlose VM-Images für Windows XP bis Windows 10. Nach 90 Tagen läuft die Installation ab und es ist ein Rollback fällig.
Update 27.08.2017 neue URL: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
After played around with Xen and KMV I’ve finally decided to go for VirtualBox. Please find the pros and cons considered from below:
Pro
Available for all major platforms (Linux, Mac OS X, Windows, Solaris, …)
Easy to install (no special kernel required, compared to Xen)
Easy to manage (Qt GUI, CLI, API, libvirt support)
Paravirtualization (virtio) for network and memory (baloon)
Active developed, frequently new releases
Good end-user documentation
Con
No paravirtualization (virtio) for storage (virtio-blk)
Direct access for block devices is not supported
Proprietary license for USB and RDP support
Command Line Recipes
VirtualBox comes with a friendly Qt based GUI, but also with a set of command line tools. This makes it very powerful for headless usage. A couple of handy recipes can be found from below: