From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYpFu-0002hl-4b for qemu-devel@nongnu.org; Thu, 28 Aug 2008 17:42:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYpFs-0002hW-OO for qemu-devel@nongnu.org; Thu, 28 Aug 2008 17:42:13 -0400 Received: from [199.232.76.173] (port=59965 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYpFs-0002hT-Hn for qemu-devel@nongnu.org; Thu, 28 Aug 2008 17:42:12 -0400 Received: from ag-out-0708.google.com ([72.14.246.250]:4665) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYpFr-0004m8-Un for qemu-devel@nongnu.org; Thu, 28 Aug 2008 17:42:12 -0400 Received: by ag-out-0708.google.com with SMTP id 31so1525354agc.5 for ; Thu, 28 Aug 2008 14:42:08 -0700 (PDT) Message-ID: <48B71B80.7040609@codemonkey.ws> Date: Thu, 28 Aug 2008 16:41:20 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: Re : [Qemu-devel] [PATCH 1/1] Make vmport an optional feature at run time. References: <828495.95119.qm@web24503.mail.ird.yahoo.com> <48B2BE4A.70100@codemonkey.ws> <48B70840.2050205@codemonkey.ws> <48B70EE7.9020506@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Ian Kirk wrote: > Anthony Liguori wrote: > > >> You may discover down the road that the only way to get ESX working >> under QEMU is to add something to vmport as opposed to disabling it >> altogether. >> > > I think that's highly unlikely unless all real PC BIOSes support vmport? > ESX explicitly supports running under workstation. It's likely using vmport to probe the fact that it is running under workstation. Presumably, it may be a bit less picky about what it's running on if it thinks it's running under workstation. So this is why I don't think this is highly unlikely. Regards, Anthony Liguori