From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnB97-0000Dp-Th for qemu-devel@nongnu.org; Mon, 14 Sep 2009 08:59:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnB93-0000CZ-4x for qemu-devel@nongnu.org; Mon, 14 Sep 2009 08:59:05 -0400 Received: from [199.232.76.173] (port=43644 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnB92-0000CO-Uv for qemu-devel@nongnu.org; Mon, 14 Sep 2009 08:59:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3379) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnB92-0002Tf-Ch for qemu-devel@nongnu.org; Mon, 14 Sep 2009 08:59:00 -0400 Date: Mon, 14 Sep 2009 18:28:29 +0530 From: Amit Shah Subject: Re: [Qemu-devel] Re: [PATCH 2/5] virtio-console: Add support for multiple ports for generic guest-host communication Message-ID: <20090914125829.GB22321@amit-x200.redhat.com> 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> <4AAE3D4C.8020301@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AAE3D4C.8020301@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On (Mon) Sep 14 2009 [07:55:40], Anthony Liguori wrote: > 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. Oh I was talking about the chardev conversion; most of this depends on that ;-) Amit