[Qemu-devel] [PATCH 2/6] QMP: fix qmp-commands.txt generation path

2013-09-13 Thread Luiz Capitulino
This file should be generated in the BUILD_DIR, as all other docs. Signed-off-by: Luiz Capitulino Reviewed-by: Eric Blake --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 362fe3e..aca548d 100644 --- a/Makefile +++ b/Makefile @@ -65

Re: [Qemu-devel] [PATCH 2/6] QMP: fix qmp-commands.txt generation path

2013-09-11 Thread Eric Blake
On 09/11/2013 02:52 PM, Luiz Capitulino wrote: > This file should be generated in the BUILD_DIR, as all other docs. > > Signed-off-by: Luiz Capitulino > --- > Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com

[Qemu-devel] [PATCH 2/6] QMP: fix qmp-commands.txt generation path

2013-09-11 Thread Luiz Capitulino
This file should be generated in the BUILD_DIR, as all other docs. Signed-off-by: Luiz Capitulino --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 806946e..4a147b0 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ LIBS+=-lz $(L