xen: build infrastructure for generating hypercall depending symbols
authorJuergen Gross <jgross@suse.com>
Wed, 21 Jan 2015 07:49:22 +0000 (08:49 +0100)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 16 Mar 2015 14:49:13 +0000 (14:49 +0000)
commit9b4ade226f7468bb26f98b6cd01cb5b8a05fc96d
tree8f3de75f4cf3ad1eb3a6523dc89babbba46eb160
parentb6a473a7e1d4f81fc3e355c95982820bb8eae97d
xen: build infrastructure for generating hypercall depending symbols

Today there are several places in the kernel which build tables
containing one entry for each possible Xen hypercall. Create an
infrastructure to be able to generate these tables at build time.

Based-on-patch-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
arch/x86/syscalls/Makefile
scripts/xen-hypercalls.sh [new file with mode: 0644]