From owner-freebsd-virtualization@FreeBSD.ORG Tue Jul 2 20:55:52 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D6DCE2D4 for ; Tue, 2 Jul 2013 20:55:52 +0000 (UTC) (envelope-from avollmerhaus@googlemail.com) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) by mx1.freebsd.org (Postfix) with ESMTP id 6F702169B for ; Tue, 2 Jul 2013 20:55:52 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id y10so5113694wgg.8 for ; Tue, 02 Jul 2013 13:55:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=l0kqrBswZb2kwZhHj5f3XqW/tsqyxCj/CCk7Z+Ok2Pg=; b=0x9826gHtG6fr4U2EPz9JgBiJU3xjDcwuvgzL609jz/t9UsCf2zcz0QxQdJ03pXOj3 b3wQ+EP0UzSkU4jDW+5SiDJuWZVWqZKR/tMTUwZXmDzCKs39YgS7m4r5py6Ww5s2cJa2 X0+WzjFAcQI+fJqqbiF18gGup6sp7XUcqAy+JfHfgiYFHQJ4x2SgZZB4d1naRdRMAD4s BgeiJxdY5jyUe54uAHEia2u+oC6FRhNSTnsBVa8R3k2NNoslzOA1Lq4OIfe0/pV7x4R6 v44ulkQp21fXMfHn3gd7GLgs4nScrgD1l8SK+N1yLiUkPxu/n+wtgvW0IRIhETLD/mvR FL3g== X-Received: by 10.180.160.165 with SMTP id xl5mr16483680wib.46.1372798551573; Tue, 02 Jul 2013 13:55:51 -0700 (PDT) Received: from [192.168.0.64] (p4FF12BF4.dip0.t-ipconnect.de. [79.241.43.244]) by mx.google.com with ESMTPSA id u9sm25203206wif.6.2013.07.02.13.55.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Jul 2013 13:55:50 -0700 (PDT) Message-ID: <51D33E55.3010906@googlemail.com> Date: Tue, 02 Jul 2013 22:55:49 +0200 From: Aljoscha Vollmerhaus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130521 Thunderbird/17.0.6 MIME-Version: 1.0 To: Jack Vogel Subject: Re: Problem with KVM / FreeBSD Guest References: <51D33631.6030807@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2013 20:55:52 -0000 On 07/02/2013 10:32 PM, Jack Vogel wrote: > What version/distro of Linux are you using. I've had both a 2 and 4 > cpu kvm guest for > development purposes here at Intel and it worked fine. Last I used it > was on Fedora 17 > if memory serves, its been a while. > > Jack > Thanks for the quick reply, on the Host I'm running Gentoo Linux, kernel 3.7.10, qemu 1.4.1 (managed through libvirt). There 17 VMs, 1 Windows and the rest linux, they all work fine with up to 8 virtual cpus, so I'm guessing FreeBSD as a guest is at fault here. A. V.