summary refs log tree commit diff stats
path: root/results/classifier/108/graphic/1000
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/graphic/1000')
-rw-r--r--results/classifier/108/graphic/100019
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/108/graphic/1000 b/results/classifier/108/graphic/1000
new file mode 100644
index 00000000..2002537b
--- /dev/null
+++ b/results/classifier/108/graphic/1000
@@ -0,0 +1,19 @@
+graphic: 0.959
+semantic: 0.783
+other: 0.768
+performance: 0.697
+device: 0.694
+network: 0.691
+socket: 0.525
+vnc: 0.448
+debug: 0.443
+permissions: 0.361
+PID: 0.337
+boot: 0.328
+files: 0.229
+KVM: 0.153
+
+Can qemu support different core on one machine?
+Description of problem:
+I want to build a machine, including three core which is different types, arm Cortex-M3 core, cortex-m33 core, contex-a53 core, communicate through mailbox. I checked the current implementation of QEMU and saw that a machine uses a core, such as mps2.c virt.c . I want to know whether the QEMU strategy supports different types of cores on one machine and can communicate with each other.
+Thanks.