Re: [libvirt] [PATCH] test driver: File test_driver.c was splitted into smaller files.

2016-09-16 Thread Eric Blake
On 09/16/2016 08:30 AM, Daniel P. Berrange wrote: > On Fri, Sep 16, 2016 at 03:06:27PM +0200, Tomáš Ryšavý wrote: >> Because the file had over 7000 lines. Now its splitted into 5 >> smaller files. It looks clearer and it's better for reading the code. >> >> Signed-off-by: Tomáš Ryšavý >> --- > >

Re: [libvirt] [PATCH] test driver: File test_driver.c was splitted into smaller files.

2016-09-16 Thread Daniel P. Berrange
On Fri, Sep 16, 2016 at 03:06:27PM +0200, Tomáš Ryšavý wrote: > Because the file had over 7000 lines. Now its splitted into 5 > smaller files. It looks clearer and it's better for reading the code. > > Signed-off-by: Tomáš Ryšavý > --- > po/POTFILES.in|6 +- > src/Makefil

Re: [libvirt] [PATCH] test driver: File test_driver.c was splitted into smaller files.

2016-09-16 Thread Martin Kletzander
On Fri, Sep 16, 2016 at 03:06:27PM +0200, Tomáš Ryšavý wrote: Because the file had over 7000 lines. Now its splitted into 5 smaller files. It looks clearer and it's better for reading the code. Similar to that, this patch has over .5 MiB, it could've been split into multiple patches. Not only