From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Fpu-0003EH-Qx for qemu-devel@nongnu.org; Wed, 07 Sep 2011 06:58:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1Fpt-0002jJ-TZ for qemu-devel@nongnu.org; Wed, 07 Sep 2011 06:58:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Fpt-0002ix-Jb for qemu-devel@nongnu.org; Wed, 07 Sep 2011 06:58:29 -0400 Message-ID: <4E674E40.1050700@redhat.com> Date: Wed, 07 Sep 2011 12:58:08 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4E66027C.3090909@redhat.com> <8739g8d431.fsf@skywalker.in.ibm.com> In-Reply-To: <8739g8d431.fsf@skywalker.in.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] glib mainloop breaks virtfs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Aneesh Kumar K.V" Cc: Anthony Liguori , "qemu-devel@nongnu.org" > commit 52ed37a201d34a3070b4e2d0f21b5e6cca50352e > Author: Aneesh Kumar K.V > Date: Wed Sep 7 16:11:03 2011 +0530 > > iohandler: update qemu_fd_set_handler to work with null call back arg > > Many users of qemu_fd_set_handler including VirtFS use NULL call back arg. > Update fd_trampoline and qemu_fd_set_handler to work with NULL call back arg Patch applied, everything works again. thanks, Gerd