From: Marc Haber <mh+kvm@zugschlus.de>
To: KVM <kvm@vger.kernel.org>
Subject: Re: [user question] Opinions about running Windows in KVM
Date: Thu, 20 Dec 2012 18:56:00 +0100 [thread overview]
Message-ID: <20121220175600.GV12063@torres.zugschlus.de> (raw)
In-Reply-To: <11894330.52848363.1355684108015.JavaMail.root@redhat.com>
Hi,
sorry for taking so long to reply. I have results.
On Sun, Dec 16, 2012 at 01:55:08PM -0500, Andrew Cathrow wrote:
> > that the KVM-based Windows install was running much slower than an
> > existing Windows 7 guest running under VirtualBox (on the same
> > hardware and a similiarly configured VM), which is odd since
> > sparkling new Windows installs usually tend to run much better than
> > an
>
> Where you using virtio-blk or emulated IDE?
Thanks for this question, it was very helpful. It turned out that
choosing Windows as OS in virt-manager chose an emulated IDE drive.
After retrying with virtio-blk, disk performance is now as expected.
Here is the current XML:
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='/dev/luksdev/centoskvm'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</disk>
> > On another point: The VirtualBox graphics drivers for Windows have an
> > option to couple the Windows desktop size to the size of the guest
> > Window. That is, when I resize the X11 Window that shows the VM
> > desktop, the desktop is automatically resized to fill the window
> > completely.
>
> Try using spice with the windows guest tools which will give you copy
> and paste, cursor handling, resolution matching etc.
> http://www.spice-space.org/download.html
I installed the spice-guest-tools-0.2.exe, and set the VGA model to
"qxl" in virt-manager. I had to bcdedit -set loadoptions
DDISABLE_INTEGRITY_CHECKS and bcdedit -set TESTSIGNING ON to get the
unsigned qxl graphics driver to load (and now have an ugly "Test
Mode" warning) on my desktop, but resolution matching still does not
do what I expect. How do I enable that feature?
Here is the current XML:
<graphics type='spice' autoport='yes'/>
<video>
<model type='qxl' vram='65536' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
Thanks for helping!
Greetings
Marc
--
-----------------------------------------------------------------------------
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature | How to make an American Quilt | Fax: *49 621 31958062
next prev parent reply other threads:[~2012-12-20 17:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-15 12:47 [user question] Opinions about running Windows in KVM Marc Haber
2012-12-16 18:55 ` Andrew Cathrow
2012-12-16 19:23 ` Paolo Bonzini
2012-12-20 17:57 ` Marc Haber
2012-12-20 17:56 ` Marc Haber [this message]
2012-12-20 18:24 ` Cole Robinson
2012-12-22 17:27 ` Marc Haber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121220175600.GV12063@torres.zugschlus.de \
--to=mh+kvm@zugschlus.de \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox