DM: Add new parameter --rtvm for soft/hard real-time guest

This patch add one new parameter --rtvm to indicate if the guest is a RTVM or not.
For RTVM, it may be not interference by SOS.

Tracked-On: #2865
Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Kaige Fu
2019-04-02 20:46:51 +00:00
committed by wenlingz
parent 336ed72250
commit 469ce711c5
3 changed files with 14 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ extern char *vmname;
extern bool stdio_in_use;
extern char *mac_seed;
extern bool lapic_pt;
extern bool is_rtvm;
int vmexit_task_switch(struct vmctx *ctx, struct vhm_request *vhm_req,
int *vcpu);