Re: [Qemu-devel] qemu-system-arm command line question

2015-10-02 Thread Gabriel L. Somlo
On Fri, Oct 02, 2015 at 07:37:37PM +0100, Richard W.M. Jones wrote: > On Fri, Oct 02, 2015 at 02:15:20PM -0400, Gabriel L. Somlo wrote: > > Trying to adapt the command line used with 32-bit arm, I ran: > > > > bin/qemu-system-aarch64 -M virt,accel=tcg -m 2048 -cpu cortex-a57 \ > > -kernel ./vmli

Re: [Qemu-devel] qemu-system-arm command line question

2015-10-02 Thread Richard W.M. Jones
On Fri, Oct 02, 2015 at 02:15:20PM -0400, Gabriel L. Somlo wrote: > Trying to adapt the command line used with 32-bit arm, I ran: > > bin/qemu-system-aarch64 -M virt,accel=tcg -m 2048 -cpu cortex-a57 \ > -kernel ./vmlinuz-4.0.4-301.fc22.aarch64 \ > -initrd ./initramfs-4.0.4-301.fc22.aarch64.im

[Qemu-devel] qemu-system-arm command line question

2015-10-02 Thread Gabriel L. Somlo
Hi Rich, On Tue, Jul 14, 2015 at 07:48:30PM +0100, Richard W.M. Jones wrote: > On Tue, Jul 14, 2015 at 02:23:14PM -0400, Gabriel L. Somlo wrote: > > On Tue, Jul 14, 2015 at 10:43:46AM +0100, Richard W.M. Jones wrote: > > > On Mon, Jul 13, 2015 at 04:09:37PM -0400, Gabriel L. Somlo wrote: > > > > 3