From: Su Hang <suhang16@mails.ucas.ac.cn>
To: stefanha@gmail.com, jim@groklearning.com, joel@jms.id.au,
qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case
Date: Tue, 3 Apr 2018 23:17:11 +0800 [thread overview]
Message-ID: <1522768634-5548-1-git-send-email-suhang16@mails.ucas.ac.cn> (raw)
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 +++++++++++++++++++++++++++++++++++++++++++++++++
include/hw/loader.h | 17 +++
tests/Makefile.include | 2 +
tests/hexloader-test.c | 56 ++++++++++
tests/test.hex | 11 ++
6 files changed, 374 insertions(+), 1 deletion(-)
create mode 100644 tests/hexloader-test.c
create mode 100644 tests/test.hex
--
2.7.4
next reply other threads:[~2018-04-03 15:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-03 15:17 Su Hang [this message]
2018-04-03 15:17 ` [Qemu-devel] [PATCH 1/2] Implement .hex file loader Su Hang
2018-04-03 15:17 ` [Qemu-devel] [PATCH v2] scripts/checkpatch.pl: Bug fix Su Hang
2018-04-03 15:29 ` Su Hang
2018-04-03 15:17 ` [Qemu-devel] [PATCH 2/2] Add QTest testcase for the Hex File Loader Su Hang
2018-04-03 15:25 ` [Qemu-devel] [PATCH 0/2 RFC] Implement Hex file loader and add test case no-reply
-- strict thread matches above, loose matches on Subject: below --
2018-04-03 15:30 Su Hang
2018-04-03 15:37 ` no-reply
2018-04-04 15:45 ` Eric Blake
2018-04-04 16:00 ` Su Hang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1522768634-5548-1-git-send-email-suhang16@mails.ucas.ac.cn \
--to=suhang16@mails.ucas.ac.cn \
--cc=jim@groklearning.com \
--cc=joel@jms.id.au \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).