Re: [Qemu-devel] [PATCH v7 1/2] Implement .hex file loader

2018-05-13 Thread Su Hang
> > This patch adds Intel Hexadecimal Object File format support to > > the loader. The file format specification is available here: > > http://www.piclist.com/techref/fileext/hex/intel.htm > > > > The file format is mainly intended for embedded systems > > and microcontrollers, such as Micro:bit

Re: [Qemu-devel] [PATCH v7 1/2] Implement .hex file loader

2018-05-13 Thread Julia Suvorova via Qemu-devel
> This patch adds Intel Hexadecimal Object File format support to > the loader. The file format specification is available here: > http://www.piclist.com/techref/fileext/hex/intel.htm > > The file format is mainly intended for embedded systems > and microcontrollers, such as Micro:bit Arduino, AR

Re: [Qemu-devel] [PATCH v7 1/2] Implement .hex file loader

2018-05-10 Thread Stefan Hajnoczi
On Thu, May 10, 2018 at 03:18:30PM +0800, Su Hang wrote: Great, this is getting close. A few more comments below... > if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64) && kernel_size < 0) { > kernel_size = load_aarch64_image(info->kernel_filename, >

[Qemu-devel] [PATCH v7 1/2] Implement .hex file loader

2018-05-10 Thread Su Hang
This patch adds Intel Hexadecimal Object File format support to the loader. The file format specification is available here: http://www.piclist.com/techref/fileext/hex/intel.htm The file format is mainly intended for embedded systems and microcontrollers, such as Micro:bit Arduino, ARM, STM32, et