From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Bw5-0005Fh-33 for qemu-devel@nongnu.org; Thu, 10 Jul 2014 06:50:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Bvw-0000cB-GZ for qemu-devel@nongnu.org; Thu, 10 Jul 2014 06:50:45 -0400 Message-ID: <53BE6FFA.3080802@suse.de> Date: Thu, 10 Jul 2014 12:50:34 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1404902317-32351-1-git-send-email-nikunj@linux.vnet.ibm.com> In-Reply-To: <1404902317-32351-1-git-send-email-nikunj@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5] spapr: add uuid/host details to device tree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikunj A Dadhania , qemu-devel@nongnu.org Cc: aik@ozlabs.ru, qemu-ppc@nongnu.org On 09.07.14 12:38, Nikunj A Dadhania wrote: > Useful for identifying the guest/host uniquely within the > guest. Adding following properties to the guest root node. > > vm,uuid - uuid of the guest > host-model - Host model number > host-serial - Host machine serial number > hypervisor type - Tells its "kvm" > > Signed-off-by: Nikunj A Dadhania Thanks, applied to ppc-next-2.2. Alex