diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_arm/host_missing/accel_KVM/1046.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_KVM/1046.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_KVM/1046.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_KVM/1046.toml b/gitlab/issues/target_arm/host_missing/accel_KVM/1046.toml deleted file mode 100644 index 6bf7c34de..000000000 --- a/gitlab/issues/target_arm/host_missing/accel_KVM/1046.toml +++ /dev/null @@ -1,20 +0,0 @@ -id = 1046 -title = "Using more than 2G of RAM on armv7l guest with RPI4" -state = "closed" -created_at = "2022-05-29T18:24:31.225Z" -closed_at = "2022-08-01T17:21:36.625Z" -labels = ["Closed::Invalid", "accel: KVM", "target: arm"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1046" -host-os = "NixOS unstable" -host-arch = "aarch64" -qemu-version = "7.0.0" -guest-os = "NixOS unstable" -guest-arch = "armv7l" -description = """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""" -reproduce = """1. `-M virt,highmem=off,gic-version=host,accel=kvm` -2. `-cpu host,aarch64=off` -3. `-m 6G`""" -additional = """""" |