From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsqbc-0006oE-81 for qemu-devel@nongnu.org; Thu, 23 Aug 2018 10:29:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsqbY-0002Ul-PG for qemu-devel@nongnu.org; Thu, 23 Aug 2018 10:29:00 -0400 From: Juan Quintela In-Reply-To: <1535027120-26187-1-git-send-email-thuth@redhat.com> (Thomas Huth's message of "Thu, 23 Aug 2018 14:25:20 +0200") References: <1535027120-26187-1-git-send-email-thuth@redhat.com> Reply-To: quintela@redhat.com Date: Thu, 23 Aug 2018 16:33:26 +0200 Message-ID: <87ftz5xidl.fsf@trasno.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] tests/migration: Enable the migration test on s390x, too List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: "Dr. David Alan Gilbert" , qemu-devel@nongnu.org, Cornelia Huck , qemu-s390x@nongnu.org Thomas Huth 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 I have no clue about s390, but for the migration bits: Reviewed-by: Juan Quintela As you are not touching s390 files, I can integrate it on next migration pull request. With Cornelia change, of course. Thanks a lot.