From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EBdaC-0005NA-BJ for qemu-devel@nongnu.org; Sat, 03 Sep 2005 15:21:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EBda6-0005K5-AZ for qemu-devel@nongnu.org; Sat, 03 Sep 2005 15:21:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EBda5-0005Hb-U7 for qemu-devel@nongnu.org; Sat, 03 Sep 2005 15:21:37 -0400 Received: from [195.250.128.78] (helo=smtp1.vol.cz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EBdLx-0002B4-79 for qemu-devel@nongnu.org; Sat, 03 Sep 2005 15:07:01 -0400 Received: from [10.0.0.2] (prg-v-6-220.static.adsl.vol.cz [62.177.70.220]) by smtp1.vol.cz (Postfix) with ESMTP id D4A6A4002E for ; Sat, 3 Sep 2005 21:03:30 +0200 (CEST) Message-ID: <4319F385.7040306@volny.cz> Date: Sat, 03 Sep 2005 21:03:33 +0200 From: Filip Navara MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu exec-all.h kqemu.c vl.c References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Please add "if (kqemu_fd)" before the CancelIo call in kqemu.c, otherwise the call will fail every time for non-KQEMU case (which can slow down things a bit). - Filip Fabrice Bellard wrote: >CVSROOT: /cvsroot/qemu >Module name: qemu >Branch: >Changes by: Fabrice Bellard 05/09/03 17:55:47 > >Modified files: > . : exec-all.h kqemu.c vl.c > >Log message: > kqemu_cpu_interrupt support for win32 (Filip Navara) > >CVSWeb URLs: >http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/exec-all.h.diff?tr1=1.36&tr2=1.37&r1=text&r2=text >http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text >http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.134&tr2=1.135&r1=text&r2=text > > > >_______________________________________________ >Qemu-devel mailing list >Qemu-devel@nongnu.org >http://lists.nongnu.org/mailman/listinfo/qemu-devel > > > >