From: David Hildenbrand <david@redhat.com>
To: Pavel Zbitskiy <pavel.zbitskiy@gmail.com>, qemu-devel@nongnu.org
Cc: qemu-s390x@nongnu.org, cohuck@redhat.com, richard.henderson@linaro.org
Subject: Re: [Qemu-devel] [PATCH 1/7] tests/tcg: add a simple s390x test
Date: Tue, 21 Aug 2018 09:18:40 +0200 [thread overview]
Message-ID: <0f9cf43f-c8fb-9f15-8273-3a55956d3bab@redhat.com> (raw)
In-Reply-To: <20180821025104.19604-2-pavel.zbitskiy@gmail.com>
On 21.08.2018 04:50, Pavel Zbitskiy wrote:
> Copied from alpha.
>
> Signed-off-by: Pavel Zbitskiy <pavel.zbitskiy@gmail.com>
> ---
> MAINTAINERS | 1 +
> tests/tcg/s390x/Makefile.target | 3 +++
> tests/tcg/s390x/hello-s390x.c | 7 +++++++
> 3 files changed, 11 insertions(+)
> create mode 100644 tests/tcg/s390x/Makefile.target
> create mode 100644 tests/tcg/s390x/hello-s390x.c
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6902a568f4..27af17caa7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -253,6 +253,7 @@ S: Maintained
> F: target/s390x/
> F: hw/s390x/
> F: disas/s390.c
> +F: tests/tcg/s390x/
> L: qemu-s390x@nongnu.org
>
> SH4
> diff --git a/tests/tcg/s390x/Makefile.target b/tests/tcg/s390x/Makefile.target
> new file mode 100644
> index 0000000000..9f4076901f
> --- /dev/null
> +++ b/tests/tcg/s390x/Makefile.target
> @@ -0,0 +1,3 @@
> +VPATH+=$(SRC_PATH)/tests/tcg/s390x
> +CFLAGS+=-march=zEC12 -m64
> +TESTS+=hello-s390x
> diff --git a/tests/tcg/s390x/hello-s390x.c b/tests/tcg/s390x/hello-s390x.c
> new file mode 100644
> index 0000000000..3dc0a05f2b
> --- /dev/null
> +++ b/tests/tcg/s390x/hello-s390x.c
> @@ -0,0 +1,7 @@
> +#include <unistd.h>
> +
> +int main(void)
> +{
> + write(1, "hello\n", 6);
> + return 0;
> +}
>
Reviewed-by: David Hildenbrand <david@redhat.com>
--
Thanks,
David / dhildenb
next prev parent reply other threads:[~2018-08-21 7:18 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-21 2:50 [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support Pavel Zbitskiy
2018-08-21 2:50 ` [Qemu-devel] [PATCH 1/7] tests/tcg: add a simple s390x test Pavel Zbitskiy
2018-08-21 7:18 ` David Hildenbrand [this message]
2018-08-21 2:50 ` [Qemu-devel] [PATCH 2/7] target/s390x: add BAL and BALR instructions Pavel Zbitskiy
2018-08-21 7:31 ` David Hildenbrand
2018-08-21 11:50 ` Cornelia Huck
2018-08-21 2:51 ` [Qemu-devel] [PATCH 3/7] target/s390x: fix CSST decoding and runtime alignment check Pavel Zbitskiy
2018-08-21 7:32 ` David Hildenbrand
2018-08-21 2:51 ` [Qemu-devel] [PATCH 4/7] target/s390x: fix IPM polluting irrelevant bits Pavel Zbitskiy
2018-08-21 7:33 ` David Hildenbrand
2018-08-21 2:51 ` [Qemu-devel] [PATCH 5/7] target/s390x: add EX support for TRT and TRTR Pavel Zbitskiy
2018-08-21 7:33 ` David Hildenbrand
2018-08-21 2:51 ` [Qemu-devel] [PATCH 6/7] target/s390x: fix PACK reading 1 byte less and writing 1 byte more Pavel Zbitskiy
2018-08-21 7:35 ` David Hildenbrand
2018-08-21 2:51 ` [Qemu-devel] [PATCH 7/7] target/s390x: implement CVB, CVBY and CVBG Pavel Zbitskiy
2018-08-21 7:46 ` David Hildenbrand
2018-08-21 7:56 ` [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support David Hildenbrand
2018-08-21 8:44 ` Cornelia Huck
2018-08-21 12:24 ` Cornelia Huck
-- strict thread matches above, loose matches on Subject: below --
2018-08-10 3:01 Pavel Zbitskiy
2018-08-10 3:01 ` [Qemu-devel] [PATCH 1/7] tests/tcg: add a simple s390x test Pavel Zbitskiy
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=0f9cf43f-c8fb-9f15-8273-3a55956d3bab@redhat.com \
--to=david@redhat.com \
--cc=cohuck@redhat.com \
--cc=pavel.zbitskiy@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.org \
/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).