From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl0C6-0003j6-TC for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:39:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl0C2-00010X-9D for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:39:02 -0500 Date: Tue, 18 Dec 2012 17:38:50 +0100 From: Stefan Hajnoczi Message-ID: <20121218163850.GA29445@stefanha-thinkpad.redhat.com> References: <1355407309-7138-1-git-send-email-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1355407309-7138-1-git-send-email-lersek@redhat.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] vmmouse_reset(): remove minimal code duplication List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Thu, Dec 13, 2012 at 03:01:49PM +0100, Laszlo Ersek wrote: > Commit 069ab0eb added a vmmouse_disable() call to vmmouse_reset(). > vmmouse_disable() resets the status already. > > Signed-off-by: Laszlo Ersek > --- > hw/vmmouse.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan