From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Durrant Subject: [PATCH net v5 0/1] xen-netback: windows frontend compatibility fixes Date: Wed, 25 Sep 2013 10:59:27 +0100 Message-ID: <1380103168-12067-1-git-send-email-paul.durrant@citrix.com> Mime-Version: 1.0 Content-Type: text/plain To: , Return-path: Received: from smtp02.citrix.com ([66.165.176.63]:6971 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750832Ab3IYJ7c (ORCPT ); Wed, 25 Sep 2013 05:59:32 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The following patches fix a couple more issues found when testing with Windows frontends. v5: - Fix typos pointed out by Wei Liu v4: - Fix problem with hotplug failure noticed by Wei Liu v3: - Collapse both v2 patches into a single patch that introduces a new function to handle backend state transtions. By doing this we ensure that we always transition through intermediate states and that we don't attempt repeated connects or disconnects. v2: - Add comment in 2/2 to note that state transitions from Connected to Closed are incorrect.