From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1xaL-0004tU-L1 for qemu-devel@nongnu.org; Mon, 08 Jun 2015 09:59:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1xaK-0001AA-Vl for qemu-devel@nongnu.org; Mon, 08 Jun 2015 09:59:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1xaK-00019z-Ql for qemu-devel@nongnu.org; Mon, 08 Jun 2015 09:59:28 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 659EAB7CC0 for ; Mon, 8 Jun 2015 13:59:28 +0000 (UTC) Message-ID: <55759FBC.8040108@redhat.com> Date: Mon, 08 Jun 2015 15:59:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1430133591-6197-1-git-send-email-ghammer@redhat.com> <1430133591-6197-5-git-send-email-ghammer@redhat.com> <556F2D51.2000203@redhat.com> <55759BB8.3010604@redhat.com> <55759C1B.7000905@redhat.com> <55759E0A.3090102@redhat.com> <55759EC2.5090802@redhat.com> <55759FEB.9090504@redhat.com> In-Reply-To: <55759FEB.9090504@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V15 4/5] i386: add a Virtual Machine Generation ID device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gal Hammer , qemu-devel@nongnu.org Cc: imammedo@redhat.com, mst@redhat.com On 08/06/2015 16:00, Gal Hammer wrote: >> What is the command line option like? Is it "-global vmgenid.uuid=foo"? > > Yes. Right now it is a "-global" and I've been asked to change it to > -"device", which I remember couldn't be done back then. I don't think it's worth doing it now, either. Paolo