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] new dummy physdev routines to accomodate changes to comm

To: xen-changelog@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] new dummy physdev routines to accomodate changes to common files
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Thu, 24 Mar 2005 23:56:08 +0000
Delivery-date: Sat, 26 Mar 2005 00:07:07 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-changelog>
List-help: <mailto:xen-changelog-request@lists.sourceforge.net?subject=help>
List-id: <xen-changelog.lists.sourceforge.net>
List-post: <mailto:xen-changelog@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.sourceforge.net?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-admin@xxxxxxxxxxxxxxxxxxxxx
ChangeSet 1.1363, 2005/03/24 16:56:08-07:00, djm@xxxxxxxxxxxxxxxxxx

        new dummy physdev routines to accomodate changes to common files



 xenmisc.c |   13 +++++++++++++
 1 files changed, 13 insertions(+)


diff -Nru a/xen/arch/ia64/xenmisc.c b/xen/arch/ia64/xenmisc.c
--- a/xen/arch/ia64/xenmisc.c   2005-03-25 19:05:44 -05:00
+++ b/xen/arch/ia64/xenmisc.c   2005-03-25 19:05:44 -05:00
@@ -213,6 +213,19 @@
        return -EINVAL;
 }
 
+void physdev_modify_ioport_access_range(struct domain *d, int enable,
+       int port, int num)
+{
+       printk("physdev_modify_ioport_access_range not implemented\n");
+       dummy();
+}
+
+void physdev_destroy_state(struct domain *d)
+{
+       printk("physdev_destroy_state not implemented\n");
+       dummy();
+}
+
 // accomodate linux extable.c
 //const struct exception_table_entry *
 void *search_module_extables(unsigned long addr)


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] new dummy physdev routines to accomodate changes to common files, BitKeeper Bot <=