From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56326 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py2Ch-000173-Pu for qemu-devel@nongnu.org; Fri, 11 Mar 2011 08:16:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py2Cg-0001Oh-Qe for qemu-devel@nongnu.org; Fri, 11 Mar 2011 08:16:27 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:31653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Py2Cg-0001O4-LS for qemu-devel@nongnu.org; Fri, 11 Mar 2011 08:16:26 -0500 Message-ID: <4D7A207F.8080507@oracle.com> Date: Fri, 11 Mar 2011 13:15:43 +0000 From: John Haxby MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1 of 2] Introduce a new 'connected' xendev op called when Connected. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: Stefano Stabellini It's been something over six months since this patch was submitted (actually it was resend because the first version didn't say "PATCH" in the subject. So far as I can tell it's not made it into qemu git (hw/xen_backend.h, for example, doesn't show the extra field in struct XenDevOps). This problem came up again on the xen-devel lists today and it's a shame that there's been a patch out there since last summer that people are now having to re-discover and re-patch :-( jch On 27/08/10 15:43, Stefano Stabellini wrote: > From: John Haxby > > Introduce a new 'connected' xendev op called when Connected. > > Rename the existing xendev 'connect' op to 'initialised' and introduce > a new 'connected' op. This new op, if defined, is called when the > backend is connected. Note that since there is no state transition this > may be called more than once. > > Signed-off-by: John Haxby > Signed-off-by: Stefano Stabellini > > [snip]