summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/graphic/1046
blob: cdcfd2c14f07f5b8399082a112a87d4742f6061e (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
graphic: 0.937
performance: 0.877
device: 0.868
KVM: 0.638
PID: 0.409
permissions: 0.406
debug: 0.395
semantic: 0.384
vnc: 0.331
network: 0.305
socket: 0.255
boot: 0.215
other: 0.202
files: 0.051

Using more than 2G of RAM on armv7l guest with RPI4
Description of problem:
I was able to run my armv7l guest on RPI4 8G using qemu 6.2, but on 7.0 it doesn't work:
`qemu-kvm: Addressing limited to 32 bits, but memory exceeds it by 3221225472 bytes`.

The only reference I found is this issue: https://gitlab.com/qemu-project/qemu/-/issues/903
Steps to reproduce:
1. `-M virt,highmem=off,gic-version=host,accel=kvm`
2. `-cpu host,aarch64=off`
3. `-m 6G`
Additional information: