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
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 ===
#!/
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(+)
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