From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqem3-0007oj-KY for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:13:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zqelz-0000Bz-DY for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:13:07 -0400 Received: from relay.parallels.com ([195.214.232.42]:53826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqelz-0000BT-5U for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:13:03 -0400 References: <1445853060-24201-1-git-send-email-asmetanin@virtuozzo.com> <1445853060-24201-4-git-send-email-asmetanin@virtuozzo.com> From: "Denis V. Lunev" Message-ID: <562DFC9B.4050204@openvz.org> Date: Mon, 26 Oct 2015 13:12:43 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/7] linux-headers/kvm: add Hyper-V SynIC irq routing type and struct List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Andrey Smetanin Cc: kvm-devel , Gleb Natapov , QEMU Developers , "virtualization@lists.linux-foundation.org" , Roman Kagan , Paolo Bonzini , Vitaly Kuznetsov , "K. Y. Srinivasan" On 10/26/2015 01:03 PM, Peter Maydell wrote: > On 26 October 2015 at 09:50, Andrey Smetanin wrote: >> Signed-off-by: Andrey Smetanin >> Reviewed-by: Roman Kagan >> Signed-off-by: Denis V. Lunev >> CC: Vitaly Kuznetsov >> CC: "K. Y. Srinivasan" >> CC: Gleb Natapov >> CC: Paolo Bonzini >> CC: Roman Kagan >> CC: Denis V. Lunev >> CC: kvm@vger.kernel.org >> CC: virtualization@lists.linux-foundation.org >> >> --- >> linux-headers/linux/kvm.h | 8 ++++++++ >> 1 file changed, 8 insertions(+) > Hi. Changes to linux-headers/ should only be made as part of > an automated update from a mainline Linux kernel tree using > the scripts/update-linux-headers.sh script. This patch looks > like maybe it was a manual edit ? > > thanks > -- PMM yep. We know and have discussed this with Paolo already. Kernel stuff is in progress at the moment. The patch is presented to interested people to allow to compile and run. Actual merge will be performed with proper sync when kernel will be in rc3 or 4 stage and the patch will be dropped. The same applies for patch 5. Den