From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH v4 5/7] x86/irq: Count Hyper-V reenlightenment interrupts Date: Wed, 24 Jan 2018 15:58:25 +0100 Message-ID: <20180124145824.GB648@flask> References: <20180124132337.30138-1-vkuznets@redhat.com> <20180124132337.30138-6-vkuznets@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, x86@kernel.org, Paolo Bonzini , Ingo Molnar , "H. Peter Anvin" , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , "Michael Kelley (EOSG)" , Andy Lutomirski , Mohammed Gamal , Cathy Avery , Roman Kagan , linux-kernel@vger.kernel.org, devel@linuxdriverproject.org To: Vitaly Kuznetsov , Thomas Gleixner Return-path: Content-Disposition: inline In-Reply-To: <20180124132337.30138-6-vkuznets@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 2018-01-24 14:23+0100, Vitaly Kuznetsov: > Hyper-V reenlightenment interrupts arrive when the VM is migrated, we're > not supposed to see many of them. However, it may be important to know > that the event has happened in case we have L2 nested guests. > > Signed-off-by: Vitaly Kuznetsov > Reviewed-by: Thomas Gleixner > --- Thomas, I think the expectation is that this series will go through the KVM tree. Would you prefer a topic branch? Thanks.