From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47181 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTzWr-0007uF-Fg for qemu-devel@nongnu.org; Wed, 30 Jun 2010 11:48:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTzWm-0001I4-5T for qemu-devel@nongnu.org; Wed, 30 Jun 2010 11:48:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58914) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTzWl-0001Hy-Sa for qemu-devel@nongnu.org; Wed, 30 Jun 2010 11:48:44 -0400 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 o5UFmgZ4008599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 30 Jun 2010 11:48:43 -0400 From: Kevin Wolf Date: Wed, 30 Jun 2010 17:48:31 +0200 Message-Id: <1277912914-21771-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] blkdebug: Fix config with multiple states List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com Turns out that using more than one state doesn't really work well. I'm trying to reproduce a bug for which I need states, so now is the time to fix it. Kevin Wolf (3): blkdebug: Fix set_state_opts definition blkdebug: Free QemuOpts after having read the config blkdebug: Initialize state as 1 block/blkdebug.c | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-)