[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-ia64-devel] [PATCH] added multicall
Le Mercredi 25 Janvier 2006 13:09, Masaki Kanno a écrit : > Hi, > > This patch added multicall hypercall. > The xm top command succeeded. > > Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> > > Best regards, > Kan Hi, I personnaly think that these declarations +extern long do_ni_hypercall(void); +extern long do_dom0_op(dom0_op_t *u_dom0_op); +extern long do_memory_op(int cmd, void *arg); +extern long do_multicall(multicall_entry_t *call_list, unsigned int nr_calls); +extern long do_event_channel_op(evtchn_op_t *uop); +extern long do_xen_version(int cmd, void *arg); +extern long do_console_io(int cmd, int count, char *buffer); +extern long do_grant_table_op(unsigned int cmd, void *uop, unsigned int count); should go in common headers. They will be checked with definitions and this will avoid to re-declare them in some other files. Tristan. _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |