<p dir="ltr">About qemu/virt-manager,</p>
<p dir="ltr">Any way to load the VM with two monitors? I tried to add 2 qxl devices, but the VM just loads in one monitor.<br>
The output are VGA and displayport.</p>
<div class="gmail_extra"><br><div class="gmail_quote">Em 3 de ago de 2016 03:43, "King Beowulf" <<a href="mailto:kingbeowulf@gmail.com" target="_blank">kingbeowulf@gmail.com</a>> escreveu:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08/02/2016 12:24 PM, Gerardo Zamudio wrote:<br>
....<br>
><br>
> Hey Ed<br>
><br>
> I have an issue with qemu-2.6 and Windows guests (2003, XP, 7, 2012) on<br>
> physical Slackware64 14.2 and Slackware 14.2 servers. My problem is disk<br>
> writes are *extremely slow*, to the point that I can't even start the<br>
> installer because the "Starting Windows..." screen never goes away. I've<br>
> tried it on different pieces of hardware but have not had any luck yet.<br>
> In my case, qemu-2.4 works just fine on 14.1 and 14.2, so I've reverted<br>
> to that. I'll do some testing over the weekend and see if I can track<br>
> down what's causing this.<br>
><br>
<br>
Are you host-mode or full emulation?  KVM modules loaded?   Note that<br>
qemu upstream fiddles with the options quite a bit. For example, for 7<br>
and 10, I use:<br>
<br>
qemu-system-x86_64 -enable-kvm -machine accel=kvm -m 8G \<br>
    -hda windows7.img -cdrom /dev/dvd -boot order=cd \<br>
    -cpu host -smp 4 -name "Windows7pro64" -soundhw hda \<br>
    -vga std -sdl -display gtk -usb \<br>
    -netdev user,id=mynet1,hostname=win7vm,smb=/games/win32/ \<br>
    -device virtio-net-pci,netdev=mynet1,mac=52:54:00:35:a6:50<br>
<br>
(some redundancy but meh...)<br>
<br>
also, what image file (qcow2 etc) set up is can impact performance as<br>
well as your host hard drive configuration and format.<br>
<br>
My hard drive speed with qemu-2.6 in XP, 7 and 10 is not stellar, but<br>
plenty good enough.<br>
<br>
<br>
<br>_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" rel="noreferrer" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
<br></blockquote></div></div>