summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/1000
blob: d8cbefb34e41b21e63798dbe11142a570c950d44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
graphic: 0.959
mistranslation: 0.955
semantic: 0.783
other: 0.768
device: 0.694
network: 0.691
instruction: 0.690
assembly: 0.544
socket: 0.525
vnc: 0.448
boot: 0.328
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.