Re: [PATCH v1] configure: judge build dir permission

2022-04-06 Thread Peter Maydell
On Wed, 6 Apr 2022 at 16:37, Stefan Hajnoczi wrote: > > On Tue, Apr 05, 2022 at 09:48:20PM +0800, Guo Zhi wrote: > > If this patch is applied, issue: > > > > https://gitlab.com/qemu-project/qemu/-/issues/321 > > > > can be closed. > > > > Signed-off-by: Guo Zhi > > --- > > configure | 8 +++-

Re: [PATCH v1] configure: judge build dir permission

2022-04-06 Thread Stefan Hajnoczi
On Tue, Apr 05, 2022 at 09:48:20PM +0800, Guo Zhi wrote: > If this patch is applied, issue: > > https://gitlab.com/qemu-project/qemu/-/issues/321 > > can be closed. > > Signed-off-by: Guo Zhi > --- > configure | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/con

[PATCH v1] configure: judge build dir permission

2022-04-05 Thread Guo Zhi
If this patch is applied, issue: https://gitlab.com/qemu-project/qemu/-/issues/321 can be closed. Signed-off-by: Guo Zhi --- configure | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 7c08c18358..9cfa78efd2 100755 --- a/configure +++ b/conf