From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 17 05:14:47 2009 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 0DA61106566C for ; Tue, 17 Feb 2009 05:14:47 +0000 (UTC) (envelope-from subhraveti@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id CC0988FC0C for ; Tue, 17 Feb 2009 05:14:46 +0000 (UTC) (envelope-from subhraveti@gmail.com) Received: by wa-out-1112.google.com with SMTP id k34so1276917wah.27 for ; Mon, 16 Feb 2009 21:14:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:subject :date:mime-version:content-type:x-priority:x-msmail-priority :x-mailer:x-mimeole; bh=AMTJYBCbOjn6isysPFK37pNF8VFurkTlAnhk2fUDeBY=; b=pdOq1tyc5zrsNA15N9cMFcmiSf5uhX8PdJ6dYwIDVIswOHzAWRKt+Zq2/mC8xmrBXU SseCsjGxjRdfe3dj0V2zhf3s97fTr1X8YMUCDMeBsds/j6QdTSvqAFE2C8OenxjpEgcZ FbvGONvlmDbzjty3BPdNSYYrzyR4We4rZDNc8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:mime-version:content-type :x-priority:x-msmail-priority:x-mailer:x-mimeole; b=d12N/NygELr2cxW2cOu3xZCTLJud4IHWXl6wPrtin/MxG5ITSBGUOGJfUf2sPU6aKL HY/N/Nba8YhkkWeIn8zpbBLFHOUlvwixWROvWbQM3yU4G7v6TzisNE4/bCKzZjKpbRCb oRJ17uQU7XbcZZQMrWQPM0Gfebul5v8zo/NMI= Received: by 10.114.168.1 with SMTP id q1mr2439703wae.152.1234845704099; Mon, 16 Feb 2009 20:41:44 -0800 (PST) Received: from DineshThinkpad (75-54-218-43.lightspeed.mlpsca.sbcglobal.net [75.54.218.43]) by mx.google.com with ESMTPS id a8sm11182283poa.5.2009.02.16.20.41.43 (version=SSLv3 cipher=RC4-MD5); Mon, 16 Feb 2009 20:41:43 -0800 (PST) Message-ID: <00a201c990ba$078763c0$8301a8c0@DineshThinkpad> From: "Dinesh Subhraveti" To: Date: Mon, 16 Feb 2009 20:41:40 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: qemu bsd-user 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: Tue, 17 Feb 2009 05:14:49 -0000 This may not be the right place for a newbie question, but venturing = anyway with some hope... I am interested in the Qemu bsd user emulation, but can't find a copy of = Qemu source with bsd-user that I can build. The mainline Qemu trunk = doesn't directly build on FreeBSD and the qemu ports in = /usr/ports/emulators/ don't have bsd-user. Any responses greatly appreciated. Regards,