qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] Implement Hex file loader and add test case
@ 2018-04-09  3:39 Su Hang
  2018-04-09  3:39 ` [Qemu-devel] [PATCH v4 1/2] Implement .hex file loader Su Hang
  2018-04-09  3:39 ` [Qemu-devel] [PATCH v4 2/2] Add QTest testcase for the Intel Hexadecimal Object File Loader Su Hang
  0 siblings, 2 replies; 8+ messages in thread
From: Su Hang @ 2018-04-09  3:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, eblake, jim, joel

These series of patchs implement Intel Hexadecimal File loader and
add QTest testcase to verify the correctness of Loader.

v1: Basic version.
v2: Replace `do{}while(cond);` block with `for(;;)` block.
v3: Add two new files information in MAINTAINERS.
v4: Correct the 'test.hex' path in hexloader-test.c.

Su Hang (2):
  Implement .hex file loader
  Add QTest testcase for the Intel Hexadecimal Object File Loader.

 MAINTAINERS                          |   6 +
 hw/arm/boot.c                        |   9 +-
 hw/core/loader.c                     | 280 +++++++++++++++++++++++++++++++++++
 include/hw/loader.h                  |  17 +++
 tests/Makefile.include               |   2 +
 tests/hex-loader-check-data/test.hex |  11 ++
 tests/hexloader-test.c               |  56 +++++++
 7 files changed, 380 insertions(+), 1 deletion(-)
 create mode 100644 tests/hex-loader-check-data/test.hex
 create mode 100644 tests/hexloader-test.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-04-17  5:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-09  3:39 [Qemu-devel] [PATCH v4 0/2] Implement Hex file loader and add test case Su Hang
2018-04-09  3:39 ` [Qemu-devel] [PATCH v4 1/2] Implement .hex file loader Su Hang
2018-04-14 14:08   ` Stefan Hajnoczi
2018-04-14 15:44     ` Su Hang
2018-04-15  1:25       ` Stefan Hajnoczi
2018-04-16 14:49         ` Su Hang
2018-04-17  5:38           ` Su Hang
2018-04-09  3:39 ` [Qemu-devel] [PATCH v4 2/2] Add QTest testcase for the Intel Hexadecimal Object File Loader Su Hang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).