Re: [Xen-devel] [PATCH v4 2/2] x86emul/test: avoid race in link farm rune

2017-02-20 Thread Jan Beulich
>>> On 20.02.17 at 15:37, wrote: > Several `ln -sf` can race with each other. Provide dedicated targets > for soft-linking directories. > > Signed-off-by: Wei Liu Reviewed-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.org https:/

[Xen-devel] [PATCH v4 2/2] x86emul/test: avoid race in link farm rune

2017-02-20 Thread Wei Liu
Several `ln -sf` can race with each other. Provide dedicated targets for soft-linking directories. Signed-off-by: Wei Liu --- tools/tests/x86_emulator/Makefile | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tools/tests/x86_emulator/Makefile b/tools/tests/x86_e