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

2018-04-16 Thread Su Hang
> -Original Messages- > From: "Su Hang" > Sent Time: 2018-04-16 22:49:48 (Monday) > To: "stefan hajnoczi" > Cc: "jim mussared" , qemu-devel > , "joel stanley" > Subject: Re: [Qemu-devel] [PATCH v4 1/2] Implement .hex file l

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

2018-04-16 Thread Su Hang
with my ignorance! With sincerest gratitude, Su Hang > -----Original Messages- > From: "Stefan Hajnoczi" > Sent Time: 2018-04-15 09:25:30 (Sunday) > To: "Su Hang" > Cc: "jim mussared" , qemu-devel > , "joel stanley" > Subject: Re

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

2018-04-14 Thread Stefan Hajnoczi
On Sat, Apr 14, 2018 at 11:44 PM, Su Hang wrote: > Thanks for your detailed reply! I will carefully treat > all the content that you mentioned, and apply them in v5. By the way, if you are wondering why the parser needs to validate everything, here is an example scenario: QEMU may be used to ho

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

2018-04-14 Thread Su Hang
; , qemu-devel > , "Joel Stanley" > Subject: Re: [Qemu-devel] [PATCH v4 1/2] Implement .hex file loader > > On Mon, Apr 9, 2018 at 11:39 AM, Su Hang wrote: > > This patch adds Intel Hexadecimal Object File format support to > > the loader. The file format

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

2018-04-14 Thread Stefan Hajnoczi
On Mon, Apr 9, 2018 at 11:39 AM, 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 systems > and

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

2018-04-08 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 Arduino, ARM, STM32, etc. Sugges