Description of problem: I installed qemu-system-x86-0.11.0-12.fc12.x86_64.rpm and when trying to install an OS (I tried with: Fedora 11,ubuntu 9.04 server, ubuntu 8.04 server, ubuntu 8.04 jeos, graphical installation and ncurses) this almost take 4 hours to be completed or sometimes it dies in the process. Then I removed that package but maintain the kvm module: qemu-kvm-0.11.0-12.fc12.x86_64.rpm and decided to compile from source: qemu-kvm-0.11.0.tar.gz. To compile from source I added the pciutils-devel.x86_64 0:3.1.4-6.fc12.rpm and then ./configure && make && make install. Installing the same OS takes 15 minutes. Version-Release number of selected component (if applicable): qemu-system-x86-0.11.0-12.fc12.x86_64 How reproducible: Always Steps to Reproduce: see description Actual results: Installing and operating system takes too much time Expected results: Install and operating system in the usual time Additional info: HW: HP pavilion dv6448se AMD Turion(tm) 64 X2 Mobile Technology TL-56 800Mhz (with bios virtualization parameter enabled) RAM 3GB
This probably means you're not using kvm. Can you confirm that by typing "info kvm" into the monitor?
In both cases (rpm and source) the kvm option was enabled. As an additional test I want to reinstall the rpm, but the source makefile does not has the uninstall option. --- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
It looks I'm wrong, I've reinstalled the rpm and check out that no kvm support is installed with the package by default, that's why its slow behaviour. Furthermore '-enable-kvm' is not a valid option, it seems that is not compiled by default. I did: sudo yum install qemu-system-x86 qemu-kvm --- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Which qemu binary do you run? For KVM support you have to run /usr/bin/qemu-kvm.
Hi, I've upgraded to F13 and the behaviour of qemu has been fixed (it loads correctly the kvm functionality). Thanks. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers