From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGidy-0006xf-AQ for qemu-devel@nongnu.org; Sun, 20 Jan 2008 17:27:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGidw-0006vR-Lp for qemu-devel@nongnu.org; Sun, 20 Jan 2008 17:27:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGidw-0006ur-3G for qemu-devel@nongnu.org; Sun, 20 Jan 2008 17:27:56 -0500 Received: from kassel160.server4you.de ([62.75.246.160] helo=csgraf.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JGidv-0007Nw-Rs for qemu-devel@nongnu.org; Sun, 20 Jan 2008 17:27:56 -0500 Received: from Inbox (localhost [127.0.0.1]) by csgraf.de (Postfix) with ESMTP id B2F993A9B for ; Sun, 20 Jan 2008 23:27:35 +0100 (CET) MIME-Version: 1.0 content-class: From: Alexander Graf Subject: AW: Re: [Qemu-devel] VMport patch Date: Sun, 20 Jan 2008 23:27:59 +0100 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Message-Id: <20080120222742.B2F993A9B@csgraf.de> 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 I think it would be great to maintain compatibility with the binary-only ve= rsions of the vm tools though. Regards, Alex ----- Urspr=FCngliche Nachricht ----- Von: Anthony Liguori Gesendet: Sonntag, 20. Januar 2008 22:40 An: qemu-devel@nongnu.org Betreff: Re: [Qemu-devel] VMport patch Filip Navara wrote: > Hello, > > the current version of QEMU emulates the VMware backdoor I/O port and=20 > it works quite well. Unfortunately it doesn't emulate the VMware=20 > behavior of ignoring the I/O permissions when accessing this special=20 > port. The attached patch corrects it. It's important to ignore the=20 > permissions, so that user mode VMware tools can communicate to the=20 > backdoor. =3D I really dislike that VMware relies on this. It's very hard to=20 implement in kqemu or KVM. I think it would be better to modify=20 open-vm-tools than to modify QEMU. Regards, Anthony Liguori > Best regards, > Filip Navara