From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG4Zi-0001Dm-NO for qemu-devel@nongnu.org; Thu, 14 Mar 2013 05:35:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UG4Zh-0006P2-8F for qemu-devel@nongnu.org; Thu, 14 Mar 2013 05:35:50 -0400 Received: from [222.73.24.84] (port=35648 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG4Zg-0006Nm-Rh for qemu-devel@nongnu.org; Thu, 14 Mar 2013 05:35:49 -0400 Date: Thu, 14 Mar 2013 17:35:53 +0800 From: Hu Tao Message-ID: <20130314093553.GE20796@localhost.localdomain> References: <51418E2A.1090606@redhat.com> MIME-Version: 1.0 In-Reply-To: <51418E2A.1090606@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH v14 4/4] pvevent: add document to describe the usage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , Gleb Natapov , "Michael S. Tsirkin" , Jan Kiszka , qemu-devel , Markus Armbruster , Blue Swirl , Orit Wasserman , Juan Quintela , Alexander Graf , Christian Borntraeger , Andrew Jones , Alex Williamson , Sasha Levin , Stefan Hajnoczi , Luiz Capitulino , KAMEZAWA Hiroyuki , Kevin Wolf , Anthony Liguori , Marcelo Tosatti On Thu, Mar 14, 2013 at 09:45:30AM +0100, Paolo Bonzini wrote: > Il 14/03/2013 09:15, Hu Tao ha scritto: > > Signed-off-by: Hu Tao > > --- > > docs/pvevent.txt | 16 ++++++++++++++++ > > 1 file changed, 16 insertions(+) > > create mode 100644 docs/pvevent.txt > > > > diff --git a/docs/pvevent.txt b/docs/pvevent.txt > > new file mode 100644 > > index 0000000..749b87c > > --- /dev/null > > +++ b/docs/pvevent.txt > > @@ -0,0 +1,16 @@ > > +PVEVENT DEVICE > > +============== > > + > > +pvevent device is a simulated ISA device, through which guest panic > > +event is sent to qemu, and an qmp event is generated. This allows > > +management apps(e.g. libvirt) to be notified and respond to the > > +event. > > + > > +pvevent device is defined with HID "MSFT0001". > > Why MSFT0001? Otherwise the series looks good. Will change to QEMU0001. > > Paolo > > > +To use it, one will have to: > > + > > +1. add the device by specifying `-device pv-event' in the qemu command > > + line. > > + > > +2. load pvevent device driver in guest OS. > >