summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/hypervisor/1046
blob: 98e35673499eb72a085ec1f726966bf8d53f6d11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: