mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-05 02:40:37 +00:00
DM: VMcfg: support --dump options
run 'acrn-dm --dump <index>' to show build-in parameters Tracked-On: #1528 Acked-by: Yin Fengwei <fengwei.yin@intel.com> Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>
This commit is contained in:
committed by
wenlingz
parent
67d7292081
commit
c86da0034e
@@ -6,6 +6,8 @@
|
||||
#ifndef VMCFG_H
|
||||
#define VMCFG_H
|
||||
|
||||
#include <getopt.h>
|
||||
|
||||
struct vmcfg_arg {
|
||||
char **argv;
|
||||
int argc;
|
||||
@@ -19,4 +21,5 @@ extern int num_args_buildin;
|
||||
extern struct vmcfg_arg mrb_vm1_args;
|
||||
|
||||
void vmcfg_list(void);
|
||||
void vmcfg_dump(int index, struct option *long_options, char *optstr);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user