From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 65081] Starting a second guest with -smp 2 makes the first guest very slow and the second one hang (or also very slow) Date: Sat, 16 Nov 2013 19:00:00 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.19.201]:46286 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400Ab3KPTL2 (ORCPT ); Sat, 16 Nov 2013 14:11:28 -0500 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DD908208CF for ; Sat, 16 Nov 2013 19:00:01 +0000 (UTC) Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51]) by mail.kernel.org (Postfix) with ESMTP id 0B677208A7 for ; Sat, 16 Nov 2013 19:00:01 +0000 (UTC) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=65081 --- Comment #1 from Daniel Haid --- I have been told that I should provide the command line I am using, so here it is: qemu-system-x86_64 -enable-kvm -kernel vmlinuz-linux -initrd initramfs-linux.img -append "console=ttyS0,57600 loglevel=7 root=/dev/vda rw" -nographic -m 512 -drive file=/dev/mapper/vg0-xxxx--root,if=virtio -drive file=/dev/mapper/vg0-xxxx--swap,if=virtio -net nic,model=virtio -net tap,name=tap0,ifname=tap0,script=no,downscript=no -smp 2 The xxxx is different for the two guests. -- You are receiving this mail because: You are watching the assignee of the bug.