Android-cuttlefish cvd tool
|
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include <fruit/fruit.h>
#include "cuttlefish/common/libs/utils/architecture.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/vmm_mode.h"
#include "cuttlefish/host/libs/feature/command_source.h"
Go to the source code of this file.
Classes | |
class | cuttlefish::vm_manager::VmmDependencyCommand |
class | cuttlefish::vm_manager::VmManager |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::vm_manager |
Functions | |
fruit::Component< fruit::Required< const CuttlefishConfig, const CuttlefishConfig::InstanceSpecific >, VmManager > | cuttlefish::vm_manager::VmManagerComponent () |
std::unique_ptr< VmManager > | cuttlefish::vm_manager::GetVmManager (VmmMode vmm_mode, Arch arch) |
Result< std::unordered_map< std::string, std::string > > | cuttlefish::vm_manager::ConfigureMultipleBootDevices (const std::string &pci_path, int pci_offset, int num_disks) |