Re: [Qemu-devel] [PATCH] vl.c: Report unknown machines correctly

2019-09-23 Thread Markus Armbruster
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

Re: [Qemu-devel] [PATCH] vl.c: Report unknown machines correctly

2019-09-17 Thread Philippe Mathieu-Daudé
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 > >

Re: [Qemu-devel] [PATCH] vl.c: Report unknown machines correctly

2019-09-17 Thread Paolo Bonzini
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

[Qemu-devel] [PATCH] vl.c: Report unknown machines correctly

2019-09-15 Thread Palmer Dabbelt
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