From owner-freebsd-virtualization@FreeBSD.ORG Tue Jul 2 20:21:09 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 F1B865FD for ; Tue, 2 Jul 2013 20:21:09 +0000 (UTC) (envelope-from avollmerhaus@googlemail.com) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 8CE5A134C for ; Tue, 2 Jul 2013 20:21:09 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id m6so4566430wiv.2 for ; Tue, 02 Jul 2013 13:21:08 -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:subject :content-type:content-transfer-encoding; bh=ImAGKUAPokvlwinTNFb9FpwoROFeIRElK9Tvxlf6Nys=; b=lRuAeZXFcAeu1KFbdAidu5MfM73AVbm5uIEffx1F4dRvJH2sR3T7mRdlN3yyk5+bV0 YQlCiJloDmU6GS9YIbSlmdEjjBR60tYtKA/uH2VXHpfC59ZQZDZEJqVp9PDKLmjfC9o7 425RHfkuPsqSNupXF5dkY2Uq0s7aGb0xrJgRvAaisJZ+K+V8kQTYrZlThAfLjOvCDVkQ uiS+3PWi2BXK9TyVdrhO2VEGmb38kfmGkvdwT9pwKSm1exad9+/MPW2HMcq1JvGO/3uH G69gBT1b6GHDWJtXJ7grQGNRNM5RCW1QAyvPEbt/3AU5b8oTd8kpy5nnxyD8gtEULFGN sg/w== X-Received: by 10.194.90.244 with SMTP id bz20mr25208157wjb.69.1372796468656; Tue, 02 Jul 2013 13:21:08 -0700 (PDT) Received: from [192.168.0.64] (p4FF12BF4.dip0.t-ipconnect.de. [79.241.43.244]) by mx.google.com with ESMTPSA id cd11sm25024804wib.10.2013.07.02.13.21.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Jul 2013 13:21:07 -0700 (PDT) Message-ID: <51D33631.6030807@googlemail.com> Date: Tue, 02 Jul 2013 22:21:05 +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: freebsd-virtualization@freebsd.org Subject: Problem with KVM / FreeBSD Guest Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:21:10 -0000 Hi folks, I'm having some problems getting FreeBSD to work as a guest os. The host is a linux machine using qemu / kvm for virtualization. Everything works fine when i give the vm only one cpu, but as soon as there ist more than 1 cpu involved, this happens: http://i.imgur.com/RnfCI46.png I installed using a single cpu and updated the system via freebsd-update, but no luck. Any ideas? Regards, A. Vollmerhaus