qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1794187] [NEW] improve error message, when using raspi


From: sedrubal
Subject: [Qemu-devel] [Bug 1794187] [NEW] improve error message, when using raspi3 and RAM>4G
Date: Mon, 24 Sep 2018 21:13:21 -0000

Public bug reported:

Running `qemu-system-aarch64 image-aarch64.iso --machine raspi3 -m 8G`
prints this error message:

```
Unexpected error in visit_type_uintN() at 
/builddir/build/BUILD/qemu-3.0.0/qapi/qapi-visit-core.c:164:
qemu-system-aarch64: Parameter 'vcram-base' expects uint32_t
```

The problem is, that you musn't use more than 4 GB RAM for machine
raspi3. As it took me some time to figure that out, I'd be glad, if you
can print better error message, like you do, when using more than 4 CPU
cores with machine raspi3:

```
Invalid SMP CPUs 8. The max CPUs supported by machine 'raspi3' is 4 
```

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1794187

Title:
  improve error message, when using raspi3 and RAM>4G

Status in QEMU:
  New

Bug description:
  Running `qemu-system-aarch64 image-aarch64.iso --machine raspi3 -m 8G`
  prints this error message:

  ```
  Unexpected error in visit_type_uintN() at 
/builddir/build/BUILD/qemu-3.0.0/qapi/qapi-visit-core.c:164:
  qemu-system-aarch64: Parameter 'vcram-base' expects uint32_t
  ```

  The problem is, that you musn't use more than 4 GB RAM for machine
  raspi3. As it took me some time to figure that out, I'd be glad, if
  you can print better error message, like you do, when using more than
  4 CPU cores with machine raspi3:

  ```
  Invalid SMP CPUs 8. The max CPUs supported by machine 'raspi3' is 4 
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1794187/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]