From owner-freebsd-emulation@FreeBSD.ORG Sat Jul 7 14:05:21 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B329A16A469; Sat, 7 Jul 2007 14:05:21 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 6928213C448; Sat, 7 Jul 2007 14:05:21 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 9807D1EDD5E; Sat, 7 Jul 2007 16:05:19 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.8/8.13.6) with ESMTP id l67E2GlS051151; Sat, 7 Jul 2007 16:02:16 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.8/8.13.6/Submit) id l67E2Gpm051150; Sat, 7 Jul 2007 16:02:16 +0200 (CEST) (envelope-from nox) Date: Sat, 7 Jul 2007 16:02:16 +0200 (CEST) From: Juergen Lock Message-Id: <200707071402.l67E2Gpm051150@saturn.kn-bremen.de> To: anderson@freebsd.org X-Newsgroups: local.list.freebsd.ports In-Reply-To: <468EFF46.4060001@freebsd.org> References: <20070702203027.GA45302@saturn.kn-bremen.de> <468DB791.9020502@freebsd.org> Organization: home Cc: freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Subject: Re: experimental qemu-devel port update, please test! X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2007 14:05:21 -0000 In article <468EFF46.4060001@freebsd.org> you write: >On 07/05/07 22:31, Eric Anderson wrote: >> On 07/02/07 15:30, Juergen Lock wrote: >>> Looks like its time for this again... Many bugs have been fixed, >>> some features have been added, like, qemu-system-arm has grown >>> emulation of a few PDAs like some Zaurus models, etc. As always, >>> please test now, before I commit this, so we won't be in for >>> nasty surprises afterwards... >> >> Works great so far on -CURRENT, thanks! >> >> Did the vmwarevga thing ever settle down, and become stable? > > > >Although now I have the issue where using kqemu-kmod causes my system to >reboot or power off. :( > >Any ideas? This seems to be a -current issue, it doesn't happen for me at least (6.2 and previously also 6.1.) You could check if it is dependent on the version of the used qemu (the 0.9.0 port, the version of qemu-devel in ports, or the not-yet-committed updated I posted), but I doubt it. What may help is finding out which commit to -current started kqemu to break (find an older version that worked, then binary-search), or at least a backtrace from a kernel compiled without -fomit-frame-pointer (putting DDB in the config seems to do that for amd64 at least, but rebuild the entire kernel.) There also is an open issue for kqemu on amd64 smp, http://www.freebsd.org/cgi/query-pr.cgi?pr=113430 dunno if its related... Juergen