From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNXvo-0003di-QR for qemu-devel@nongnu.org; Mon, 28 Jul 2008 14:58:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNXvm-0003cq-VD for qemu-devel@nongnu.org; Mon, 28 Jul 2008 14:58:52 -0400 Received: from [199.232.76.173] (port=46618 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNXvm-0003cm-PL for qemu-devel@nongnu.org; Mon, 28 Jul 2008 14:58:50 -0400 Received: from py-out-1112.google.com ([64.233.166.180]:38542) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNXvm-00022f-EH for qemu-devel@nongnu.org; Mon, 28 Jul 2008 14:58:50 -0400 Received: by py-out-1112.google.com with SMTP id p76so3424824pyb.10 for ; Mon, 28 Jul 2008 11:58:49 -0700 (PDT) Message-ID: <488E16C8.4020708@codemonkey.ws> Date: Mon, 28 Jul 2008 13:58:16 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <488DC8B8.3060500@redhat.com> In-Reply-To: <488DC8B8.3060500@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/3]: vmware backdoor interface fix Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Lalancette Cc: gleb@qumranet.com, qemu-devel@nongnu.org Chris Lalancette wrote: > VMWare backdoor interface should work with IN/OUT port ops, but > currently only IN is supported. BOCHS bios uses OUT to query UUID. > The patch adds OUT support. > > Signed-off-by: Chris Lalancette > Cc: Gleb Natapov > Cc: Anthony Liguori > Applied. Thanks. I'm going to hold off on the rest of the series until we work out a better way to support -uuid. This is a pretty obvious fix though. Regards, Anthony Liguori