From owner-freebsd-current@FreeBSD.ORG Mon Nov 5 15:10:11 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C8F416A418 for ; Mon, 5 Nov 2007 15:10:11 +0000 (UTC) (envelope-from mv@rulez.sk) Received: from mail.rulez.sk (DaEmoN.RuLeZ.sK [84.16.32.226]) by mx1.freebsd.org (Postfix) with ESMTP id 2E26213C4A3 for ; Mon, 5 Nov 2007 15:10:11 +0000 (UTC) (envelope-from mv@rulez.sk) Received: from localhost (localhost [127.0.0.1]) by mail.rulez.sk (Postfix) with ESMTP id 1C4D85C2D; Mon, 5 Nov 2007 14:52:41 +0100 (CET) X-Virus-Scanned: by amavisd-new at mail.rulez.sk Received: by mail.rulez.sk (Postfix, from userid 1020) id 79CA15C43; Mon, 5 Nov 2007 14:52:35 +0100 (CET) Date: Mon, 5 Nov 2007 14:52:35 +0100 From: Milos Vyletel To: fabio@gandalf.sssup.it Message-ID: <20071105135235.GA51986@rulez.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org Subject: Linux KVM FreeBSD 8.0-CURRENT amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 15:10:11 -0000 Hi Fabio, recently a found out about your SoC project and today I finnaly had time to test it. Unfortunatelly it fails to load kernel module with following error # kldload ./lkvm.so ./svm.ko link_elf_obj: symbol M_USBDEV undefined kldload: Unsupported file type KLD svm.ko: depends on lkvm - not available kldload: Unsupported file type Don't know if it's important, but I have usb loaded as kld, not built in kernel and my machine is Core 2 Quad with 4GB ram running amd64 CURRENT. mv