Message ID | 20230208140105.655814-1-thuth@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 AF424C05027 for <kvm@archiver.kernel.org>; Wed, 8 Feb 2023 14:03:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230499AbjBHODA (ORCPT <rfc822;kvm@archiver.kernel.org>); Wed, 8 Feb 2023 09:03:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230365AbjBHOC7 (ORCPT <rfc822;kvm@vger.kernel.org>); Wed, 8 Feb 2023 09:02:59 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB8DD2B0BA for <kvm@vger.kernel.org>; Wed, 8 Feb 2023 06:01:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1675864897; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=9VUihSXhHG3crO6gxfgrAAyIGkZYu2m/25/NZApjVEg=; b=U2e50ItvVNhiH3b8ScEOae7lwx0mqVYRcTScjMtpAhvyA4jmtvOYlOiOuCI/m9ecRem2xx 7M0qsE2I7k8IRzV/b3kWwQh6X9EQQ5UYMy5XoKPiiFhyn9wxs6hZWmhJ7MLEOeuVrY2S7+ Y4e6LTFAFSBc0c5nYU+IecvESxlAzZQ= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [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-386-6ereSqNlMcuDiFWXGxqYbA-1; Wed, 08 Feb 2023 09:01:32 -0500 X-MC-Unique: 6ereSqNlMcuDiFWXGxqYbA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A889B1C0897B; Wed, 8 Feb 2023 14:01:19 +0000 (UTC) Received: from thuth.com (unknown [10.39.193.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4C2B4140EBF4; Wed, 8 Feb 2023 14:01:07 +0000 (UTC) From: Thomas Huth <thuth@redhat.com> To: kvm@vger.kernel.org, Paolo Bonzini <pbonzini@redhat.com>, Sean Christopherson <seanjc@google.com> Cc: kvmarm@lists.linux.dev, linux-kernel@vger.kernel.org, kvm-riscv@lists.infradead.org, Marc Zyngier <maz@kernel.org>, James Morse <james.morse@arm.com>, Suzuki K Poulose <suzuki.poulose@arm.com>, Oliver Upton <oliver.upton@linux.dev>, Zenghui Yu <yuzenghui@huawei.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Janosch Frank <frankja@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Gavin Shan <gshan@redhat.com>, Steven Price <steven.price@arm.com>, Cornelia Huck <cohuck@redhat.com> Subject: [PATCH v2 0/6] KVM: Standardize on "int" return types instead of "long" Date: Wed, 8 Feb 2023 15:00:59 +0100 Message-Id: <20230208140105.655814-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
KVM: Standardize on "int" return types instead of "long"
|
expand
|
Queued, thanks. Paolo