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:
Victor Sun
2019-04-08 15:08:51 +08:00
committed by ACRN System Integration
parent 445999af5d
commit ccecd55075
3 changed files with 12 additions and 6 deletions

View File

@@ -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>