qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Su Hang <suhang16@mails.ucas.ac.cn>
To: stefanha@gmail.com, jim@groklearning.com, joel@jms.id.au
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/2] Implement Hex file loader and add test case
Date: Thu, 24 May 2018 19:28:58 +0800	[thread overview]
Message-ID: <1527161340-3200-1-git-send-email-suhang16@mails.ucas.ac.cn> (raw)


The following changes since commit 9cac60db4513f968b56e12720c1ea433be318cc3:

  Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20180521' into staging (2018-05-24 10:25:43 +0100)

are available in the git repository at:

  git://github.com/DarcySail/qemu.git foo.for-upstream

for you to fetch changes up to a9120811a5b9109d79f704e0a79fb851860e9f04:

  Add QTest testcase for the Intel Hexadecimal Object File Loader. (2018-05-24 18:54:02 +0800)

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

 MAINTAINERS                          |   6 +
 configure                            |   4 +
 hw/arm/boot.c                        |   7 +-
 hw/core/loader.c                     | 246 +++++++++++++++++++++++++++++++++++
 include/hw/loader.h                  |  12 ++
 tests/Makefile.include               |   2 +
 tests/hex-loader-check-data/test.hex |  12 ++
 tests/hexloader-test.c               |  56 ++++++++
 8 files changed, 344 insertions(+), 1 deletion(-)
 create mode 100644 tests/hex-loader-check-data/test.hex
 create mode 100644 tests/hexloader-test.c

             reply	other threads:[~2018-05-24 11:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-24 11:28 Su Hang [this message]
2018-05-24 11:28 ` [Qemu-devel] [PULL 1/2] Implement .hex file loader Su Hang
2018-05-24 14:40   ` Peter Maydell
2018-05-25  2:29     ` Su Hang
2018-05-24 11:29 ` [Qemu-devel] [PULL 2/2] Add QTest testcase for the Intel Hexadecimal Su Hang
2018-05-24 15:16   ` Eric Blake
2018-05-25  2:26     ` 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=1527161340-3200-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).