From owner-freebsd-questions@FreeBSD.ORG Thu Jan 26 19:55:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7FB216A420 for ; Thu, 26 Jan 2006 19:55:56 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3748643D48 for ; Thu, 26 Jan 2006 19:55:54 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so16291nfc for ; Thu, 26 Jan 2006 11:55:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ihZnT6PV3ZN2bG/XW3Mt4O4knV0jfgbWEktfPF1Vh96GB00CGdVS9z5DrniCJRkHOzkoq/CdehVpJXwMXbDbZdXMEBnNYwdGL92irnGUM6++LUPnWDW5O+zPWr9VdVmGsCszP9r2ftXaXHXHsaSr9DWlRgKKCnGfWpaYwxGtOQE= Received: by 10.48.199.4 with SMTP id w4mr91026nff; Thu, 26 Jan 2006 11:29:26 -0800 (PST) Received: by 10.48.216.4 with HTTP; Thu, 26 Jan 2006 11:29:26 -0800 (PST) Message-ID: Date: Thu, 26 Jan 2006 14:29:26 -0500 From: Xn Nooby To: Lowell Gilbert In-Reply-To: <447j8mztlo.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <447j8mztlo.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Easy way to activate KQEMU for QEMU? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 19:55:57 -0000 Awesome, so I could either deinstall both and re-install kqemu, or just rebuild qemu with the knob set? (I don't know what a knob is, but I think = I can find out.) thanks! On 26 Jan 2006 14:17:55 -0500, Lowell Gilbert < freebsd-questions-local@be-well.ilk.org> wrote: > > Xn Nooby writes: > > > I installed QEMU from /usr/ports/emulation/qemu on my FreeBSD 6.0box. = Next > > I installed /usr/ports/emulation/kqemu-qmod. When I run QEMU, I enter > "info > > kqemu" in the monitor, and it says "kqemu support is not compiled". > > > > Is there an easy way to activate kqemu? > > Build kqemu-qmod *before* building qemu. > There is a knob in the qemu Makefile to set kqemu as a dependency. >