From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlemv-0005xr-HN for qemu-devel@nongnu.org; Tue, 04 Nov 2014 09:08:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xlemn-0002PP-Gp for qemu-devel@nongnu.org; Tue, 04 Nov 2014 09:08:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlemn-0002PL-9M for qemu-devel@nongnu.org; Tue, 04 Nov 2014 09:08:41 -0500 Message-ID: <1415110115.8686.34.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 04 Nov 2014 15:08:35 +0100 In-Reply-To: <1415100203-20405-1-git-send-email-marcandre.lureau@gmail.com> References: <1415100203-20405-1-git-send-email-marcandre.lureau@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] console: remove refresh timer when using spice & QXL mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau Cc: qemu-devel@nongnu.org On Di, 2014-11-04 at 12:23 +0100, Marc-Andr=C3=A9 Lureau wrote: > There is no need for the display refresh timer when using Spice with QX= L > driver. No, there is a need. Cursor updates (when running qxl with other ui than spice) are done from the refresh timer. Also we can already adjust the wakeup rate, we only need to use it, there is no need for a new hook. Alternative patches will come in a moment, please test. I still a high number of wakeups but most likely due to my spice-server being unpatched. cheers, Gerd