Re: [Qemu-devel] [PATCH] target-i386: adds PV_SCHED_YIELD CPUID feature bit

2019-07-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1562745044-7838-1-git-send-email-wanpen...@tencent.com/ Hi, This series failed build test on s390x host. Please find the details below. === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a

Re: [Qemu-devel] [PATCH] target-i386: adds PV_SCHED_YIELD CPUID feature bit

2019-07-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1562745044-7838-1-git-send-email-wanpen...@tencent.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/

[Qemu-devel] [PATCH] target-i386: adds PV_SCHED_YIELD CPUID feature bit

2019-07-10 Thread Wanpeng Li
From: Wanpeng Li Adds PV_SCHED_YIELD CPUID feature bit. Cc: Eduardo Habkost Cc: Paolo Bonzini Cc: Radim Krčmář Signed-off-by: Wanpeng Li --- Note: kvm part is merged v1 -> v2: * use bit 13 instead of bit 12 since bit 12 has user now target/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+)

[Qemu-devel] [PATCH] target-i386: adds PV_SCHED_YIELD CPUID feature bit

2019-05-27 Thread Wanpeng Li
From: Wanpeng Li Adds PV_SCHED_YIELD CPUID feature bit. Signed-off-by: Wanpeng Li --- target/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 5f07d68..f4c4b6b 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -90