Re: [Qemu-devel] [PATCH v6 5/6] loader: Implement .hex file loader

2018-08-15 Thread Alistair Francis
On Tue, Aug 14, 2018 at 9:27 AM, Stefan Hajnoczi wrote: > From: Su Hang > > This patch adds Intel Hexadecimal Object File format support to the > generic loader device. The file format specification is available here: > http://www.piclist.com/techref/fileext/hex/intel.htm > > This file format is

[Qemu-devel] [PATCH v6 5/6] loader: Implement .hex file loader

2018-08-14 Thread Stefan Hajnoczi
From: Su Hang This patch adds Intel Hexadecimal Object File format support to the generic loader device. The file format specification is available here: http://www.piclist.com/techref/fileext/hex/intel.htm This file format is often used with microcontrollers such as the micro:bit, Arduino, STM