From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SROQn-0001C8-7D for qemu-devel@nongnu.org; Mon, 07 May 2012 09:56:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SROQi-0004px-Ek for qemu-devel@nongnu.org; Mon, 07 May 2012 09:56:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SROQi-0004pm-6l for qemu-devel@nongnu.org; Mon, 07 May 2012 09:56:48 -0400 From: Luiz Capitulino Date: Mon, 7 May 2012 10:56:51 -0300 Message-Id: <1336399015-11269-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/4]: runstate: introduce 'suspended' state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, kraxel@redhat.com, mdroth@linux.vnet.ibm.com 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. This is for 1.1. V3 - small log typo fix [Markus] input.c | 4 ++-- migration.c | 1 + qapi-schema.json | 8 +++++--- qmp.c | 2 ++ vl.c | 14 +++++++++----- 5 files changed, 19 insertions(+), 10 deletions(-)