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 PHYSDEVOP_man

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] [IA64] xencomm: support PHYSDEVOP_manage_pci_add/remove.
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Aug 2008 05:51:05 -0700
Delivery-date: Mon, 11 Aug 2008 05:56:02 -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 1217233480 -32400
# Node ID 0deba952a6d3d2a58c404feefea2bccb3071089a
# Parent  770a0e422f643abf4b818b0ac70836ef9c34448d
[IA64] xencomm: support PHYSDEVOP_manage_pci_add/remove.

add support PHYSDEVOP_manage_pci_add/remove which were
newly added.

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

diff -r 770a0e422f64 -r 0deba952a6d3 arch/ia64/xen/xcom_hcall.c
--- a/arch/ia64/xen/xcom_hcall.c        Mon Jul 28 17:24:37 2008 +0900
+++ b/arch/ia64/xen/xcom_hcall.c        Mon Jul 28 17:24:40 2008 +0900
@@ -144,6 +144,10 @@ xencomm_hypercall_physdev_op(int cmd, vo
        case PHYSDEVOP_irq_status_query:
                argsize = sizeof(physdev_irq_status_query_t);
                break;
+       case PHYSDEVOP_manage_pci_add:
+       case PHYSDEVOP_manage_pci_remove:
+               argsize = sizeof(physdev_manage_pci_t);
+               break;
 
        default:
                printk("%s: unknown physdev 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] [linux-2.6.18-xen] [IA64] xencomm: support PHYSDEVOP_manage_pci_add/remove., Xen patchbot-linux-2.6.18-xen <=