From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4LWR-0006he-72 for qemu-devel@nongnu.org; Tue, 20 Apr 2010 18:02:23 -0400 Received: from [140.186.70.92] (port=36460 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4LWP-0006hT-Ev for qemu-devel@nongnu.org; Tue, 20 Apr 2010 18:02:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4LWN-0003n7-G6 for qemu-devel@nongnu.org; Tue, 20 Apr 2010 18:02:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11190) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4LWN-0003mz-8D for qemu-devel@nongnu.org; Tue, 20 Apr 2010 18:02:19 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3KM2Imm028407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 20 Apr 2010 18:02:18 -0400 Date: Tue, 20 Apr 2010 19:02:11 -0300 From: Luiz Capitulino Message-ID: <20100420190211.40377c67@redhat.com> In-Reply-To: References: <1271797792-24571-1-git-send-email-lcapitulino@redhat.com> <1271797792-24571-13-git-send-email-lcapitulino@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 12/22] QError: New QERR_STATEVM_SAVE_FAILED List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: kwolf@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com On Tue, 20 Apr 2010 23:31:22 +0200 Juan Quintela wrote: > Luiz Capitulino wrote: > > Signed-off-by: Luiz Capitulino > > VMState already used for two things in qemu, but I think that changing > to StateVM _only_ on the error messages is wrong. Leave it as vmstate, > and if rest of things get ever changed, change just everything? Let's use VMState then, I will fix.