]> xenbits.xensource.com Git - people/pauldu/mini-os.git/commit
mini-os: support hvm_op hypercall
authorJuergen Gross <jgross@suse.com>
Thu, 18 Aug 2016 11:00:27 +0000 (13:00 +0200)
committerWei Liu <wei.liu2@citrix.com>
Wed, 24 Aug 2016 10:37:05 +0000 (11:37 +0100)
commit80bc3a714282035d4b33bbdf8ba42e6d0c45a1bb
tree38b34c71e3c3c134be90a8b5ee2edde7c690c626
parentf68d917cc2d94f3a434c485561cb4a7f0500b609
mini-os: support hvm_op hypercall

Support the HYPERVISOR_hvm_op() hypercall which is needed for HVMlite.
Add convenience functions hvm_get_parameter() and hvm_set_parameter().

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
arch/arm/setup.c
hypervisor.c
include/hypervisor.h
include/x86/x86_32/hypercall-x86_32.h
include/x86/x86_64/hypercall-x86_64.h