From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StO5b-0003mK-Cz for qemu-devel@nongnu.org; Mon, 23 Jul 2012 15:14:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StO5a-0006BT-El for qemu-devel@nongnu.org; Mon, 23 Jul 2012 15:14:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StO5a-0006BP-6h for qemu-devel@nongnu.org; Mon, 23 Jul 2012 15:14:42 -0400 Message-ID: <500DA2C3.2070106@redhat.com> Date: Mon, 23 Jul 2012 21:15:15 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1342785709-3152-1-git-send-email-stefanha@linux.vnet.ibm.com> <1342785709-3152-5-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1342785709-3152-5-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/16] hub: Check that hubs are configured correctly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Paolo Bonzini , Zhi Yong Wu , qemu-devel@nongnu.org, Zhi Yong Wu On 07/20/12 14:01, Stefan Hajnoczi wrote: > Checks can be performed to make sure that hubs have at least one NIC and > one host device, warning the user if this is not the case. > Configurations which do not meet this rule tend to be broken but just > emit a warning. This patch preserves compatibility with the checks > performed by net core on vlans. > > Signed-off-by: Stefan Hajnoczi > Signed-off-by: Zhi Yong Wu Reviewed-by: Laszlo Ersek