From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933734AbdEVOVh (ORCPT ); Mon, 22 May 2017 10:21:37 -0400 Received: from mx2.suse.de ([195.135.220.15]:38592 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934802AbdEVOVc (ORCPT ); Mon, 22 May 2017 10:21:32 -0400 Subject: Re: [PATCH 2/2] xen: add sysfs node for guest type To: Boris Ostrovsky , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org References: <20170522085700.488-1-jgross@suse.com> <20170522085700.488-3-jgross@suse.com> <39fb9867-edf8-8f99-1b1f-73ae78fe945c@oracle.com> From: Juergen Gross Message-ID: <85bb5bf3-c8b6-aba3-b1fe-190ed1364699@suse.com> Date: Mon, 22 May 2017 16:21:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <39fb9867-edf8-8f99-1b1f-73ae78fe945c@oracle.com> Content-Type: text/plain; charset=windows-1252 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/05/17 15:17, Boris Ostrovsky wrote: > >> diff --git a/Documentation/ABI/testing/sysfs-hypervisor b/Documentation/ABI/testing/sysfs-hypervisor >> index 443196f0aa1c..06850f74ebd4 100644 >> --- a/Documentation/ABI/testing/sysfs-hypervisor >> +++ b/Documentation/ABI/testing/sysfs-hypervisor >> @@ -19,6 +19,19 @@ Contact: xen-devel@lists.xenproject.org >> Description: >> Compiler which was used to build the Xen hypervisor >> >> +What: /sys/hypervisor/guest_type >> +Date: May 2017 >> +KernelVersion: 4.12 >> +Contact: xen-devel@lists.xenproject.org >> +Description: >> + Type of guest: >> + "native": standard guest type on arm >> + "HVM": fully virtualized guest (x86) > > Can we ever get this? Xen sysfs node won't load unless we are > !XEN_NATIVE and then we are either PVH or PVHVM. When we remove PVHVM as suggested by Andrew, HVM will be kept. :-) Juergen