Lines Matching full:hypervisor
31 class Hypervisor : public HypervisorInherit
34 Hypervisor() = delete;
35 Hypervisor(const Hypervisor&) = delete;
36 Hypervisor& operator=(const Hypervisor&) = delete;
37 Hypervisor(Hypervisor&&) = delete;
38 Hypervisor& operator=(Hypervisor&&) = delete;
39 ~Hypervisor() override = default;
41 /** @brief Constructs Hypervisor State Manager
46 Hypervisor(sdbusplus::bus_t& bus, const char* objPath) :
68 /** @brief Check if BootProgress change affects hypervisor state
79 * property which may impact Hypervisor state.
89 /** @brief Watch BootProgress changes to know hypervisor state **/