From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utm3O-0007kA-RR for qemu-devel@nongnu.org; Mon, 01 Jul 2013 17:54:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Utm3N-0004Q8-MB for qemu-devel@nongnu.org; Mon, 01 Jul 2013 17:54:34 -0400 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:63579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utm3N-0004Px-Fx for qemu-devel@nongnu.org; Mon, 01 Jul 2013 17:54:33 -0400 Received: by mail-ea0-f174.google.com with SMTP id o10so2337728eaj.5 for ; Mon, 01 Jul 2013 14:54:32 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51D1FA93.8060200@redhat.com> Date: Mon, 01 Jul 2013 23:54:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Significant slowdown after qemu-kvm-1.2.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jinho hwang Cc: qemu-devel@nongnu.org Il 01/07/2013 23:51, jinho hwang ha scritto: > Hi Guys, > > I am new to kvm development (used to work on Xen). I used qemu-kvm-1.2.0 > first, and then due to pci memory size (x64 bit support), I switched > from 1.2.0 to qemu-kvm-1.5.0 (same for 1.3.0~). There is no qemu-kvm 1.5.0. You are using qemu 1.5.0. > After that, my VM slows > down significantly including booting and execution. Also, sometimes > kernel messages "CPU stuck for x seconds" show in dmesg. I think CPU > scheduling has been changed or should be set up properly, but I have no > clue for now. Can anyone help me to figure out this? I really need some > fast VMs as I used to run with qemu-kvm-1.2.0. > > I am currently running ubuntu-12.10_64 in VM, and my configure was > > ./configure --prefix=/usr --target-list=x86_64-linux-user,x86_64-softmmu > > sudo qemu-system-x86_64 -name vm -m 1g -hda /home/jinho/virt/vms/vm1.img > -device e1000,netdev=net0,mac=00:0c:29:f0:bc:33 -netdev tap,id=net0 -vnc > 135.207.127.181:1 You are not using kvm. Add --enable-kvm to the command line. Paolo