summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/graphic/2101
blob: 3e509344ab7a0aa98730d1490942e372db0beb30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
graphic: 0.957
device: 0.812
files: 0.752
performance: 0.712
semantic: 0.681
PID: 0.653
socket: 0.510
network: 0.496
debug: 0.400
vnc: 0.383
permissions: 0.330
KVM: 0.235
boot: 0.190
other: 0.085

[qemu-user/qemu-x86_64] run x86_64 'ls /' on aarch64 platform get wrong result
Description of problem:
```
    qemu-x86_64 -L /tmp/ls-x86_64/root-x86_64-ls  /tmp/ls-x86_64/root-x86_64-ls/bin/ls  -l  /
    ```
get wrong result
Steps to reproduce:
1. copy /usr/bin/ls and the so library files it depends on from x86_64 platform to aarch64 platform
2. qemu-x86_64 -L /path/to/x86_64/lib/root/dir  /path/to/ls  /  -l
Additional information:
Actual test script:
```
# host
curl -Ls https://github.com/tcler/kiss-vm-ns/raw/master/utils/archive-ld-program.sh | sudo bash /dev/stdin ls
scp  ls.x86_64.ash  root@jiyin-fedora-39_aarch64:
ssh root@jiyin-fedora-39_aarch64 ./ls.x86_64.ash -l /
```