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] [linux-2.6.18-xen] [IA64] xencomm support for HVMOP_set_

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] [IA64] xencomm support for HVMOP_set_mem_type.
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Aug 2008 06:10:10 -0700
Delivery-date: Thu, 14 Aug 2008 06:10:18 -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 1218679433 -32400
# Node ID 3440919f29f293c433339a7d22be4d80676b4471
# Parent  d4f9127479a7a4c3f6ea7fc77b3cb02fcf59a0fb
[IA64] xencomm support for HVMOP_set_mem_type.

remove the runtime warning when HVMOP_set_mem_type is used.
> xencomm_privcmd_hvm_op: unknown HVMOP 8
add xencomm support of HVMOP_set_mem_type.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 arch/ia64/xen/xcom_privcmd.c |    3 +++
 1 files changed, 3 insertions(+)

diff -r d4f9127479a7 -r 3440919f29f2 arch/ia64/xen/xcom_privcmd.c
--- a/arch/ia64/xen/xcom_privcmd.c      Wed Aug 13 22:50:27 2008 +0900
+++ b/arch/ia64/xen/xcom_privcmd.c      Thu Aug 14 11:03:53 2008 +0900
@@ -722,6 +722,9 @@ xencomm_privcmd_hvm_op(privcmd_hypercall
        case HVMOP_set_pci_link_route:
                argsize = sizeof(xen_hvm_set_pci_link_route_t);
                break;
+       case HVMOP_set_mem_type:
+               argsize = sizeof(xen_hvm_set_mem_type_t);
+               break;
 
        case HVMOP_track_dirty_vram:
                return xencomm_privcmd_hvm_op_track_dirty_vram(hypercall);

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] [IA64] xencomm support for HVMOP_set_mem_type., Xen patchbot-linux-2.6.18-xen <=