Re: [Qemu-devel] [PATCH] build: Don't ignore qapi-visit-core.c

2019-09-19 Thread Laurent Vivier
Le 13/09/2019 à 13:34, Eric Blake a écrit : > cc: qemu-trivial > > On 9/12/19 1:46 PM, Eric Blake wrote: >> This file is version-controlled, and not generated from a .json file. >> >> Fixes: bf582c3461b >> Reported-by: Thomas Huth >> Signed-off-by: Eric Blake >> --- >> .gitignore | 1 + >> 1 fi

Re: [Qemu-devel] [PATCH] build: Don't ignore qapi-visit-core.c

2019-09-13 Thread Eric Blake
cc: qemu-trivial On 9/12/19 1:46 PM, Eric Blake wrote: > This file is version-controlled, and not generated from a .json file. > > Fixes: bf582c3461b > Reported-by: Thomas Huth > Signed-off-by: Eric Blake > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b

Re: [Qemu-devel] [PATCH] build: Don't ignore qapi-visit-core.c

2019-09-13 Thread Philippe Mathieu-Daudé
On 9/12/19 8:46 PM, Eric Blake wrote: > This file is version-controlled, and not generated from a .json file. > > Fixes: bf582c3461b > Reported-by: Thomas Huth Good catch! Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Eric Blake > --- > .gitignore | 1 + > 1 file changed, 1 insertion

Re: [Qemu-devel] [PATCH] build: Don't ignore qapi-visit-core.c

2019-09-12 Thread Thomas Huth
On 12/09/2019 20.46, Eric Blake wrote: > This file is version-controlled, and not generated from a .json file. > > Fixes: bf582c3461b > Reported-by: Thomas Huth > Signed-off-by: Eric Blake > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > ind

[Qemu-devel] [PATCH] build: Don't ignore qapi-visit-core.c

2019-09-12 Thread Eric Blake
This file is version-controlled, and not generated from a .json file. Fixes: bf582c3461b Reported-by: Thomas Huth Signed-off-by: Eric Blake --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e9bbc006d39e..7de868d1eab4 100644 --- a/.gitignore +++ b/.