From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S72Xg-0004iK-L4 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 06:31:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S72Xb-0001p2-EF for qemu-devel@nongnu.org; Mon, 12 Mar 2012 06:31:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S72Xb-0001ou-7C for qemu-devel@nongnu.org; Mon, 12 Mar 2012 06:31:47 -0400 Message-ID: <4F5DD084.3050200@redhat.com> Date: Mon, 12 Mar 2012 12:31:32 +0200 From: Avi Kivity MIME-Version: 1.0 References: <4F58664D.1070800@cn.fujitsu.com> <4F58943E.1050402@redhat.com> <4F595B31.9090301@cn.fujitsu.com> In-Reply-To: <4F595B31.9090301@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2 v3] kvm: notify host when guest panicked List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wen Congyang Cc: Gleb Natapov , kvm list , Jan Kiszka , qemu-devel , "linux-kernel@vger.kernel.org" , KAMEZAWA Hiroyuki On 03/09/2012 03:21 AM, Wen Congyang wrote: > >> > >> Changes from v2 to v3: > >> 1. correct spelling > >> > >> Changes from v1 to v2: > >> 1. split up host and guest-side changes > >> 2. introduce new request flag to avoid changing return values. > > > > I see no Documentation/ changes. > > What shoude be writen into Documentation/? I read the documents under > Documentation/virtual/kvm, not all KVM_EXIT_* are writen in api.txt. > In this patch set, I introduce a new exit_reason: KVM_EXIT_GUEST_PANICKED, > but I donot know where I should write. Describe the exit (why it happens). Also document the new hypercall. If there is no good place for it, start a new file. -- error compiling committee.c: too many arguments to function