From owner-freebsd-stable@FreeBSD.ORG Tue May 13 05:33:36 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5E831065677 for ; Tue, 13 May 2008 05:33:36 +0000 (UTC) (envelope-from bazzoola@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 77DED8FC0A for ; Tue, 13 May 2008 05:33:36 +0000 (UTC) (envelope-from bazzoola@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so2773367pyb.10 for ; Mon, 12 May 2008 22:33:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=oqRU5YOoSElnlNhjObfoboXJ9hXvPoiB7K/EfWF6DRQ=; b=UXUdFTjvhrboJ7bxf3UyQRDVz4TJWL+FYvcK0fhzybVNjRynKwLP/eXea1+3I5USTZXf8wewUY4RWPq/bqq+gU0jIZMDaSiNrYGDAWVI9FG1YitRFBBB2seEMLD1wJW1QLu3cFk7SRuJtez/tt42HtuWmaiv2j4h3wODyCSIkKc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=vV4lJD/6qMA19YxBrwminvU4h5z+13lXONpzK0b1+P/BK4cQz/L977ZKUvUGHlr9R8vGiJYJnKKmdUbkprmkTR8oOdE8RYHs3z4KnXJ4xJlKv1y/Yh0TF6T7SbqDQYWogi7Hx3j0B9BqVtP548A8Uv3sAfE3zvs5mRbqNphcBF4= Received: by 10.35.88.16 with SMTP id q16mr15377700pyl.66.1210656815714; Mon, 12 May 2008 22:33:35 -0700 (PDT) Received: from ?10.0.1.111? ( [99.147.176.243]) by mx.google.com with ESMTPS id f51sm11520141pyh.10.2008.05.12.22.33.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 May 2008 22:33:34 -0700 (PDT) Message-Id: From: bazzoola To: Bakul Shah In-Reply-To: <20080513045159.1563C5B4B@mail.bitblocks.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 13 May 2008 01:33:30 -0400 References: <20080513045159.1563C5B4B@mail.bitblocks.com> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-stable Subject: Re: kqemu support: not compiled X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 05:33:36 -0000 Thanks for your quick reply I appreciate that! Please see below: On May 13, 2008, at 12:51 AM, Bakul Shah wrote: > On Tue, 13 May 2008 00:18:32 EDT bazzoola wrote: >> >> On May 12, 2008, at 10:20 PM, Bakul Shah wrote: >> >>>> I just cant get kqemu to work on my AMD64 SMP! >>> >>> echo kqemu_enable=YES >> /etc/rc.conf >>> /usr/local/etc/rc.d/kqemu start > > This should probably be described in pkg-message. It is not there. > > >> I looked at the rc script and all it does is kldload aio and kqemu. I >> already have them loaded by default. > > You didn't provide information so I had to guess. My problem lies in qemu not being compiled with kqemu > > >> This still does not help me with my problem. >> >> I press Ctrl + Alt + 2 >> then I type info kqemu >> I get "kqemu support: not compiled" > > Are you running qemu? It is an i386 emulator and won't use > kqemu on amd64. You need to run qemu-system-x86_64. I know, > this is a bit confusing. I thought qemu on x64 runs that directly. My bad.. Note I had to run qemu-system-x86_64 -kernel-kqemu to get kernel mode virtz to work otherwise it will just load it in user mode. Thanks again for your help! > > > If you are still having problems provide the *exact sequence* > of commands you used to build and run qemu. BTW, to build > you don't need to muck with environ. var. or -DWITH_KQEMU. > Just do > > make config && make