aboutsummaryrefslogtreecommitdiff
path: root/include/xen/interface/hvm/params.h
AgeCommit message (Collapse)AuthorFilesLines
2016-07-06xen/hvm/params: Add a new delivery type for event-channel in ↵Shannon Zhao1-0/+13
HVM_PARAM_CALLBACK_IRQ This new delivery type which is for ARM shares the same value with HVM_PARAM_CALLBACK_TYPE_VECTOR which is for x86. val[15:8] is flag: val[7:0] is a PPI. To the flag, bit 8 stands the interrupt mode is edge(1) or level(0) and bit 9 stands the interrupt polarity is active low(1) or high(0). Signed-off-by: Shannon Zhao <[email protected]> Acked-by: Stefano Stabellini <[email protected]> Reviewed-by: Julien Grall <[email protected]> Tested-by: Julien Grall <[email protected]>
2016-07-06Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from XenShannon Zhao1-6/+21
Sync the changes of HVM_PARAM_CALLBACK_VIA ABI introduced by Xen commit <ca5c54b6ff05> (public/hvm: export the HVM_PARAM_CALLBACK_VIA ABI in the API). Signed-off-by: Shannon Zhao <[email protected]> Acked-by: Stefano Stabellini <[email protected]> Tested-by: Julien Grall <[email protected]>
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel ↵David Howells1-1/+1
system headers Convert #include "..." to #include <path/...> in kernel system headers. Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>
2012-03-13hvc_xen: support PV on HVM consolesStefano Stabellini1-1/+5
Signed-off-by: Stefano Stabellini <[email protected]> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
2010-07-22xen: Add support for HVM hypercalls.Jeremy Fitzhardinge1-0/+95
Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Sheng Yang <[email protected]> Signed-off-by: Stefano Stabellini <[email protected]>