Re: [Qemu-devel] glib mainloop breaks virtfs

2011-09-07 Thread Gerd Hoffmann
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

Re: [Qemu-devel] glib mainloop breaks virtfs

2011-09-07 Thread Aneesh Kumar K.V
On Tue, 06 Sep 2011 13:22:36 +0200, Gerd Hoffmann wrote: >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

Re: [Qemu-devel] glib mainloop breaks virtfs

2011-09-06 Thread Aneesh Kumar K.V
On Tue, 06 Sep 2011 22:55:17 +0530, "Aneesh Kumar K.V" wrote: > On Tue, 06 Sep 2011 09:31:32 -0500, Anthony Liguori > wrote: > > On 09/06/2011 06:22 AM, Gerd Hoffmann wrote: > > > Hi, > > > > > > virtfs stopped working for me in master, the guest (fedora 15) just > > > hangs at boot when mounti

Re: [Qemu-devel] glib mainloop breaks virtfs

2011-09-06 Thread Aneesh Kumar K.V
On Tue, 06 Sep 2011 09:31:32 -0500, Anthony Liguori wrote: > On 09/06/2011 06:22 AM, Gerd Hoffmann wrote: > > 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: > > > > rincew

Re: [Qemu-devel] glib mainloop breaks virtfs

2011-09-06 Thread Anthony Liguori
On 09/06/2011 06:22 AM, Gerd Hoffmann wrote: 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 4d88a2ac8643265108

[Qemu-devel] glib mainloop breaks virtfs

2011-09-06 Thread Gerd Hoffmann
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