mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-05 10:50:43 +00:00
HV: show VM UUID in shell
Enhance "vm_list" command in shell to Show VM UUID; Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
445999af5d
commit
ccecd55075
@@ -14,7 +14,7 @@ The ACRN hypervisor shell supports the following commands:
|
||||
* - help
|
||||
- Display information about supported hypervisor shell commands
|
||||
* - vm_list
|
||||
- List all VMs, displaying the VM name, ID, and state ("Started"=running)
|
||||
- List all VMs, displaying the VM UUID, ID, name, and state ("Started"=running)
|
||||
* - vcpu_list
|
||||
- List all vCPUs in all VMs
|
||||
* - vcpu_dumpreg <vm_id> <vcpu_id>
|
||||
|
Reference in New Issue
Block a user