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] add GNTTABOP_copy to xencommize_gr

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] add GNTTABOP_copy to xencommize_grant_table_op
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 26 Oct 2006 12:10:41 +0000
Delivery-date: Thu, 26 Oct 2006 05:13:46 -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 awilliam@xxxxxxxxxxx
# Node ID 1ec09a35d13d4bb122c71eaa7d1b52edfd512252
# Parent  5f077cd6f58cc466d0ed3845955a2084fb348a33
[IA64] add GNTTABOP_copy to xencommize_grant_table_op

This is used w/ xennet.rx_copy

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 linux-2.6-xen-sparse/arch/ia64/xen/xcom_hcall.c |    1 +
 1 files changed, 1 insertion(+)

diff -r 5f077cd6f58c -r 1ec09a35d13d 
linux-2.6-xen-sparse/arch/ia64/xen/xcom_hcall.c
--- a/linux-2.6-xen-sparse/arch/ia64/xen/xcom_hcall.c   Tue Oct 03 08:59:22 
2006 -0600
+++ b/linux-2.6-xen-sparse/arch/ia64/xen/xcom_hcall.c   Tue Oct 03 14:46:10 
2006 -0600
@@ -117,6 +117,7 @@ xencommize_grant_table_op(unsigned int c
        }
        case GNTTABOP_dump_table:
        case GNTTABOP_transfer:
+       case GNTTABOP_copy:
                break;
        default:
                printk("%s: unknown grant table op %d\n", __func__, cmd);

_______________________________________________
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] add GNTTABOP_copy to xencommize_grant_table_op, Xen patchbot-unstable <=