From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzWWa-0006J5-25 for qemu-devel@nongnu.org; Thu, 09 Aug 2012 13:27:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzWWW-0005cG-5o for qemu-devel@nongnu.org; Thu, 09 Aug 2012 13:27:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzWWV-0005cC-TS for qemu-devel@nongnu.org; Thu, 09 Aug 2012 13:27:52 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q79HRo71032507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 9 Aug 2012 13:27:50 -0400 From: Luiz Capitulino Date: Thu, 9 Aug 2012 14:28:16 -0300 Message-Id: <1344533300-6422-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 0/4]: qmp: WAKEUP event related fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com Fixes the RESET event being emitted on wakeup from S3. Changes when the WAKEUP event is emitted and a few doc fixes. QMP/qmp-events.txt | 277 ++++++++++++++++++++++++++++------------------------- vl.c | 18 +++- 2 files changed, 164 insertions(+), 131 deletions(-)