<div dir="ltr"><div>My primary workstation at work runs Fedora. However, I also have an always-on Windows VM as I'll often need to fire up Office, Acrobat, or even our own application ;).<br><br>I created my Win7 VM using virt-manager, which is a front-end for libvirt, which uses kvm for the actual heavy lifting. I use use SPICE as the display protocol, which I don't believe was default for Windows (and finding drivers for Windows was and is a pain).<br>
<br></div><div>However, I have the VM start at boot (easily configured via virt-manager), and actually use remote-viewer to interact with it (instead of virt-manager) for several reasons:<br><br></div><div>1. Seems to have better spice support<br>
<br></div><div>2. Supports multiple displays (I have dual monitors, and I can enable/disable the secondary output based on how much windows work I need to do)<br><br></div><div>3. Supports setting a custom window class, so I can make a matching .desktop file, and give myself a pretty custom icon in the alt+tab list.<br>
</div><div><br>$ remote-viewer --class=windows7 --name=windows7 -f -t Windows 7 spice://localhost:5900<br><br></div><div>Note that there is an ongoing issue with CPU utilization when using virtio disks on a Windows guest that gets worse over time. I've just learned to live with rebooting my Windows VM every couple of days.<br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 29, 2014 at 2:02 AM, Khalid Baheyeldin <span dir="ltr"><<a href="mailto:kb@2bits.com" target="_blank">kb@2bits.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Regarding CPU virtualization support for 64 bit guest.<br>
<br>
You can check if your host can support this using:<br>
<br>
egrep "svm|vmx" /proc/cpuinfo<br>
<br>
If it returns something, then your CPU can use x86_64 images,<br>
otherwise, you are stuck with 32 bits.<br>
<br>
My laptop's CPU is Intel Core2 Duo CPUT6500 @ 2.10GHz, and does not<br>
have it, but my server is AMD Athlon II X4 635 and does support it.<br>
<div class="im HOEnZb">--<br>
Khalid M. Baheyeldin<br>
<a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>
Fast Reliable Drupal<br>
Drupal optimization, development, customization and consulting.<br>
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>
Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>
For every complex problem, there is an answer that is clear, simple,<br>
and wrong." -- H.L. Mencken<br>
<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">Chris Irwin<br><<a href="mailto:chris@chrisirwin.ca" target="_blank">chris@chrisirwin.ca</a>></div>
</div>