mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-26 11:14:03 +00:00
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:
committed by
ACRN System Integration
parent
d8acff1f44
commit
16ad062d1a
@@ -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;
|
||||
|
Reference in New Issue
Block a user