From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG3nJ-0002z1-RJ for qemu-devel@nongnu.org; Thu, 14 Mar 2013 04:45:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UG3nH-0004Bu-I9 for qemu-devel@nongnu.org; Thu, 14 Mar 2013 04:45:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG3nH-0004Bf-7p for qemu-devel@nongnu.org; Thu, 14 Mar 2013 04:45:47 -0400 Message-ID: <51418E2A.1090606@redhat.com> Date: Thu, 14 Mar 2013 09:45:30 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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: Hu Tao 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 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. 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. >