Message ID | 1478494765-13233-1-git-send-email-xiecl.fnst@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Nov 7, 2016 at 8:52 AM Changlong Xie <xiecl.fnst@cn.fujitsu.com> wrote: > Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com> > Introduced in commit ea3af47d7 Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> > --- > tests/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/.gitignore b/tests/.gitignore > index c0d7857..e9b182e 100644 > --- a/tests/.gitignore > +++ b/tests/.gitignore > @@ -16,6 +16,7 @@ test-bitops > test-blockjob > test-blockjob-txn > test-bufferiszero > +test-char > test-clone-visitor > test-coroutine > test-crypto-afsplit > -- > 1.9.3 > > > > > -- Marc-André Lureau
On 11/07/2016 05:01 AM, Marc-André Lureau wrote: > On Mon, Nov 7, 2016 at 8:52 AM Changlong Xie <xiecl.fnst@cn.fujitsu.com> > wrote: > >> Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com> >> > > Introduced in commit ea3af47d7 > > Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Marc-André, do you still want to pursue your patch that auto-generated tests/.gitignore, so we don't have to keep doing these cleanups?
On Mon, Nov 7, 2016 at 8:17 PM Eric Blake <eblake@redhat.com> wrote: > On 11/07/2016 05:01 AM, Marc-André Lureau wrote: > > On Mon, Nov 7, 2016 at 8:52 AM Changlong Xie <xiecl.fnst@cn.fujitsu.com> > > wrote: > > > >> Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com> > >> > > > > Introduced in commit ea3af47d7 > > > > Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> > > Marc-André, do you still want to pursue your patch that auto-generated > tests/.gitignore, so we don't have to keep doing these cleanups? > > I am sporadically working on it (and a version for the whole qemu tree). I was waiting for some feedback from Paolo. Anyway, I think this is best left for after 2.8. -- > Eric Blake eblake redhat com +1-919-301-3266 <+1%20919-301-3266> > Libvirt virtualization library http://libvirt.org > > -- Marc-André Lureau
On Mon, Nov 07, 2016 at 12:59:25PM +0800, Changlong Xie wrote: > Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com> > --- > tests/.gitignore | 1 + > 1 file changed, 1 insertion(+) Thanks, applied to my staging tree: https://github.com/stefanha/qemu/commits/staging Stefan
diff --git a/tests/.gitignore b/tests/.gitignore index c0d7857..e9b182e 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -16,6 +16,7 @@ test-bitops test-blockjob test-blockjob-txn test-bufferiszero +test-char test-clone-visitor test-coroutine test-crypto-afsplit
Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com> --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+)