From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Habkost Subject: Re: [Qemu-devel] [PATCH v2] target-i386/kvm: Hyper-V VMBus hypercalls blank handlers Date: Sat, 23 Jan 2016 13:20:13 -0200 Message-ID: <20160123152013.GF4218@thinpad.lan.raisama.net> References: <1453385060-14945-1-git-send-email-asmetanin@virtuozzo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Marcelo Tosatti , Roman Kagan , "Denis V. Lunev" , Paolo Bonzini , Andreas =?iso-8859-1?Q?F=E4rber?= , Richard Henderson To: Andrey Smetanin Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49419 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753261AbcAWPUR (ORCPT ); Sat, 23 Jan 2016 10:20:17 -0500 Content-Disposition: inline In-Reply-To: <1453385060-14945-1-git-send-email-asmetanin@virtuozzo.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jan 21, 2016 at 05:04:20PM +0300, Andrey Smetanin wrote: > Add Hyper-V VMBus hypercalls blank handlers which > just returns error code - HV_STATUS_INVALID_HYPERCALL_CODE. > > Changes v2: > * use KVM_EXIT_HYPERV exit type > Paolo, this needs a linux-headers update. Should I let you update the headers in your tree and apply this patch, or can I run update-linux-headers.sh on my x86 branch? -- Eduardo From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMzzB-0002YF-5a for qemu-devel@nongnu.org; Sat, 23 Jan 2016 10:20:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMzz7-0001jL-W2 for qemu-devel@nongnu.org; Sat, 23 Jan 2016 10:20:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMzz7-0001iz-Qh for qemu-devel@nongnu.org; Sat, 23 Jan 2016 10:20:17 -0500 Date: Sat, 23 Jan 2016 13:20:13 -0200 From: Eduardo Habkost Message-ID: <20160123152013.GF4218@thinpad.lan.raisama.net> References: <1453385060-14945-1-git-send-email-asmetanin@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453385060-14945-1-git-send-email-asmetanin@virtuozzo.com> Subject: Re: [Qemu-devel] [PATCH v2] target-i386/kvm: Hyper-V VMBus hypercalls blank handlers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Smetanin Cc: kvm@vger.kernel.org, Marcelo Tosatti , qemu-devel@nongnu.org, Roman Kagan , Paolo Bonzini , "Denis V. Lunev" , Andreas =?iso-8859-1?Q?F=E4rber?= , Richard Henderson On Thu, Jan 21, 2016 at 05:04:20PM +0300, Andrey Smetanin wrote: > Add Hyper-V VMBus hypercalls blank handlers which > just returns error code - HV_STATUS_INVALID_HYPERCALL_CODE. > > Changes v2: > * use KVM_EXIT_HYPERV exit type > Paolo, this needs a linux-headers update. Should I let you update the headers in your tree and apply this patch, or can I run update-linux-headers.sh on my x86 branch? -- Eduardo