From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Subject: Re: [PATCH kvm-unit-tests v2 04/11] s390x: add missing sclp definitions from QEMU Date: Mon, 15 Jan 2018 11:46:41 +0100 Message-ID: References: <20180112143417.16743-1-david@redhat.com> <20180112143417.16743-5-david@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Paolo Bonzini , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Christian Borntraeger , Cornelia Huck To: David Hildenbrand , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47018 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754531AbeAOKqt (ORCPT ); Mon, 15 Jan 2018 05:46:49 -0500 In-Reply-To: <20180112143417.16743-5-david@redhat.com> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: On 12.01.2018 15:34, David Hildenbrand wrote: > Copy all missing definitions from QEMU (include/hw/s390x/sclp.h). > We cannot simply replace the file, as some ASCII definitions are missing > in the QEMU file (defined somewhere else in QEMU). > > Convert QEMU_PACKED accordingly and copy the copyright statement. > > Signed-off-by: David Hildenbrand > --- > lib/s390x/sclp.h | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 106 insertions(+), 1 deletion(-) Reviewed-by: Thomas Huth