From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Denis V. Lunev" Subject: Re: [Qemu-devel] [PATCH 3/7] linux-headers/kvm: add Hyper-V SynIC irq routing type and struct Date: Mon, 26 Oct 2015 13:12:43 +0300 Message-ID: <562DFC9B.4050204@openvz.org> References: <1445853060-24201-1-git-send-email-asmetanin@virtuozzo.com> <1445853060-24201-4-git-send-email-asmetanin@virtuozzo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Cc: kvm-devel , Gleb Natapov , QEMU Developers , "virtualization@lists.linux-foundation.org" , Roman Kagan , Paolo Bonzini , Vitaly Kuznetsov To: Peter Maydell , Andrey Smetanin Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org List-Id: kvm.vger.kernel.org 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