summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1000
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1000')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/10005
1 files changed, 5 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1000 b/results/classifier/accel-gemma3:12b/kvm/1000
new file mode 100644
index 000000000..70c9044c6
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/1000
@@ -0,0 +1,5 @@
+
+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.