From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQK6y-0007f3-Ox for qemu-devel@nongnu.org; Fri, 04 May 2012 11:08:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQK6u-0004NF-VC for qemu-devel@nongnu.org; Fri, 04 May 2012 11:08:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQK6u-0004Mx-Nh for qemu-devel@nongnu.org; Fri, 04 May 2012 11:07:56 -0400 From: Luiz Capitulino Date: Fri, 4 May 2012 12:01:58 -0300 Message-Id: <1336143722-15050-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4]: runstate: introduce 'suspended' state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, mdroth@linux.vnet.ibm.com This is for 1.1. The first patch is a fix from Gerd, it's included in this series for our convenience. The patch introducing the new RunState is actually patch 03/04. V2 - include a related fix from Gerd [Gerd] - check for RUN_STATE_SUSPENDED in the mouse driver [Gerd] - small changelog changes [Me] input.c | 4 ++-- migration.c | 1 + qapi-schema.json | 8 +++++--- qmp.c | 2 ++ vl.c | 14 +++++++++----- 5 files changed, 19 insertions(+), 10 deletions(-)