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

2018-05-15 Thread Stefan Hajnoczi
On Tue, May 15, 2018 at 09:45:57AM +0800, Su Hang wrote: > 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 syst

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

2018-05-14 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

[Qemu-devel] [PATCH v8 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