From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 1/2] KVM: selftests: Implement ucall() for s390x References: <20190730100112.18205-1-thuth@redhat.com> <20190730100112.18205-2-thuth@redhat.com> <20190730104807.7uzuvd52foybakgu@kamzik.brq.redhat.com> <20190731102849.x26rdan7cddmpvhe@kamzik.brq.redhat.com> <0c38beb7-7383-a7ac-13d4-9d4bde4a21bb@redhat.com> From: Paolo Bonzini Message-ID: Date: Wed, 31 Jul 2019 14:57:38 +0200 MIME-Version: 1.0 In-Reply-To: <0c38beb7-7383-a7ac-13d4-9d4bde4a21bb@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kselftest-owner@vger.kernel.org List-ID: To: Thomas Huth , Andrew Jones Cc: kvm@vger.kernel.org, Christian Borntraeger , Janosch Frank , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, David Hildenbrand , Cornelia Huck , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Shuah Khan , Peter Xu On 31/07/19 13:16, Thomas Huth wrote: > Or maybe even better: Let's move this file into lib/x86_64/ and > lib/aarch64/ instead, since there is more different code between the > architectures here than common code. All good solutions, just choose one. :)) Paolo