From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnB5y-0007Ne-Nx for qemu-devel@nongnu.org; Mon, 14 Sep 2009 08:55:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnB5t-0007Ls-LZ for qemu-devel@nongnu.org; Mon, 14 Sep 2009 08:55:50 -0400 Received: from [199.232.76.173] (port=37257 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnB5t-0007Lp-Er for qemu-devel@nongnu.org; Mon, 14 Sep 2009 08:55:45 -0400 Received: from mail-yw0-f203.google.com ([209.85.211.203]:55046) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnB5t-0001b3-5U for qemu-devel@nongnu.org; Mon, 14 Sep 2009 08:55:45 -0400 Received: by ywh41 with SMTP id 41so4029545ywh.19 for ; Mon, 14 Sep 2009 05:55:44 -0700 (PDT) Message-ID: <4AAE3D4C.8020301@codemonkey.ws> Date: Mon, 14 Sep 2009 07:55:40 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 2/5] virtio-console: Add support for multiple ports for generic guest-host communication References: <1252684353-25067-1-git-send-email-amit.shah@redhat.com> <1252684353-25067-2-git-send-email-amit.shah@redhat.com> <1252684353-25067-3-git-send-email-amit.shah@redhat.com> <4AAA7813.1030904@codemonkey.ws> <20090911163410.GA25535@amit-x200.redhat.com> <4AAA7D0C.2020200@codemonkey.ws> <20090914074859.GD13280@amit-x200.redhat.com> <20090914075547.GE13280@amit-x200.redhat.com> In-Reply-To: <20090914075547.GE13280@amit-x200.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu-devel@nongnu.org Amit Shah wrote: > > Well it shows up in master now. Commit logs show it got pushed on > Friday. > commit e27c88fe9eb26648e4fb282cb3761c41f06ff18a Author: Gerd Hoffmann Date: Wed Jul 22 16:43:03 2009 +0200 QemuOpts: framework for storing and parsing options. Regards, Anthony Liguori