[Qemu-discuss] Qemu ARM64 command line parameters

2017-02-05 Thread Hrishikesh Murukkathampoondi
Hello I am trying to use qemu-system-arm64 as an emulator to try out ARM assembly - things like writing code to set up the translation tables etc. For this I was looking for the memory map of the ARM virt machine. Peter Maydell, in an off-list thread, mentioned the following for the virt machin

Re: [Qemu-discuss] Qemu ARM64 command line parameters

2017-02-07 Thread Peter Maydell
On 5 February 2017 at 14:27, Hrishikesh Murukkathampoondi wrote: > * a flash device at 0x0 > * RAM starting at 0x4000 You can also get away with hardcoding the UART being at 0x0900 (since UEFI hardcodes that too). > He mentioned that all other values like -machine gic-version= etc > > I