Palmer Dabbelt writes:
> I was recently typing in a QEMU command line, and ended up with
> something like
>
> qemu-system-riscv64 -machine virt ... -M 8G
>
> which is, in retrospect, obviously incorrect: there is no "8G" machine.
> I should have typed something like
>
> qemu-system-riscv6
On 9/15/19 10:20 PM, Palmer Dabbelt wrote:
> I was recently typing in a QEMU command line, and ended up with
> something like
>
> qemu-system-riscv64 -machine virt ... -M 8G
>
> which is, in retrospect, obviously incorrect: there is no "8G" machine.
> I should have typed something like
>
>
CCing Mr command line...
Paolo
On 15/09/19 22:20, Palmer Dabbelt wrote:
> I was recently typing in a QEMU command line, and ended up with
> something like
>
> qemu-system-riscv64 -machine virt ... -M 8G
>
> which is, in retrospect, obviously incorrect: there is no "8G" machine.
> I should h
I was recently typing in a QEMU command line, and ended up with
something like
qemu-system-riscv64 -machine virt ... -M 8G
which is, in retrospect, obviously incorrect: there is no "8G" machine.
I should have typed something like
qemu-system-riscv64 -machine virt ... -m 8G
but since QEM