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] Support debug_keys on ia64

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] Support debug_keys on ia64
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 04 Jun 2007 03:14:35 -0700
Delivery-date: Mon, 04 Jun 2007 03:13:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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 Alex Williamson <alex.williamson@xxxxxx>
# Date 1178220966 21600
# Node ID 2b653a785fb890265100059f49347c8e45a96314
# Parent  c857bf38f0157cb31fe9bdf8f0161047063c0fd1
[IA64] Support debug_keys on ia64

This patch adds support for xm debugkeys.

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
---
 linux-2.6-xen-sparse/arch/ia64/xen/xcom_privcmd.c |    9 +++++++++
 1 files changed, 9 insertions(+)

diff -r c857bf38f015 -r 2b653a785fb8 
linux-2.6-xen-sparse/arch/ia64/xen/xcom_privcmd.c
--- a/linux-2.6-xen-sparse/arch/ia64/xen/xcom_privcmd.c Thu May 03 11:22:58 
2007 +0100
+++ b/linux-2.6-xen-sparse/arch/ia64/xen/xcom_privcmd.c Thu May 03 13:36:06 
2007 -0600
@@ -172,6 +172,15 @@ xencomm_privcmd_sysctl(privcmd_hypercall
                set_xen_guest_handle(kern_op.u.getdomaininfolist.buffer,
                                     (void *)desc);
                break;
+       case XEN_SYSCTL_debug_keys:
+               ret = xencomm_create(
+                       xen_guest_handle(kern_op.u.debug_keys.keys),
+                       kern_op.u.debug_keys.nr_keys,
+                       &desc, GFP_KERNEL);
+               set_xen_guest_handle(kern_op.u.debug_keys.keys,
+                                    (void *)desc);
+               break;
+
 #ifdef IA64_NUMA_PHYSINFO
        case XEN_SYSCTL_physinfo:
                ret = xencomm_create(

_______________________________________________
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] Support debug_keys on ia64, Xen patchbot-unstable <=