Re: [Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case

2018-04-04 Thread Su Hang
A bit embarrassing, this mistake was introduced by me. I submitted a corresponding patch to fix it, but no one has reviewed it. See link below: http://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg06506.html "Eric Blake" wrote: > On 04/03/2018 10:37 AM, no-re...@patchew.org wrote: > > Hi, >

Re: [Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case

2018-04-04 Thread Eric Blake
On 04/03/2018 10:37 AM, no-re...@patchew.org wrote: > Hi, > > This series seems to have some coding style problems. See output below for > more information: > > === OUTPUT BEGIN === > Checking PATCH 1/2: Implement .hex file loader... > ERROR: braces {} are necessary for all arms of this statemen

Re: [Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case

2018-04-03 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1522768634-5548-1-git-send-email-suhan...@mails.ucas.ac.cn Subject: [Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case === TEST SCRIPT BEGIN

Re: [Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case

2018-04-03 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1522769426-6056-1-git-send-email-suhan...@mails.ucas.ac.cn Subject: [Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case === TEST SCRIPT BEGIN

[Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case

2018-04-03 Thread Su Hang
These series of patchs implement Intel Hexadecimal File loader and add QTest testcase to verify the correctness of Loader. Su Hang (2): Implement .hex file loader Add QTest testcase for the Intel Hexadecimal Object File Loader. hw/arm/boot.c | 9 +- hw/core/loader.c | 280

[Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case

2018-04-03 Thread Su Hang
These series of patchs implement Intel Hexadecimal File loader and add QTest testcase to verify the correctness of Loader. Su Hang (2): Implement .hex file loader Add QTest testcase for the Intel Hexadecimal Object File Loader. hw/arm/boot.c | 9 +- hw/core/loader.c | 280