All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tests/.gitignore: Ignore test-char
@ 2016-11-07  4:59 Changlong Xie
  2016-11-07 11:01 ` Marc-André Lureau
  2016-12-06 20:05 ` Stefan Hajnoczi
  0 siblings, 2 replies; 5+ messages in thread
From: Changlong Xie @ 2016-11-07  4:59 UTC (permalink / raw)
  To: qemu devel, qemu trival, Marc-André Lureau

Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] tests/.gitignore: Ignore test-char
  2016-11-07  4:59 [Qemu-devel] [PATCH] tests/.gitignore: Ignore test-char Changlong Xie
@ 2016-11-07 11:01 ` Marc-André Lureau
  2016-11-07 16:17   ` Eric Blake
  2016-12-06 20:05 ` Stefan Hajnoczi
  1 sibling, 1 reply; 5+ messages in thread
From: Marc-André Lureau @ 2016-11-07 11:01 UTC (permalink / raw)
  To: Changlong Xie, qemu devel, qemu trival

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] tests/.gitignore: Ignore test-char
  2016-11-07 11:01 ` Marc-André Lureau
@ 2016-11-07 16:17   ` Eric Blake
  2016-11-07 18:56     ` Marc-André Lureau
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Blake @ 2016-11-07 16:17 UTC (permalink / raw)
  To: Marc-André Lureau, Changlong Xie, qemu devel, qemu trival

[-- Attachment #1: Type: text/plain, Size: 566 bytes --]

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?

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] tests/.gitignore: Ignore test-char
  2016-11-07 16:17   ` Eric Blake
@ 2016-11-07 18:56     ` Marc-André Lureau
  0 siblings, 0 replies; 5+ messages in thread
From: Marc-André Lureau @ 2016-11-07 18:56 UTC (permalink / raw)
  To: Eric Blake, Changlong Xie, qemu devel, qemu trival

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] tests/.gitignore: Ignore test-char
  2016-11-07  4:59 [Qemu-devel] [PATCH] tests/.gitignore: Ignore test-char Changlong Xie
  2016-11-07 11:01 ` Marc-André Lureau
@ 2016-12-06 20:05 ` Stefan Hajnoczi
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2016-12-06 20:05 UTC (permalink / raw)
  To: Changlong Xie; +Cc: qemu devel, qemu trival, Marc-André Lureau

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-12-06 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-07  4:59 [Qemu-devel] [PATCH] tests/.gitignore: Ignore test-char Changlong Xie
2016-11-07 11:01 ` Marc-André Lureau
2016-11-07 16:17   ` Eric Blake
2016-11-07 18:56     ` Marc-André Lureau
2016-12-06 20:05 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.