[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Add stubs to Linux/IPF for the new hvm_op hypercall.
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID 36ebe6270252b9c6ad0fcb54767810ac3434a479 # Parent 909c0cdda57f27560486f845f3ea2548d4613cbe [IA64] Add stubs to Linux/IPF for the new hvm_op hypercall. Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@xxxxxxxxxxxxxx> Signed-off-by: Tomonari Horikoshi <t.horikoshi@xxxxxxxxxxxxxx> --- linux-2.6-xen-sparse/include/asm-ia64/hypercall.h | 7 +++++++ 1 files changed, 7 insertions(+) diff -r 909c0cdda57f -r 36ebe6270252 linux-2.6-xen-sparse/include/asm-ia64/hypercall.h --- a/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Tue Aug 22 14:42:05 2006 -0600 +++ b/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Tue Aug 22 14:44:13 2006 -0600 @@ -292,6 +292,13 @@ HYPERVISOR_vcpu_op( extern int HYPERVISOR_suspend(unsigned long srec); +static inline unsigned long +HYPERVISOR_hvm_op( + int cmd, void *arg) +{ + return _hypercall2(unsigned long, hvm_op, cmd, arg); +} + static inline int HYPERVISOR_callback_op( int cmd, void *arg) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |