Re: [PATCH] linux-user: main: Let each env have its own gdt table

2020-03-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200331081506.29037-1-cheng...@emindsoft.com.cn/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEG

[PATCH] linux-user: main: Let each env have its own gdt table

2020-03-31 Thread chengang
From: Chen Gang It is a temporary fix for thread LTS which need switch the ldt related index in gdt table for stable-4.1 branch. Welcome anyone providing the complete fix. Signed-off-by: Chen Gang --- linux-user/main.c | 5 + 1 file changed, 5 insertions(+) diff --git a/linux-user/main.c