From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkRCv-00023P-UP for qemu-devel@nongnu.org; Tue, 31 Jul 2018 05:44:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkRCs-0003dC-Tf for qemu-devel@nongnu.org; Tue, 31 Jul 2018 05:44:46 -0400 Date: Tue, 31 Jul 2018 11:44:38 +0200 From: Cornelia Huck Message-ID: <20180731114438.594dd18b.cohuck@redhat.com> In-Reply-To: <20180731090448.36662-3-borntraeger@de.ibm.com> References: <20180731090448.36662-1-borntraeger@de.ibm.com> <20180731090448.36662-3-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] s390x/kvm: add etoken facility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: qemu-devel , qemu-s390x , David Hildenbrand , Alexander Graf , Richard Henderson , Janosch Frank On Tue, 31 Jul 2018 11:04:48 +0200 Christian Borntraeger wrote: > Provide the etoken facility. We need to handle cpu model, migration and > clear reset. ^^^^^^^^^^^ Hm, anything special for that? I don't see it in the patch. > > Signed-off-by: Christian Borntraeger > Acked-by: Janosch Frank > --- > target/s390x/cpu.h | 3 +++ > target/s390x/cpu_features.c | 3 ++- > target/s390x/cpu_features_def.h | 3 ++- > target/s390x/gen-features.c | 3 ++- > target/s390x/kvm.c | 11 +++++++++++ > target/s390x/machine.c | 20 +++++++++++++++++++- > 6 files changed, 39 insertions(+), 4 deletions(-)