Message ID | 20230718111404.23479-1-cohuck@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <kvm-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6054EEB64DA for <kvm@archiver.kernel.org>; Tue, 18 Jul 2023 11:15:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229926AbjGRLPK (ORCPT <rfc822;kvm@archiver.kernel.org>); Tue, 18 Jul 2023 07:15:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbjGRLPI (ORCPT <rfc822;kvm@vger.kernel.org>); Tue, 18 Jul 2023 07:15:08 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3ECF910DF for <kvm@vger.kernel.org>; Tue, 18 Jul 2023 04:14:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689678860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=NE5TSk+9F1w0/aZJpgmkiBjq7oSucjlnsOr09RhYOt0=; b=D3BOkQPJFGPvg8ZBtXDhGL5ir2ksWn/7nTVJ4Lc2jPfB9kFZLvVWUAzdKpzGvOyUaRPp+o 5nN9r8TY4C/XGOk5eeBzbs+F3b544D45UJ/yq1kePLvkJx+DWKuraDIfaakYgYH0XUUnSg qDsuNNX22abidIpyauVCrn4y2py9LgQ= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-173-9v6ZNktVNeuV6XxC2lvxcg-1; Tue, 18 Jul 2023 07:14:18 -0400 X-MC-Unique: 9v6ZNktVNeuV6XxC2lvxcg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2121C3806108; Tue, 18 Jul 2023 11:14:17 +0000 (UTC) Received: from gondolin.redhat.com (unknown [10.39.193.57]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1DE8740C6F4C; Tue, 18 Jul 2023 11:14:15 +0000 (UTC) From: Cornelia Huck <cohuck@redhat.com> To: Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com> Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org, kvm@vger.kernel.org, Cornelia Huck <cohuck@redhat.com> Subject: [PATCH for-8.2 0/2] arm/kvm: use kvm_{get,set}_one_reg Date: Tue, 18 Jul 2023 13:14:02 +0200 Message-ID: <20230718111404.23479-1-cohuck@redhat.com> MIME-Version: 1.0 Content-type: text/plain Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
arm/kvm: use kvm_{get,set}_one_reg
|
expand
|