From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wen Congyang Subject: Re: [PATCH v8] kvm: notify host when the guest is panicked Date: Wed, 08 Aug 2012 17:28:54 +0800 Message-ID: <50223156.3030803@cn.fujitsu.com> References: <5021D235.4050800@cn.fujitsu.com> <20120808091235.GA2663@turtle.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm list , qemu-devel , "linux-kernel@vger.kernel.org" , Avi Kivity , "Daniel P. Berrange" , KAMEZAWA Hiroyuki , Jan Kiszka , Gleb Natapov To: Andrew Jones Return-path: In-Reply-To: <20120808091235.GA2663@turtle.usersys.redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org At 08/08/2012 05:12 PM, Andrew Jones Wrote: > On Wed, Aug 08, 2012 at 10:43:01AM +0800, Wen Congyang wrote: >> diff --git a/Documentation/virtual/kvm/pv_event.txt b/Documentation/virtual/kvm/pv_event.txt >> new file mode 100644 >> index 0000000..0ebc890 >> --- /dev/null >> +++ b/Documentation/virtual/kvm/pv_event.txt >> @@ -0,0 +1,32 @@ >> +The KVM paravirtual event interface >> +================================= >> + >> +Initializing the paravirtual event interface >> +====================== >> +kvm_pv_event_init() >> +Argiments: >> + None >> + >> +Return Value: >> + 0 : The guest kernel can't use paravirtual event interface. >> + -1: The guest kernel can use paravirtual event interface. >> + > > This documentation has the can and can't backwards. > Yes, I will fix it. Thanks Wen Congyang From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz2Ug-0006FS-HD for qemu-devel@nongnu.org; Wed, 08 Aug 2012 05:24:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sz2Ua-00058F-6k for qemu-devel@nongnu.org; Wed, 08 Aug 2012 05:23:58 -0400 Received: from [222.73.24.84] (port=31163 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz2UZ-00057y-PF for qemu-devel@nongnu.org; Wed, 08 Aug 2012 05:23:52 -0400 Message-ID: <50223156.3030803@cn.fujitsu.com> Date: Wed, 08 Aug 2012 17:28:54 +0800 From: Wen Congyang MIME-Version: 1.0 References: <5021D235.4050800@cn.fujitsu.com> <20120808091235.GA2663@turtle.usersys.redhat.com> In-Reply-To: <20120808091235.GA2663@turtle.usersys.redhat.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH v8] kvm: notify host when the guest is panicked List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones Cc: Gleb Natapov , kvm list , Jan Kiszka , qemu-devel , "linux-kernel@vger.kernel.org" , Avi Kivity , KAMEZAWA Hiroyuki At 08/08/2012 05:12 PM, Andrew Jones Wrote: > On Wed, Aug 08, 2012 at 10:43:01AM +0800, Wen Congyang wrote: >> diff --git a/Documentation/virtual/kvm/pv_event.txt b/Documentation/virtual/kvm/pv_event.txt >> new file mode 100644 >> index 0000000..0ebc890 >> --- /dev/null >> +++ b/Documentation/virtual/kvm/pv_event.txt >> @@ -0,0 +1,32 @@ >> +The KVM paravirtual event interface >> +================================= >> + >> +Initializing the paravirtual event interface >> +====================== >> +kvm_pv_event_init() >> +Argiments: >> + None >> + >> +Return Value: >> + 0 : The guest kernel can't use paravirtual event interface. >> + -1: The guest kernel can use paravirtual event interface. >> + > > This documentation has the can and can't backwards. > Yes, I will fix it. Thanks Wen Congyang