Re: [Qemu-devel] [PATCH v3 6/7] loader: Implement .hex file loader

2018-08-03 Thread Stefan Hajnoczi
On Thu, Aug 02, 2018 at 11:04:46PM +0100, Peter Maydell wrote: > On 2 August 2018 at 13:43, Stefan Hajnoczi wrote: > > On Mon, Jul 30, 2018 at 07:01:53PM +0100, Peter Maydell wrote: > >> I'm still not convinced we want to add another random > >> special case only-works-on-one-architecture-and-some

Re: [Qemu-devel] [PATCH v3 6/7] loader: Implement .hex file loader

2018-08-02 Thread Peter Maydell
On 2 August 2018 at 13:43, Stefan Hajnoczi wrote: > On Mon, Jul 30, 2018 at 07:01:53PM +0100, Peter Maydell wrote: >> I'm still not convinced we want to add another random >> special case only-works-on-one-architecture-and-some-boards >> feature to the -kernel command line option. >> >> Adding it

Re: [Qemu-devel] [PATCH v3 6/7] loader: Implement .hex file loader

2018-08-02 Thread Stefan Hajnoczi
On Mon, Jul 30, 2018 at 07:01:53PM +0100, Peter Maydell wrote: > On 25 July 2018 at 09:59, Stefan Hajnoczi wrote: > > From: 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/

Re: [Qemu-devel] [PATCH v3 6/7] loader: Implement .hex file loader

2018-08-01 Thread Stefan Hajnoczi
On Mon, Jul 30, 2018 at 07:01:53PM +0100, Peter Maydell wrote: > On 25 July 2018 at 09:59, Stefan Hajnoczi wrote: > > From: 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/

Re: [Qemu-devel] [PATCH v3 6/7] loader: Implement .hex file loader

2018-07-30 Thread Peter Maydell
On 25 July 2018 at 09:59, Stefan Hajnoczi wrote: > From: 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 > > This file format is often used with micro

[Qemu-devel] [PATCH v3 6/7] loader: Implement .hex file loader

2018-07-25 Thread Stefan Hajnoczi
From: 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 This file format is often used with microcontrollers such as the micro:bit, Arduino, STM32, etc. Users