From owner-freebsd-emulation@FreeBSD.ORG Sun May 2 15:50:42 2004 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 D3DC516A4CF for ; Sun, 2 May 2004 15:50:42 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 244F343D46 for ; Sun, 2 May 2004 15:50:42 -0700 (PDT) (envelope-from gwk@rahn-koltermann.de) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BKPn9-0008Mu-00; Mon, 03 May 2004 00:50:35 +0200 Received: from [217.232.128.191] (helo=[192.168.0.3]) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BKPn9-0000kA-00; Mon, 03 May 2004 00:50:35 +0200 From: "Georg-W. Koltermann" To: Andrew Gallatin In-Reply-To: <16531.64457.287692.950839@grasshopper.cs.duke.edu> References: <16531.64457.287692.950839@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=iso-8859-15 Message-Id: <1083538230.56810.5.camel@localhost.muc.eu.mscsoftware.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 03 May 2004 00:50:30 +0200 Content-Transfer-Encoding: quoted-printable X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:90bcaad5e51ecc993b2919ba4b74e6dc cc: iedowse@maths.tcd.ie cc: freebsd-emulation@freebsd.org Subject: re: vmware2 patch for -CURRENT 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: Sun, 02 May 2004 22:50:43 -0000 Am Sa, den 01.05.2004 schrieb Andrew Gallatin um 21:34: > o - linux-base 8.x is too new to run vmware2. Due to a change in the > nice ABI in glibc, if you run vmware2 with newer libs, it will > crash, complaining that AIO is not implemented. =20 There is a patch from VMWare for that. It's called update42, you can google for "update42 vmware". You unpack the tar, compile the little C program and run it giving the installed VMWare binary, /usr/local/lib/vmware/bin/vmware, as a command line agument. It patches the binary so that it runs with Linux8 userland. --=20 Gr=FC=DFe, Georg. From owner-freebsd-emulation@FreeBSD.ORG Mon May 3 05:58:34 2004 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 C695516A4CE for ; Mon, 3 May 2004 05:58:34 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 724EE43D46 for ; Mon, 3 May 2004 05:58:34 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i43CwXxZ000562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 May 2004 08:58:33 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i43CwRuM097177; Mon, 3 May 2004 08:58:27 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16534.16883.828012.672187@grasshopper.cs.duke.edu> Date: Mon, 3 May 2004 08:58:27 -0400 (EDT) To: "Georg-W. Koltermann" In-Reply-To: <1083538230.56810.5.camel@localhost.muc.eu.mscsoftware.com> References: <16531.64457.287692.950839@grasshopper.cs.duke.edu> <1083538230.56810.5.camel@localhost.muc.eu.mscsoftware.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: freebsd-emulation@freebsd.org Subject: re: vmware2 patch for -CURRENT 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 May 2004 12:58:34 -0000 Georg-W. Koltermann writes: > Am Sa, den 01.05.2004 schrieb Andrew Gallatin um 21:34: > > > o - linux-base 8.x is too new to run vmware2. Due to a change in the > > nice ABI in glibc, if you run vmware2 with newer libs, it will > > crash, complaining that AIO is not implemented. > > There is a patch from VMWare for that. It's called update42, you can > google for "update42 vmware". You unpack the tar, compile the little C > program and run it giving the installed VMWare binary, > /usr/local/lib/vmware/bin/vmware, as a command line agument. It patches > the binary so that it runs with Linux8 userland. Awesome! I haven't tried it, but I welcome an end to the linux shared-lib hell that running linux_base version 6.1 was creating. Thanks for the pointer.. Drew From owner-freebsd-emulation@FreeBSD.ORG Mon May 3 11:01:54 2004 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 8D40C16A4CE for ; Mon, 3 May 2004 11:01:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD9B43D39 for ; Mon, 3 May 2004 11:01:54 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i43I1scr028396 for ; Mon, 3 May 2004 11:01:54 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i43I1rRn028390 for emulation@freebsd.org; Mon, 3 May 2004 11:01:53 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 3 May 2004 11:01:53 -0700 (PDT) Message-Id: <200405031801.i43I1rRn028390@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: emulation@FreeBSD.org Subject: Current problem reports assigned to you 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 May 2004 18:01:54 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/06/28] kern/53874 emulation /usr/ports/emulators/linux_base isn't wor 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/09/21] kern/21463 emulation Linux compatability mode should not allow o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com o [2000/12/14] misc/23561 emulation Linux compatibility mode does not support o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i 4 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/06/19] misc/19391 emulation Evilness with Linux Terminus, causes X to o [2002/08/11] kern/41543 emulation Easier wine/w23 support p [2002/09/04] kern/42404 emulation TIOCSCTTY not implemented in linuxulator o [2002/11/26] kern/45785 emulation Linux WineX seems to require a few new li 4 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon May 3 14:22:49 2004 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 7A39D16A4CF for ; Mon, 3 May 2004 14:22:49 -0700 (PDT) Received: from mail.ambrisko.com (adsl-64-174-51-43.dsl.snfc21.pacbell.net [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D7143D53 for ; Mon, 3 May 2004 14:22:49 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 03 May 2004 14:22:48 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id i43LMmjd055091; Mon, 3 May 2004 14:22:48 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id i43LMiVX055086; Mon, 3 May 2004 14:22:44 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200405032122.i43LMiVX055086@ambrisko.com> In-Reply-To: <16531.64457.287692.950839@grasshopper.cs.duke.edu> To: Andrew Gallatin Date: Mon, 3 May 2004 14:22:44 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: iedowse@maths.tcd.ie cc: freebsd-emulation@freebsd.org Subject: Re: vmware2 patch for -CURRENT 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 May 2004 21:22:49 -0000 Andrew Gallatin writes: | o - linux-base 8.x is too new to run vmware2. Due to a change in the | nice ABI in glibc, if you run vmware2 with newer libs, it will | crash, complaining that AIO is not implemented. This has nothing to | do with your patch, but I wanted to get it into the archives, as it | took me an hour or two of running strings on the linux libc and | Googling before I pulled the /compat/linux/lib directory from an old | 4.x with linux_base-6.1 installed. Try to run vmware-any-any-update42 to patch the vmware binary. A Google search can find it or a newer version. Doug A. From owner-freebsd-emulation@FreeBSD.ORG Mon May 3 15:50:43 2004 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 9F73E16A4DB for ; Mon, 3 May 2004 15:50:42 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ADA743D5E for ; Mon, 3 May 2004 15:50:42 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i43MoexZ005381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 May 2004 18:50:40 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i43MoYEc097780; Mon, 3 May 2004 18:50:34 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16534.52410.881023.431391@grasshopper.cs.duke.edu> Date: Mon, 3 May 2004 18:50:34 -0400 (EDT) To: Doug Ambrisko In-Reply-To: <200405032122.i43LMiVX055086@ambrisko.com> References: <16531.64457.287692.950839@grasshopper.cs.duke.edu> <200405032122.i43LMiVX055086@ambrisko.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: iedowse@maths.tcd.ie cc: freebsd-emulation@freebsd.org Subject: Re: vmware2 patch for -CURRENT 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 May 2004 22:50:43 -0000 Doug Ambrisko writes: > Andrew Gallatin writes: > | o - linux-base 8.x is too new to run vmware2. Due to a change in the > | nice ABI in glibc, if you run vmware2 with newer libs, it will > | crash, complaining that AIO is not implemented. This has nothing to > | do with your patch, but I wanted to get it into the archives, as it > | took me an hour or two of running strings on the linux libc and > | Googling before I pulled the /compat/linux/lib directory from an old > | 4.x with linux_base-6.1 installed. > > Try to run vmware-any-any-update42 to patch the vmware binary. > > A Google search can find it or a newer version. Cool.. BTW, has anybody tried running 5.2-current as a guest on vmware2? It panics in sse2_pagezero() on my p4, so I have to break into the debugger and reduce my cpu_class to 3. I"m really glad that the jsnap builds have ddb built in.. ;) Also, tsc ticks are off by an order of magnitude, so the install was really slow until I could switch it to the i8254. Drew From owner-freebsd-emulation@FreeBSD.ORG Tue May 4 05:10:32 2004 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 347D116A4CF for ; Tue, 4 May 2004 05:10:32 -0700 (PDT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D7D643D67 for ; Tue, 4 May 2004 05:10:31 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i44CAO5v022498; Tue, 4 May 2004 22:10:24 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i44CALI2016443; Tue, 4 May 2004 22:10:22 +1000 Date: Tue, 4 May 2004 22:10:20 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Andrew Gallatin In-Reply-To: <16534.52410.881023.431391@grasshopper.cs.duke.edu> Message-ID: <20040504215848.F9795@gamplex.bde.org> References: <16531.64457.287692.950839@grasshopper.cs.duke.edu> <16534.52410.881023.431391@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: iedowse@maths.tcd.ie cc: freebsd-emulation@freebsd.org Subject: Re: vmware2 patch for -CURRENT 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: Tue, 04 May 2004 12:10:32 -0000 On Mon, 3 May 2004, Andrew Gallatin wrote: > BTW, has anybody tried running 5.2-current as a guest on vmware2? Not me. > It panics in sse2_pagezero() on my p4, so I have to break into > the debugger and reduce my cpu_class to 3. I"m really glad that the > jsnap builds have ddb built in.. ;) Apparently vmware2 doesn't support some SSE2 instructions despite claiming to. The code that calls ss2_pagezero() seems to test mostly the right things. (cpu_feature & CPU_SSE2) is supposed to indicate that the CPU supports SSE2, and it shouldn't be necessary to also test cpu_class. Try my memory access benchmarks in ~bde/cache on freefall for debugging this in userland (./w -c sse2 -f 19 uses the same access method as sse2_pagezero()). Bruce From owner-freebsd-emulation@FreeBSD.ORG Tue May 4 07:09:11 2004 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 0640216A4CE for ; Tue, 4 May 2004 07:09:11 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E7743D2F for ; Tue, 4 May 2004 07:09:07 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i44E95xZ028052 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 May 2004 10:09:05 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i44E90WX098905; Tue, 4 May 2004 10:09:00 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16535.41980.12220.181753@grasshopper.cs.duke.edu> Date: Tue, 4 May 2004 10:09:00 -0400 (EDT) To: Bruce Evans In-Reply-To: <20040504215848.F9795@gamplex.bde.org> References: <16531.64457.287692.950839@grasshopper.cs.duke.edu> <200405032122.i43LMiVX055086@ambrisko.com> <16534.52410.881023.431391@grasshopper.cs.duke.edu> <20040504215848.F9795@gamplex.bde.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: freebsd-emulation@freebsd.org Subject: Re: vmware2 patch for -CURRENT 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: Tue, 04 May 2004 14:09:11 -0000 Bruce Evans writes: > On Mon, 3 May 2004, Andrew Gallatin wrote: > > It panics in sse2_pagezero() on my p4, so I have to break into > > the debugger and reduce my cpu_class to 3. I"m really glad that the > > jsnap builds have ddb built in.. ;) > > Apparently vmware2 doesn't support some SSE2 instructions despite claiming > to. The code that calls ss2_pagezero() seems to test mostly the right > things. (cpu_feature & CPU_SSE2) is supposed to indicate that the CPU > supports SSE2, and it shouldn't be necessary to also test cpu_class. > > Try my memory access benchmarks in ~bde/cache on freefall for debugging > this in userland (./w -c sse2 -f 19 uses the same access method as > sse2_pagezero()). Weird. It works in userspace: % ./bde_w -c sse2 -f 19 zeroJ: 2637193597 B/s ( 37919 us) (122532576 tsc) (movnti) The generic kernel dies at sse2_pagezero+0xe with a Fatal trap 1: priviliged instruction fault while in kernel mode According to gdb's disassemble, its the movnti: (gdb) disassemble sse2_pagezero Dump of assembler code for function sse2_pagezero: 0xc0757e04 : push %ebx 0xc0757e05 : mov 0x8(%esp,1),%ecx 0xc0757e09 : mov %ecx,%eax 0xc0757e0b : add $0x1000,%eax 0xc0757e10 : xor %ebx,%ebx 0xc0757e12 : movnti %ebx,(%ecx) 0xc0757e15 : add $0x4,%ecx 0xc0757e18 : cmp %ecx,%eax 0xc0757e1a : jne 0xc0757e12 0xc0757e1c : sfence 0xc0757e1f : pop %ebx 0xc0757e20 : ret 0xc0757e21 : lea 0x0(%esi),%esi Drew From owner-freebsd-emulation@FreeBSD.ORG Tue May 4 12:12:51 2004 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 1F4FB16A4CE for ; Tue, 4 May 2004 12:12:51 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBBD443D54 for ; Tue, 4 May 2004 12:12:50 -0700 (PDT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i44JChWR089577 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 4 May 2004 12:12:43 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: freebsd-emulation@freebsd.org Date: Tue, 4 May 2004 12:12:02 -0700 User-Agent: KMail/1.6.1 References: <16531.64457.287692.950839@grasshopper.cs.duke.edu> <20040504215848.F9795@gamplex.bde.org> <16535.41980.12220.181753@grasshopper.cs.duke.edu> In-Reply-To: <16535.41980.12220.181753@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405041212.02687.sam@errno.com> cc: Andrew Gallatin Subject: Re: vmware2 patch for -CURRENT 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: Tue, 04 May 2004 19:12:51 -0000 On Tuesday 04 May 2004 07:09 am, Andrew Gallatin wrote: > Bruce Evans writes: > > On Mon, 3 May 2004, Andrew Gallatin wrote: > > > It panics in sse2_pagezero() on my p4, so I have to break into > > > the debugger and reduce my cpu_class to 3. I"m really glad that the > > > jsnap builds have ddb built in.. ;) > > > > Apparently vmware2 doesn't support some SSE2 instructions despite > > claiming to. The code that calls ss2_pagezero() seems to test mostly > > the right things. (cpu_feature & CPU_SSE2) is supposed to indicate that > > the CPU supports SSE2, and it shouldn't be necessary to also test > > cpu_class. > > > > Try my memory access benchmarks in ~bde/cache on freefall for debugging > > this in userland (./w -c sse2 -f 19 uses the same access method as > > sse2_pagezero()). > > Weird. It works in userspace: In user space the monitor likely just runs the instruction on the hardware. In the kernel it likely jumps to the emulator and that instruction may not be handled in your version. I'd expect a current vmware release to grok those instructions. Sam From owner-freebsd-emulation@FreeBSD.ORG Wed May 5 19:45:26 2004 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 8D48016A4CF for ; Wed, 5 May 2004 19:45:26 -0700 (PDT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D5C43D70 for ; Wed, 5 May 2004 19:45:25 -0700 (PDT) (envelope-from ntai@smartfruit.com) Received: from 207-172-130-212.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([207.172.130.212] helo=rcn.com) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1BLYt3-0002wz-00 for freebsd-emulation@freebsd.org; Wed, 05 May 2004 22:45:25 -0400 Received: from smartfruit.com (nefertiti.camelsoft.com [192.168.10.18]) by rcn.com (8.12.9p2/8.12.8) with ESMTP id i462jO60010911 for ; Wed, 5 May 2004 22:45:24 -0400 (EDT) (envelope-from ntai@smartfruit.com) Message-ID: <4099A6C6.5030902@smartfruit.com> Date: Wed, 05 May 2004 22:45:26 -0400 From: Naoyuki Tai User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: How to make VMware3 on 4.9 see the /dev/acd0? 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: Thu, 06 May 2004 02:45:26 -0000 Hi, Could someone tell me how to use the CD drive from VMware 3 running on 4.9 release? Thanks! -- Naoyuki "Tai" Tai, ntai a t smartfruit d o t com From owner-freebsd-emulation@FreeBSD.ORG Sat May 8 03:30:15 2004 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 E442216A4CE for ; Sat, 8 May 2004 03:30:15 -0700 (PDT) Received: from comtv.ru (comtv.ru [217.10.32.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE9943D54 for ; Sat, 8 May 2004 03:30:15 -0700 (PDT) (envelope-from pushkin@comtv.ru) Received: from [217.10.45.29] (account pushkin HELO comtv.ru) by comtv.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 27658473 for freebsd-emulation@freebsd.org; Sat, 08 May 2004 14:30:10 +0400 Message-ID: <409CB6B5.1040502@comtv.ru> Date: Sat, 08 May 2004 14:30:13 +0400 From: Sergey Poziturin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040221 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: VMWare 3 + usb 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: Sat, 08 May 2004 10:30:16 -0000 Hello. Did anyone succeed in making vmware 3 under freebsd 5.x (5.2.1 in my case) work with usb ports? I have a special device (RoverPC P1, this is a pocketpc with wince 2003) which I was unable to connect to freebsd via ppp, and my last chanse is vmware. But vmware itself wants a usbdevfs, simply putting `/dev' there didn't make any good - vmware doesn't see any usb devices. Any links are appreciated. Thank you in advance. -- Best regards. [Team OS/2]