From: Juan Quintela <quintela@redhat.com>
To: Cornelia Huck <cohuck@redhat.com>
Cc: Thomas Huth <thuth@redhat.com>,
"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
qemu-devel@nongnu.org, qemu-s390x@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] tests/migration: Enable the migration test on s390x, too
Date: Fri, 24 Aug 2018 11:49:01 +0200 [thread overview]
Message-ID: <87a7pcqelu.fsf@trasno.org> (raw)
In-Reply-To: <20180823165410.5ff77164.cohuck@redhat.com> (Cornelia Huck's message of "Thu, 23 Aug 2018 16:54:10 +0200")
Cornelia Huck <cohuck@redhat.com> wrote:
> On Thu, 23 Aug 2018 14:25:20 +0200
> Thomas Huth <thuth@redhat.com> wrote:
>
>> We can re-use the s390-ccw bios code to implement a small firmware
>> for a s390x guest which prints out the "A" and "B" characters and
>> modifies the memory, as required for the migration test.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>> tests/Makefile.include | 1 +
>> tests/migration-test.c | 23 ++
>> tests/migration/s390x-a-b-rebuild.sh | 42 ++++
>> tests/migration/s390x-a-b.c | 35 +++
>> tests/migration/s390x-a-b.h | 427 +++++++++++++++++++++++++++++++++++
>> 5 files changed, 528 insertions(+)
>> create mode 100755 tests/migration/s390x-a-b-rebuild.sh
>> create mode 100644 tests/migration/s390x-a-b.c
>> create mode 100644 tests/migration/s390x-a-b.h
>
> Hm, I wanted to comment that those new files should be added to the
> MAINTAINERS file pattern (here as well :), but tests/migration does not
> seem to have an entry in MAINTAINERS yet...
>
>
>> diff --git a/tests/migration/s390x-a-b.h b/tests/migration/s390x-a-b.h
>> new file mode 100644
>> index 0000000..eb1bab4
>> --- /dev/null
>> +++ b/tests/migration/s390x-a-b.h
>> @@ -0,0 +1,427 @@
>> +/*
>> + * This file is automatically generated from tests/migration/s390x-a-b.c, edit
>> + * that and then run tests/migration/s390x-a-b-rebuild.sh to update, and then
>> + * remember to send both in your patch submission.
>> + */
>
> And here I assumed that this file would be lovingly hand-crafted :)
>
> Looks sane to me:
>
> Acked-by: Cornelia Huck <cohuck@redhat.com>
>
> Juan, from your previous mails I gather that you'll take this through
> your tree, right?
Yeap. Thanks.
next prev parent reply other threads:[~2018-08-24 9:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-23 12:25 [Qemu-devel] [PATCH] tests/migration: Enable the migration test on s390x, too Thomas Huth
2018-08-23 14:33 ` Juan Quintela
2018-08-23 14:46 ` Juan Quintela
2018-08-23 14:54 ` Cornelia Huck
2018-08-23 15:00 ` Thomas Huth
2018-08-23 15:09 ` Cornelia Huck
2018-08-24 9:49 ` Juan Quintela [this message]
2018-08-27 11:24 ` [Qemu-devel] [qemu-s390x] " David Hildenbrand
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=87a7pcqelu.fsf@trasno.org \
--to=quintela@redhat.com \
--cc=cohuck@redhat.com \
--cc=dgilbert@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=thuth@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.