Re: [Qemu-devel] Help needed -- vvfat.c

2011-09-23 Thread Pintu Kumar
On Mon, Sep 19, 2011 at 8:07 PM, Kevin Wolf wrote: > Am 15.09.2011 14:49, schrieb Pintu Kumar: >> Hi, >> >> This is regarding qemu block/vvfat.c. >> >> Currently vvfat scans all directories and sub-directories in the >> beginning during init_directories(). >> >> I want to modify vvfat such that it

Re: [Qemu-devel] Help needed -- vvfat.c

2011-09-19 Thread Kevin Wolf
Am 15.09.2011 14:49, schrieb Pintu Kumar: > Hi, > > This is regarding qemu block/vvfat.c. > > Currently vvfat scans all directories and sub-directories in the > beginning during init_directories(). > > I want to modify vvfat such that it should scan only the TOP directory > content and not the s

[Qemu-devel] Help needed -- vvfat.c

2011-09-15 Thread Pintu Kumar
Hi, This is regarding qemu block/vvfat.c. Currently vvfat scans all directories and sub-directories in the beginning during init_directories(). I want to modify vvfat such that it should scan only the TOP directory content and not the sub-directory content before mounting. And after mounting vvf