From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 21:33:50 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D70A3D6 for ; Tue, 27 Jan 2015 21:33:50 +0000 (UTC) Received: from a0i241.smtpcorp.com (a0i241.smtpcorp.com [216.22.15.73]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0573FDEA for ; Tue, 27 Jan 2015 21:33:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpcorp.com; s=a0_1; h=Feedback-ID:X-Smtpcorp-Track:Message-ID:Date:Subject:To:From; bh=MXpVtTD8LYVZaSt0UiWAz9MgCK9VVRj9mFOsHJ29cmY=; b=Jux1Zs8zMQ2jF94gQfaW4J7gsImI1sgOWIzurWUFQK7uywS61jY4fTR0J6JHbW6eTqLlAlEDbyEi9sHmC2H5CQSufSMvIGY2Gx8Uc0Qxvz7Z1bSW4bmyWrqcBWAEEPRfzwVzP5OUBaX1H6CpuofbuuO2lSe0wMvy2Icu1wku500=; From: Daniel Corbe To: "William A. Mahaffey III" Subject: Re: Is QEMU working/reliable under .... References: <54C7C62A.5030605@hiwaay.net> <20150127210422.GA27921@slackbox.erewhon.home> Date: Tue, 27 Jan 2015 16:31:18 -0500 In-Reply-To: <20150127210422.GA27921@slackbox.erewhon.home> (Roland Smith's message of "Tue, 27 Jan 2015 22:04:22 +0100") Message-ID: <87iofrsyft.fsf@corbe.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Smtpcorp-Track: 1YGDMmNRKHPhFU.yjOtluliv Feedback-ID: 10661m:10661aegzayD:10661sjY01NsBdY:SMTPCORP Cc: FreeBSD Questions !!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 21:33:50 -0000 Roland Smith writes: > On Tue, Jan 27, 2015 at 11:08:58AM -0600, William A. Mahaffey III wrote: >>=20 >>=20 >> .... FreeBSD 9.3-RELEASE-p5, qemu-0.11.1_18, kqemu-kmod-1.3.0.p11_12 ? I= =20 >> have tried w/ kqemu loaded & unloaded (recommended online), w/=20 >> -nographic, w/ -vga std, etc. No love. All I want to do is run a WinXP=20 >> 32bit VM &/or a 64-bit Win7 VM from my desktop (xfce-4.10_7, xorg-7.7_1,= =20 >> xf86-video-vesa-2.3.3_5) :-/ .... Several online sites imply that it=20 >> works OK, 1 specifically w/ FreeBSD 9 no less. Any clues appreciated,=20 >> any more info gladly provided .... > > This version is *ancient*. I would suggest trying qemu-devel instead, bec= ause > that provides qemu-2.2.0. Last time I tried it 0.11 with or without qkemu > crashed a lot. > > According to the website, qemu version 0.11 and up do not support kqemu > anymore (see http://wiki.qemu.org/KQEMU), so you don't need that > anymore. This brings up an interesting question. Is kqemu-kmod and kqemu's idead of "kqemu" the same thing? If so, good luck to anyone trying to virtualize production loads with qemu on FreeBSD. Are there alternatives? KVM's documentation on the subject seems dated: http://www.linux-kvm.org/page/BSD But I'm not entirely convinces kqemu-kmod =3D=3D kqemu if KVM is even bothering to mention it. > > In time (and if your processor is new enough to have =E2=80=9Cextended pa= ge tables=E2=80=9D) I > guess qemu on FreeBSD could be replaced by the bhyve hypervisor that is n= ow in > 10.x and is being developed further in HEAD. Currently bhyve can load Fre= eBSD, > OpenBSD, NetBSD and Linux guests. Support to run windoze as a guest will = come > in the future. > I'm patiently waiting for bhyve to get VGA BIOS support so I can run Windows guests. In a perfect world maybe. -Daniel