Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp636669imm; Sat, 26 May 2018 07:31:43 -0700 (PDT) X-Google-Smtp-Source: AB8JxZojjBiUm/fvFOpuFauX6xaZHft0KgGZ/ww4Ta/4mlW9b+Cn478I/o/+VKCKv8Ew/sfU1TN6 X-Received: by 2002:a17:902:1029:: with SMTP id b38-v6mr6687692pla.277.1527345103559; Sat, 26 May 2018 07:31:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527345103; cv=none; d=google.com; s=arc-20160816; b=IKMrBUZIw75iakVYh/twm56ordC26XQC2KqDAmLjyC2Nn3WRMYVQHuWSR5F40UpEUb uD2bb12xDG7G74+RptYKQYjbHJoL6vM7AkRSxNMtQefolJVcaKxWw+0P6BqlMh8WE6A2 +lpUG719sPa7wfKPBJ1dwDPayYTyBdiMoX9cbAX5+YfVEkb7tGeChwEy2Vca1WzCIG6P gkzufor1xKy5npWzxLcWGMDKRMCNuidU2PsHZ1g57J8KihGagPfl2tdQN8wjqEitiP7p /DKQ0UJwFo8oeqWcHdhUkj8qa/HV7Uutyxhqz61pBFtTRxQfrFEFQ3BPezdJv4UHHtPz i7nw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=ThdJKK+lZHs6o59nX6n5hZKvc7lbLj4xT/6833J7Owc=; b=NmG+y+kU0WBbfNi7x4WyBfqmqJBL86egZBOKZPA2sC/ghOl5y/YarZtk9HlAEInSY0 5F0iaBM3jcgMEtEqKmyD5/g+lbf133sISFlCqy3USqXbRiMoZqM9ks9GXrqTLrNl66CR 8lNWdVeCqmWlwRP5Ybg58JUkqHK6hH/WAMvVrj2UI5osHZC1H2GiFgm+Vyy9T9WpQVwK XuA74FFBkAW+xr46xKxqVaB8jZlCUzvEPglpuyUaM6b/SAairxYZLqGww5dk5Ljfkar1 bj5bEWybeT2wRKQwiRWVCE7GZjYJOJO+WvBN1MfAC4jtRLSMZ/v3t2diedk7cPTZvouW 6B3w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v6-v6si27043616plp.60.2018.05.26.07.31.28; Sat, 26 May 2018 07:31:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031794AbeEZObR (ORCPT + 99 others); Sat, 26 May 2018 10:31:17 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:38412 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754951AbeEZObQ (ORCPT ); Sat, 26 May 2018 10:31:16 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 785DB40203F4; Sat, 26 May 2018 14:31:15 +0000 (UTC) Received: from flask (unknown [10.43.2.80]) by smtp.corp.redhat.com (Postfix) with SMTP id 92D9D63F41; Sat, 26 May 2018 14:31:12 +0000 (UTC) Received: by flask (sSMTP sendmail emulation); Sat, 26 May 2018 16:31:12 +0200 Date: Sat, 26 May 2018 16:31:11 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Vitaly Kuznetsov Cc: kvm@vger.kernel.org, x86@kernel.org, Paolo Bonzini , Roman Kagan , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , "Michael Kelley (EOSG)" , Mohammed Gamal , Cathy Avery , linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/8] KVM: x86: hyperv: PV TLB flush for Windows guests Message-ID: <20180526143111.GE23390@flask> References: <20180516152131.30689-1-vkuznets@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180516152131.30689-1-vkuznets@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Sat, 26 May 2018 14:31:15 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Sat, 26 May 2018 14:31:15 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'rkrcmar@redhat.com' RCPT:'' Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2018-05-16 17:21+0200, Vitaly Kuznetsov: > Changes since v3 [Radim Krcmar]: > - PATCH2 fixing 'HV_GENERIC_SET_SPARCE_4K' typo added. > - PATCH5 introducing kvm_make_vcpus_request_mask() API added. > - Fix undefined behavior for hv->vp_index >= 64. > - Merge kvm_hv_flush_tlb() and kvm_hv_flush_tlb_ex() > - For -ex case preload all banks with a single kvm_read_guest(). I've pulled tip/hyperv into kvm/queue and applied on top, thanks.