Re: [Qemu-devel] [PATCH] configure: no need to mkdir QMP

2014-08-19 Thread Michael Tokarev
Applied to -trivial, thank you! /mjt

[Qemu-devel] [PATCH] configure: no need to mkdir QMP

2014-08-18 Thread Liming Wang
commit 7537fe04 QMP: QMP/ -> docs/qmp/ Above commit has moved last QMP files to docs/qmp and it's not necessary to create QMP directory. So remove it from configure. Signed-off-by: Liming Wang --- configure | 4 1 file changed, 4 deletions(-) diff --git a/configure b/configure index 283c7