qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] Arm Cortex A-72 Emulator not able to configure


From: Peter Maydell
Subject: Re: [Qemu-arm] Arm Cortex A-72 Emulator not able to configure
Date: Sun, 23 Sep 2018 17:16:21 +0100

On Sun, 23 Sep 2018 at 17:02, karthi mohanraj
<address@hidden> wrote:
>
> Hi Peter,
>
> I have tried the blog post which you shared but i’m getting some error as 
> Virt type not supported.
>
> qemu-system-arm -M virt -m 1024 -cpu cortex-a53   -kernel installer-linux   
> -initrd installer-initrd.gz   -drive 
> if=none,file=hda.qcow2,format=qcow2,id=hd   -device virtio-blk-pci,drive=hd   
> -netdev user,id=mynet   -device virtio-net-pci,netdev=mynet   -nographic 
> -no-reboot
>
> (process:3246): GLib-WARNING **: gmem.c:483: custom memory allocation vtable 
> not supported
> qemu-system-arm: mach-virt: CPU cortex-a53 not supported

The blog post's command lines use qemu-system-aarch64. You're
using qemu-system-arm, which is for 32-bit guest CPUs.
Use the command lines it tells you to and you should have
better success...

thanks
-- PMM



reply via email to

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