From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 3 16:47:14 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8061316A4CE for ; Mon, 3 Jan 2005 16:47:14 +0000 (GMT) Received: from supertolla.itapac.net (supertolla.itapac.net [212.239.21.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819C143D4C for ; Mon, 3 Jan 2005 16:47:13 +0000 (GMT) (envelope-from orlando@break.net) Mime-Version: 1.0 (Apple Message framework v678) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-emulation@freebsd.org From: Orlando Bassotto Date: Mon, 3 Jan 2005 17:35:05 +0100 Message-Id: <20050103164711.3629A1D8F13@supertolla.itapac.net> Subject: vmware 4.5.2 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 03 Jan 2005 16:47:14 -0000 Hi there :) I'm glad to announce the success porting of vmware 4. (that is 4.5.2 build 8848) You will find a diff to vmmon sources on my website http://www.break.net/orlando/vmware4/ Consider it as an alpha release, I'm going to revamp the version 3 and start support for GSX server. I would like to thanks people at VMware which gave me a serial for version 4 and GSX to work on (better than nothing :). Few things before you play with it: - If you have freezes or ATA failures be sure ACPI is disabled - Ensure kern.ipc.shm_allow_removed to be 1 - Ensure you have aio module loaded - Networking has been untested, I just spent 3 days on all this (it's enough and i'm on vacation... well for few days :) anyway the netgraph solution adopted with vmware 3 in the ports should be just fine. - USB does not work yet - SMP part is almost there, I have to take the last few strength to import APIC/IO APIC detection and it should be working -I hope, i don't have an SMP machine to test- - RTC support is missing, I will have a look at it - No installation script is provided, I used to run it from vmware/lib/bin directly. - I didn't try to use it as non-root but missing installation scripts and debugging was useless. - In any case of failure compile the module without -DNDEBUG, save all the garbage produced by the module (it will produce alot) and enable debugging options in vmware itself, mail me messages and vmware.log you'll find in the vm directory In general, consider installing vmware 3 to ensure all files in /compat/linux/dev are present. Let me have feedback on the thing. Ciao! and Happy New Year! Orlando