|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/9] x86/hypercall: Move some of the hvm hypercall infrastructure into hypercall.h
On 02/08/16 15:17, Jan Beulich wrote: On 02.08.16 at 16:04, <julien.grall@xxxxxxx> wrote:On 02/08/16 14:28, Jan Beulich wrote:On 02.08.16 at 15:14, <andrew.cooper3@xxxxxxxxxx> wrote:On 02/08/16 13:50, Jan Beulich wrote:On 18.07.16 at 11:51, <andrew.cooper3@xxxxxxxxxx> wrote:--- a/xen/include/asm-x86/hypercall.h +++ b/xen/include/asm-x86/hypercall.h @@ -5,9 +5,21 @@ #ifndef __ASM_X86_HYPERCALL_H__ #define __ASM_X86_HYPERCALL_H__ +#include <xen/types.h> #include <public/physdev.h> +#include <public/event_channel.h>Why?You snipped the commit message, which justifies why. This header file cannot currently be included in isolation, and I need it to be.Ah, that sentence there also relates to this addition.#include <public/arch-x86/xen-mca.h> /* for do_mca */ -#include <xen/types.h> + +typedef unsigned long hypercall_fn_t( + unsigned long, unsigned long, unsigned long, + unsigned long, unsigned long, unsigned long);Wouldn't this better go into xen/hypercall.h? Is it documented somewhere for the x86 code? Looking at Linux, the privcmd call is only passing 5 arguments on both ARM and x86. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |