From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: [PATCH 18/18 V2]: PVH xen: Enable PVH domains... Date: Fri, 15 Mar 2013 18:08:37 -0700 Message-ID: <20130315180837.3a267d3b@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Mark completion of patches by enabling PVH domain creation. Signed-off-by: Mukesh Rathor --- xen/arch/x86/domain.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c index 5b5444f..09cdd46 100644 --- a/xen/arch/x86/domain.c +++ b/xen/arch/x86/domain.c @@ -653,13 +653,6 @@ int arch_set_info_guest( unsigned int i; int rc = 0, compat; - /* This removed when all patches are checked in */ - if ( is_pvh_vcpu(v) ) - { - printk("PVH: You don't have the correct xen version for PVH\n"); - return -EINVAL; - } - /* The context is a compat-mode one if the target domain is compat-mode; * we expect the tools to DTRT even in compat-mode callers. */ compat = is_pv_32on64_domain(d); -- 1.7.2.3