Add options requires for OCI.

Signed-off-by: James Hunt <james.o.hunt@intel.com>
This commit is contained in:
James Hunt
2015-10-16 11:59:47 +01:00
parent a36ca0db8f
commit 1b0eb3d1ec
+5
View File
@@ -45,6 +45,8 @@ struct kvm_config {
const char *hugetlbfs_path;
const char *custom_rootfs_name;
const char *real_cmdline;
const char *oci_config_path;
const char *oci_runtime_path;
struct virtio_net_params *net_params;
bool single_step;
bool vnc;
@@ -57,6 +59,9 @@ struct kvm_config {
bool no_dhcp;
bool ioport_debug;
bool mmio_debug;
bool check_only;
bool oci_mode;
bool no_oci_path_checks;
};
#endif