Re: [Qemu-devel] [PATCH] microbit: make -kernel optional

2019-01-03 Thread Stefan Hajnoczi
On Thu, Jan 3, 2019 at 1:07 PM Peter Maydell wrote: > On Fri, 14 Dec 2018 at 14:51, Stefan Hajnoczi wrote: > > ARMv7M machine types support -kernel for ELF and raw image files. > > Microbit programs are typically in Intel HEX (.hex) format. The generic > > loader supports .hex files but it doesn

Re: [Qemu-devel] [PATCH] microbit: make -kernel optional

2019-01-03 Thread Peter Maydell
On Fri, 14 Dec 2018 at 14:51, Stefan Hajnoczi wrote: > > ARMv7M machine types support -kernel for ELF and raw image files. > Microbit programs are typically in Intel HEX (.hex) format. The generic > loader supports .hex files but it doesn't work as expected: > > $ qemu-system-arm -M microbit -d

Re: [Qemu-devel] [PATCH] microbit: make -kernel optional

2019-01-02 Thread Stefan Hajnoczi
On Fri, Dec 14, 2018 at 02:51:52PM +, Stefan Hajnoczi wrote: > ARMv7M machine types support -kernel for ELF and raw image files. > Microbit programs are typically in Intel HEX (.hex) format. The generic > loader supports .hex files but it doesn't work as expected: > > $ qemu-system-arm -M m

[Qemu-devel] [PATCH] microbit: make -kernel optional

2018-12-14 Thread Stefan Hajnoczi
ARMv7M machine types support -kernel for ELF and raw image files. Microbit programs are typically in Intel HEX (.hex) format. The generic loader supports .hex files but it doesn't work as expected: $ qemu-system-arm -M microbit -device loader,file=microbit.hex Guest image must be specified (u