From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0tju-0004Ww-FF for qemu-devel@nongnu.org; Tue, 06 Sep 2011 07:22:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0tjt-0007P0-AG for qemu-devel@nongnu.org; Tue, 06 Sep 2011 07:22:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0tjt-0007Ov-1L for qemu-devel@nongnu.org; Tue, 06 Sep 2011 07:22:49 -0400 Message-ID: <4E66027C.3090909@redhat.com> Date: Tue, 06 Sep 2011 13:22:36 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] glib mainloop breaks virtfs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" , Anthony Liguori Hi, virtfs stopped working for me in master, the guest (fedora 15) just hangs at boot when mounting the virtfs filesystems. Bisecting points to this commit: rincewind kraxel ~/projects/qemu ((69e5bb6...)|BISECTING)# git bisect good 4d88a2ac8643265108ef1fb47ceee5d7b28e19f2 is the first bad commit commit 4d88a2ac8643265108ef1fb47ceee5d7b28e19f2 Author: Anthony Liguori Date: Mon Aug 22 08:12:53 2011 -0500 main: switch qemu_set_fd_handler to g_io_add_watch cheers, Gerd