From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMucH-0007cw-85 for qemu-devel@nongnu.org; Mon, 10 Mar 2014 03:27:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMucB-0007EJ-7N for qemu-devel@nongnu.org; Mon, 10 Mar 2014 03:27:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMucA-0007E9-VY for qemu-devel@nongnu.org; Mon, 10 Mar 2014 03:27:11 -0400 Message-ID: <1394436425.22422.0.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 10 Mar 2014 08:27:05 +0100 In-Reply-To: <20140309015656.GW17184@ERROL.INI.CMU.EDU> References: <20140309015656.GW17184@ERROL.INI.CMU.EDU> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] sdl mouse no longer works List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: qemu-devel@nongnu.org On Sa, 2014-03-08 at 20:56 -0500, Gabriel L. Somlo wrote: > Gerd, > > After the latest pull, my sdl mouse no longer works. I've tried with > both OS X and Fedora 20 live. The latter (easier command line with > no out of tree dependencies) is started with the following command line: > > bin/qemu-system-x86_64 -enable-kvm -m 2048 -machine q35 \ > -usb -device usb-kbd -device usb-mouse \ > -device ide-drive,bus=ide.2,drive=HDD \ > -drive id=HDD,if=none,snapshot=on,file=Fedora-Live-Desktop-x86_64-20-1.iso \ > -monitor stdio > > After a git bisect I tracked it down to commit > 3ab193e66262e60e0ff74ac1ab5cff04412e83cb (mouse: switch sdl ui to new > core). > > Is my command line deprecated, or am I tickling some sort of bug ? More likely a bug, I'll go dig ... cheers, Gerd