From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcIsK-0004Cp-65 for qemu-devel@nongnu.org; Thu, 30 Jun 2011 11:09:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcIsH-00008Y-Ui for qemu-devel@nongnu.org; Thu, 30 Jun 2011 11:09:51 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53536 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcIsH-00008S-Io for qemu-devel@nongnu.org; Thu, 30 Jun 2011 11:09:49 -0400 Message-ID: <4E0C91BC.4050604@suse.de> Date: Thu, 30 Jun 2011 17:09:48 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1308933371-12158-1-git-send-email-stefano.stabellini@eu.citrix.com> In-Reply-To: <1308933371-12158-1-git-send-email-stefano.stabellini@eu.citrix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/2] xen: add vkbd support for PV on HVM guests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefano.stabellini@eu.citrix.com Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org On 06/24/2011 06:36 PM, stefano.stabellini@eu.citrix.com wrote: > From: Stefano Stabellini > > Register the vkbd backend even when running as device emulator for HVM > guests: it is useful because it doesn't need a frequent timer like usb. > > Check whether the XenInput DisplayState has been set in the initialise > state, rather than the input state. > In case the DisplayState hasn't been set and there is no vfb for this > domain, then set the XenInput DisplayState to the default one. > > > Changed in v2: > > - use qemu_free instead of free; > Thanks applied to xen-next branch. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH v2 2/2] xen: add vkbd support for PV on HVM guests Date: Thu, 30 Jun 2011 17:09:48 +0200 Message-ID: <4E0C91BC.4050604@suse.de> References: <1308933371-12158-1-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1308933371-12158-1-git-send-email-stefano.stabellini@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: stefano.stabellini@eu.citrix.com Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org List-Id: xen-devel@lists.xenproject.org On 06/24/2011 06:36 PM, stefano.stabellini@eu.citrix.com wrote: > From: Stefano Stabellini > > Register the vkbd backend even when running as device emulator for HVM > guests: it is useful because it doesn't need a frequent timer like usb. > > Check whether the XenInput DisplayState has been set in the initialise > state, rather than the input state. > In case the DisplayState hasn't been set and there is no vfb for this > domain, then set the XenInput DisplayState to the default one. > > > Changed in v2: > > - use qemu_free instead of free; > Thanks applied to xen-next branch. Alex