From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56309 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2O78-00070H-OD for qemu-devel@nongnu.org; Wed, 23 Mar 2011 09:29:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2O6y-0003Mw-8f for qemu-devel@nongnu.org; Wed, 23 Mar 2011 09:28:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2O6x-0003Mq-R8 for qemu-devel@nongnu.org; Wed, 23 Mar 2011 09:28:32 -0400 From: Juan Quintela In-Reply-To: <6b331efb733a0f913ddc0b7762a1307dec304061.1300712809.git.amit.shah@redhat.com> (Amit Shah's message of "Mon, 21 Mar 2011 18:39:16 +0530") References: <6b331efb733a0f913ddc0b7762a1307dec304061.1300712809.git.amit.shah@redhat.com> Date: Wed, 23 Mar 2011 14:26:49 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 1/7] virtio-serial: Use a struct to pass config information from proxy Reply-To: quintela@redhat.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list Amit Shah wrote: > Instead of using a single variable to pass to the virtio_serial_init > function, use a struct so that expanding the number of variables to be > passed on later is easier. > > Signed-off-by: Amit Shah Reviewed-by: Juan Quintela