From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NkfJB-0003TS-Bz for qemu-devel@nongnu.org; Thu, 25 Feb 2010 10:07:21 -0500 Received: from [199.232.76.173] (port=38073 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkfJB-0003TA-16 for qemu-devel@nongnu.org; Thu, 25 Feb 2010 10:07:21 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NkfJA-0008QH-7c for qemu-devel@nongnu.org; Thu, 25 Feb 2010 10:07:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43139) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NkfJ9-0008Q7-SX for qemu-devel@nongnu.org; Thu, 25 Feb 2010 10:07:20 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1PF7H8R028814 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Feb 2010 10:07:18 -0500 Received: from localhost (vpn-9-86.rdu.redhat.com [10.11.9.86]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1PF7GpZ018725 for ; Thu, 25 Feb 2010 10:07:17 -0500 From: Luiz Capitulino Date: Thu, 25 Feb 2010 12:06:57 -0300 Message-Id: <1267110422-25873-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v0 0/5]: QMP: some event fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The most important fix is wrt the STOP event, which is not being currently emitted. The doc revamp is also important. The other patches are small fixes. Thanks.