From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [Qemu-devel] [RFC PATCH 3/6] RAMBlock: Add a name field Date: Fri, 11 Jun 2010 10:48:24 +0200 Message-ID: <4C11F858.4050904@redhat.com> References: <20100608191447.4451.47795.stgit@localhost.localdomain> <4C10A106.1050108@redhat.com> <1276180408.2992.12.camel@x201> <201006101549.14094.paul@codesourcery.com> <1276183304.3100.9.camel@x201> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Paul Brook , Anthony Liguori , qemu-devel@nongnu.org, chrisw@redhat.com, kvm@vger.kernel.org, quintela@redhat.com To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:25641 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754974Ab0FKIsl (ORCPT ); Fri, 11 Jun 2010 04:48:41 -0400 In-Reply-To: <1276183304.3100.9.camel@x201> Sender: kvm-owner@vger.kernel.org List-ID: On 06/10/10 17:21, Alex Williamson wrote: > On Thu, 2010-06-10 at 15:49 +0100, Paul Brook wrote: >>> Ok, we can certainly doname>.instance>\. >>> It seems like this highlights a deficiency in the vmstate matching >> >> Why are you forcing this to be a string? > > It seemed like a good way to send an identifier. What do you suggest? Do it the same way savevm handles device state? I think it simply puts a u32 for the instance id. cheers, Gerd