From owner-freebsd-emulation@FreeBSD.ORG Thu May 15 23:25:24 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59D87106564A for ; Thu, 15 May 2008 23:25:24 +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 E8D498FC15 for ; Thu, 15 May 2008 23:25:23 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id F170F2D5A4C; Fri, 16 May 2008 01:25:22 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m4FNNPi3017349; Fri, 16 May 2008 01:23:25 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m4FNNO7H017348; Fri, 16 May 2008 01:23:24 +0200 (CEST) (envelope-from nox) Date: Fri, 16 May 2008 01:23:24 +0200 (CEST) From: Juergen Lock Message-Id: <200805152323.m4FNNO7H017348@saturn.kn-bremen.de> To: tsw5@duke.edu X-Newsgroups: local.list.freebsd.emulation In-Reply-To: References: <20080515080948.3B1F15B47@mail.bitblocks.com> Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: kqemu locking my machine hard on amd64 smp, with most recent patches 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: Thu, 15 May 2008 23:25:24 -0000 In article you write: >Yes, it was on this same system, configured in exactly the same with, >with the same image. I tried it again with 1.3.0.p11_4 and it still >works, so I tried it with 1.3.0.p11_5. That worked too. The problem >must be in 1.3.0.p11_6. > >The command line I've been using is "qemu-system-x86_64 -hda test.img - >net nic -net tap -localtime -m 1536 -vnc :2 -usbdevice tablet -soundhw >es1370,pcspk". You could also try a smaller -m arg, like -m 256... Oh and you said you have sound issues (do you even have sound configured on the host?), you could also try without -soundhw. (Even tho this is most likely unrelated as I said...) Good luck, :) Juergen