From owner-freebsd-xen@FreeBSD.ORG Wed Feb 13 10:09:07 2013 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 361892E4 for ; Wed, 13 Feb 2013 10:09:07 +0000 (UTC) (envelope-from roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [46.33.159.39]) by mx1.freebsd.org (Postfix) with ESMTP id D0ADD864 for ; Wed, 13 Feb 2013 10:09:06 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,655,1355097600"; d="scan'208";a="1408656" Received: from lonpmailmx01.citrite.net ([10.30.203.162]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/RC4-MD5; 13 Feb 2013 10:07:56 +0000 Received: from Roger-2.local (10.30.249.242) by LONPMAILMX01.citrite.net (10.30.203.162) with Microsoft SMTP Server id 8.3.297.1; Wed, 13 Feb 2013 10:07:55 +0000 Message-ID: <511B660D.6010503@citrix.com> Date: Wed, 13 Feb 2013 11:08:13 +0100 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Subject: Re: [PATCH] xenbus: fix device detection References: <5109032D.7090100@citrix.com> <1359658337-24544-1-git-send-email-roger.pau@citrix.com> In-Reply-To: <1359658337-24544-1-git-send-email-roger.pau@citrix.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 10:09:07 -0000 On 31/01/13 19:52, Roger Pau Monne wrote: > Devices that cannot be handled should not be closed, instead leave > them as is. This prevents closing the vkbd device, which has the > effect of making Qemu stop sending keys to the guest. > > Tested with qemu-xen-traditional, qemu-xen and qemu stubdomains, all > working as expected. Ping? I've also submitted PR kern/175757 with the patch attached.