From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxEYT-0001bK-2w for qemu-devel@nongnu.org; Thu, 01 Apr 2010 03:11:05 -0400 Received: from [140.186.70.92] (port=52513 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxEYQ-0001Xf-J7 for qemu-devel@nongnu.org; Thu, 01 Apr 2010 03:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxEYO-0006LC-GR for qemu-devel@nongnu.org; Thu, 01 Apr 2010 03:11:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34286) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxEYO-0006L1-0S for qemu-devel@nongnu.org; Thu, 01 Apr 2010 03:11:00 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o317AwF1002964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Apr 2010 03:10:58 -0400 Message-ID: <4BB446FD.7010901@redhat.com> Date: Thu, 01 Apr 2010 09:10:53 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 00/17] v4: virtio-serial fixes, new abi for port discovery References: <1270020848-15526-1-git-send-email-amit.shah@redhat.com> In-Reply-To: <1270020848-15526-1-git-send-email-amit.shah@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: Juan Quintela , qemu list , "Michael S. Tsirkin" On 03/31/10 09:33, Amit Shah wrote: > Hello, > > These patches rework the way ports are announced to the guests. A > control message is used to let the guest know a new port is > added. Initial port discovery and port hot-plug work via this way now. > > This was done to have the host and guest port numbering in sync to > avoid surprises after several hotplug/unplug operations and > migrations. > > The ability to assign a particular port number to ports is also added > so that management software can control the placement of ports. Acked-by: Gerd Hoffmann cheers, Gerd