HV: cleanup for io request related functions

Changes:
  1. Move io request related functions from hypercall.c to io_request.c
     since they are not hypercalls;
  2. Remove acrn_insert_request_nowait() as it is never used;

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Victor Sun
2018-05-17 16:47:54 +08:00
committed by lijinxia
parent fc2b6fbe86
commit 99189b4e48
5 changed files with 198 additions and 206 deletions

View File

@@ -130,6 +130,7 @@ C_SRCS += common/hypercall.c
C_SRCS += common/trusty_hypercall.c
C_SRCS += common/schedule.c
C_SRCS += common/vm_load.c
C_SRCS += common/io_request.c
ifdef STACK_PROTECTOR
C_SRCS += common/stack_protector.c