Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Gordon Messmer

On 4/9/19 4:51 AM, Dario Lesca wrote:
Someone has some performance comparison between the two virtualization 
system?



Can you post the content of /etc/libvirt/qemu/.xml?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Samuel Sieb

On 4/9/19 1:41 PM, Tom Horsley wrote:

On Tue, 9 Apr 2019 13:20:05 -0700
Samuel Sieb wrote:


what specifically is the
slowdown?


 From my highly non-scientific and inexact testing, the
virtual disks have better I/O performance in virtualbox
and in vmware. Since qemu has 47 gazillion different
format virtual disks, I have no idea which one is the
best performance (raw, qcow2, something else?)


That should only matter if you're doing something disk intensive.  I 
used Windows 7 in a VM a while back and didn't have any issues with it. 
I wasn't doing anything that required a lot of performance though.



Also, there is no 3D graphics support in the video
driver (though I see a mysterious checkbox in the
latest virt-manager that says something about 3D and
has a warning triangle next to it). So if the windows
program you are running is willing to fall back to
pure software 3D, the performance will be dreadful
(though windows programs I've tried have simply refused
to run without hardware 3D).


I think the only 3D support is if the guest is Linux with the 3D virtio 
driver.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Patrick O'Callaghan
On Tue, 2019-04-09 at 16:41 -0400, Tom Horsley wrote:
> On Tue, 9 Apr 2019 13:20:05 -0700
> Samuel Sieb wrote:
> 
> > what specifically is the 
> > slowdown?
> 
> From my highly non-scientific and inexact testing, the
> virtual disks have better I/O performance in virtualbox
> and in vmware. Since qemu has 47 gazillion different
> format virtual disks, I have no idea which one is the
> best performance (raw, qcow2, something else?)
> 
> Also, there is no 3D graphics support in the video
> driver (though I see a mysterious checkbox in the
> latest virt-manager that says something about 3D and
> has a warning triangle next to it). So if the windows
> program you are running is willing to fall back to
> pure software 3D, the performance will be dreadful
> (though windows programs I've tried have simply refused
> to run without hardware 3D).

The problem with 3D support is essentially that you need to use the
proprietary Windows drivers with direct access to the GPU (because GPUs
themselves aren't virtualizable). There is a way round it using VFIO
and video passthrough (I use it for gaming) but it requires a lot of
setup and depends on your specific hardware, BIOS and chipset.

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Tom Horsley
On Tue, 9 Apr 2019 13:20:05 -0700
Samuel Sieb wrote:

> what specifically is the 
> slowdown?

From my highly non-scientific and inexact testing, the
virtual disks have better I/O performance in virtualbox
and in vmware. Since qemu has 47 gazillion different
format virtual disks, I have no idea which one is the
best performance (raw, qcow2, something else?)

Also, there is no 3D graphics support in the video
driver (though I see a mysterious checkbox in the
latest virt-manager that says something about 3D and
has a warning triangle next to it). So if the windows
program you are running is willing to fall back to
pure software 3D, the performance will be dreadful
(though windows programs I've tried have simply refused
to run without hardware 3D).
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Samuel Sieb

On 4/9/19 4:51 AM, Dario Lesca wrote:
After few days my friend say me that the win10 is slow and less 
efficient than same installation on another PC with VirtualBox.

He told me "virtualbox is better and faster"

I have heard this statement in other cases in the past and the only 
solution (sig!) was to replace qemu with virtualbox.


If you can compare them on similar hardware, what specifically is the 
slowdown?  Make sure that the VM configuration is set to create virtio 
devices and that the Windows virtio drivers are being used.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Samuel Sieb

On 4/9/19 7:51 AM, Dario Lesca wrote:

[ ] qxl/ - QXL graphics driver for Windows 7 and earlier. (build 
virtio-win-0.1.103-1 and later)

[ ] qxldod/ - QXL graphics driver for Windows 8 and later. (build 
virtio-win-0.1.103-2 and later)


Why don't you install the graphics drivers?  That could definitely cause 
a slow down.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Greg Woods
On Tue, Apr 9, 2019 at 5:52 AM Dario Lesca  wrote:

>
> There is some other solution to optimize qemu/kvm on Fedora to increase
> the performance for win10 VM?
>

I'd like to know as well. I have tried KVM periodically, but the
performance is always horrible with Windows VMs, and since having a place
to run all that "windows-only" software is my primary reason for using VMs,
I have always been forced back to VirtualBox.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Tom Horsley
On Tue, 09 Apr 2019 16:51:29 +0200
Dario Lesca wrote:

> is this correct ? or I must install also other drivers?

That looks like all the ones I have, so you probably do
have about as good performance as you are likely to get
(as far as I know anyway, lots of people probably know
more about qemu that I do :-).
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Dario Lesca
Il giorno mar, 09/04/2019 alle 09.06 -0400, Tom Horsley ha scritto:
> You should certainly install all the redhat virtualdrivers for disks
> and network if you haven't already:
> https://www.linux-kvm.org/page/WindowsGuestDrivers

Thank for reply, but  when I have install w10 I have mount the virtio-
drivers.iso CD

https://docs.fedoraproject.org/en-US/quick-docs/creating-windows-virtual-machines-using-virtio-drivers/index.html

and install this virtio driver.


[X] NetKVM/ - Virtio network driver[X] viostor/ - Virtio block driver[
] vioscsi/ - Virtio Small Computer System Interface (SCSI) driver[ ]
viorng/ - Virtio RNG driver[X] vioser/ - Virtio serial driver[X]
Balloon/ - Virtio memory balloon driver[ ] qxl/ - QXL graphics driver
for Windows 7 and earlier. (build virtio-win-0.1.103-1 and later)[ ]
qxldod/ - QXL graphics driver for Windows 8 and later. (build virtio-
win-0.1.103-2 and later)[ ] pvpanic/ - QEMU pvpanic device driver
(build virtio-win-0.1.103-2 and later)[ ] guest-agent/ - QEMU Guest
Agent 32bit and 64bit MSI installers[ ] qemupciserial/ - QEMU PCI
serial device driver

is this correct ? or I must install also other drivers?

Thanks

-- 
Dario Lesca
(inviato dal mio Linux Fedora 29 Workstation)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Tom Horsley
On Tue, 09 Apr 2019 13:51:27 +0200
Dario Lesca wrote:

> There is some other solution to optimize qemu/kvm on Fedora to increase
> the performance for win10 VM?

You should certainly install all the redhat virtual
drivers for disks and network if you haven't already:

https://www.linux-kvm.org/page/WindowsGuestDrivers
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Thunar confused by kernel 5.0.5

2019-04-09 Thread David Dusanic

Sam Varshavchik:
Is anyone running XFCE seeing Thunar being very confused when booting 
kernel 5.0.5? Mine no longer automounts my removable usb storage mp3 
player. As a consolation prize, of sorts, Thunar informs me that /boot, 
/home, /sys, and the like, are removable volumes, and shows a folder 
icon for each one of them on the desktop. With an option to unmount 
them, of course.


Plugging and unplugging the USB device is detected, in some way, with 
the typical stuff showing up in /var/log/messages, but thunar doesn't 
see it. Everything's fine in 5.0.4.


I use Xfce and have the same kernel (5.0.5), no problems here.

--
David Dusanic
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Dario Lesca
On a i7+16Gb+SSD notebook of a my friend I have install Fedora 29
workstation (all work fine! ... thank to all!)
and into qemu/kvm/libvirtd via virt-manager I have install a win10pro
with all virtio driver (disk, network, ecc..).

After few days my friend say me that the win10 is slow and less
efficient than same installation on another PC with  VirtualBox.
 He told me "virtualbox is better and faster"

I have heard this statement in other cases in the past and the only
solution (sig!) was to replace qemu with virtualbox.

There is some other solution to optimize qemu/kvm on Fedora to increase
the performance for win10 VM?

Someone has some performance comparison between the two virtualization
system?

Many thanks


-- 
Dario Lesca
(inviato dal mio Linux Fedora 29 Workstation)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: 30 upgrade does not take

2019-04-09 Thread Patrick O'Callaghan
On Mon, 2019-04-08 at 21:59 -0700, ToddAndMargo via users wrote:
> On 4/8/19 9:53 PM, Todd Zullinger wrote:
> > ToddAndMargo via users wrote:
> > > Well, this time it did the updates after rebooting, buttt
> > > then I got:
> > > 
> > >Minimal BASH-link line editing is supported.  For the
> > >first word, TAB lists possible command completions.
> > >Anywhere else TAB lists possible device or file
> > >completions
> > > 
> > >grub>
> > > 
> > > Uh.  Guys!
> > 
> > As Patrick pointed out, you should post about f30-beta
> > issues on the test list.
> 
> Todd,
> 
> I think you misunderstand. I posted both places.  On the test list
> to try to figure out how to fix this and on this group to warm
> my friends as to what may be in-store for them if they try this.

Not useful information. F30 is unreleased and will presumably fix this
(if it is actually an issue) before it becomes relevant for this list.
Meantime, anyone wishing to try it should be on the Test list in any
case.

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org