WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] Remove VT-i no opcode warning

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] Remove VT-i no opcode warning
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Aug 2008 05:50:50 -0700
Delivery-date: Mon, 11 Aug 2008 05:52:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
# Date 1218163101 -32400
# Node ID 3f9d904d92c491f02d5f8ff6104efdabab10a384
# Parent  1dd1b92721fc678c548186ec1c272396b0fb94a7
[IA64] Remove VT-i no opcode warning

I've never been sure why we have such a big scary warning around this,
when I have yet to see any system that does provide opcode decoding.
Let's remove it.

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/arch/ia64/vmx/vmx_init.c |    3 ---
 1 files changed, 3 deletions(-)

diff -r 1dd1b92721fc -r 3f9d904d92c4 xen/arch/ia64/vmx/vmx_init.c
--- a/xen/arch/ia64/vmx/vmx_init.c      Fri Aug 08 11:38:20 2008 +0900
+++ b/xen/arch/ia64/vmx/vmx_init.c      Fri Aug 08 11:38:21 2008 +0900
@@ -117,9 +117,6 @@ identify_vmx_feature(void)
                goto no_vti;
        }
 
-       /* Does xen has ability to decode itself? */
-       if (!(vp_env_info & VP_OPCODE))
-               printk("WARNING: no opcode provided from hardware(%lx)!!!\n", 
vp_env_info);
        printk("vm buffer size: %ld\n", buffer_size);
 
        vmx_enabled = 1;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Remove VT-i no opcode warning, Xen patchbot-unstable <=