On 10/06/21 15:12, Siddharth Chandrasekaran wrote:
Couple of minor patches that promote hyperv.h to lib/x86 and expose hv_hypercall() from there so other tests can use do hypercalls too. ~ Sid. Siddharth Chandrasekaran (2): x86: Move hyperv helpers into libs/x86 x86: Move hyper-v hypercall related methods to lib/x86/ x86/Makefile.common | 9 +----- {x86 => lib/x86}/hyperv.h | 3 ++ {x86 => lib/x86}/hyperv.c | 52 +++++++++++++++++++++++++++++++++ x86/hyperv_connections.c | 60 ++++----------------------------------- 4 files changed, 61 insertions(+), 63 deletions(-) rename {x86 => lib/x86}/hyperv.h (98%) rename {x86 => lib/x86}/hyperv.c (63%)
Please base the overlay test on this patch instead of the other way round, thanks! (You can send them in a single series).
Paolo