dm: remove guest cpu number option

Remove the guest cpu number option '-c', as the guest cpu number is
defined in hypervisor vm configuration file, and the number can be
return by vm_create().

Tracked-On: #3663
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Acked-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Conghui Chen
2019-08-30 13:38:59 +00:00
committed by ACRN System Integration
parent d8acff1f44
commit 16ad062d1a
2 changed files with 5 additions and 12 deletions

View File

@@ -37,7 +37,6 @@
#define MAX_VMNAME_LEN 128U
struct vmctx;
extern int guest_ncpus;
extern char *guest_uuid_str;
extern uint8_t trusty_enabled;
extern char *vsbl_file_name;