/openbmc/linux/Documentation/ABI/stable/ |
D | sysfs-hypervisor-xen |
|
/openbmc/phosphor-state-manager/ |
H A D | hypervisor_state_manager.hpp | 31 class Hypervisor : public HypervisorInherit class 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) : in Hypervisor() function in phosphor::state::manager::Hypervisor 67 /** @brief Check if BootProgress change affects hypervisor state [all …]
|
H A D | hypervisor_state_manager.cpp | 28 server::Host::Transition Hypervisor::requestedHostTransition(Transition value) in requestedHostTransition() 30 info("Hypervisor state transition request of {TRAN_REQUEST}", in requestedHostTransition() 36 error("Hypervisor state only supports a transition to On"); in requestedHostTransition() 42 // which is responsible for propagating the On request to the hypervisor in requestedHostTransition() 47 server::Host::HostState Hypervisor::currentHostState(HostState value) in currentHostState() 52 info("Change to Hypervisor State: {HYP_STATE}", "HYP_STATE", value); in currentHostState() 57 server::Host::HostState Hypervisor::currentHostState() const in currentHostState() 62 void Hypervisor::updateCurrentHostState(std::string& bootProgress) in updateCurrentHostState() 88 // set hypervisor state to off in updateCurrentHostState() 93 void Hypervisor::bootProgressChangeEvent(sdbusplus::message_t& msg) in bootProgressChangeEvent()
|
/openbmc/docs/designs/ |
H A D | power-systems-memory-preserving-reboot.md | 9 On POWER based servers, a hypervisor firmware manages and allocates resources to 10 the logical partitions running on the server. If this hypervisor encounters an 19 from the hypervisor memory. 41 - **Hypervisor**: A hypervisor (or virtual machine monitor, VMM) is a computer 43 [read more](https://en.wikipedia.org/wiki/Hypervisor) 46 faults in hypervisor. 51 - **Terminate Immediate (TI)**: A condition when the hypervisor encountered a 81 memory preserved reboot. Once the system finished booting, the hypervisor 96 - The hypervisor should send a special attention to BMC to notify about a severe 99 - BMC should receive special TI attention from hypervisor [all …]
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | hypervisor_system.hpp | 44 * @brief Retrieves hypervisor state properties over dbus 46 * The hypervisor state object is optional so this function will only set the 56 BMCWEB_LOG_DEBUG("Get hypervisor state information."); in getHypervisorState() 58 "xyz.openbmc_project.State.Hypervisor", in getHypervisorState() 71 BMCWEB_LOG_DEBUG("Hypervisor state: {}", hostState); in getHypervisorState() 129 * @brief Populate Actions if any are valid for hypervisor object 131 * The hypervisor state object is optional so this function will only set the 141 BMCWEB_LOG_DEBUG("Get hypervisor actions."); in getHypervisorActions() 167 // More then one hypervisor object is not supported and is an in getHypervisorActions() 177 "/redfish/v1/Systems/hypervisor/Actions/ComputerSystem.Reset"; in getHypervisorActions() [all …]
|
/openbmc/linux/Documentation/virt/kvm/arm/ |
D | hyp-abi.rst |
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-hypervisor-xen |
|
/openbmc/linux/Documentation/misc-devices/ |
D | ibmvmc.rst |
|
/openbmc/linux/Documentation/virt/acrn/ |
D | introduction.rst |
|
D | io-request.rst |
|
/openbmc/linux/include/uapi/linux/ |
D | acrn.h |
|
D | fsl_hypervisor.h |
|
/openbmc/linux/arch/arm64/kvm/ |
D | stacktrace.c |
|
/openbmc/phosphor-state-manager/service_files/ |
H A D | xyz.openbmc_project.State.Hypervisor.service | 2 Description=Phosphor Hypervisor State Manager 3 Before=mapper-wait@-xyz-openbmc_project-state-hypervisor.service 6 ExecStart=/usr/bin/phosphor-hypervisor-state-manager 9 BusName=xyz.openbmc_project.State.Hypervisor
|
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
H A D | hyp_network_manager_main.cpp | 7 "/xyz/openbmc_project/network/hypervisor"; 9 "xyz.openbmc_project.Network.Hypervisor"; 29 // Create hypervisor network manager dbus object in main() 32 // Create the hypervisor eth interface objects in main() 35 // Create the hypervisor system config object in main()
|
/openbmc/linux/arch/arm64/kernel/ |
D | hyp-stub.S |
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/ |
D | exception.json |
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
D | running-nested-guests.rst |
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ |
H A D | HypervisorInterface-default-p10bmc.override.yml | 1 /xyz/openbmc_project/network/hypervisor: 7 /xyz/openbmc_project/network/hypervisor/eth0: 20 /xyz/openbmc_project/network/hypervisor/eth0/ipv4/addr0: 40 /xyz/openbmc_project/network/hypervisor/eth1: 53 /xyz/openbmc_project/network/hypervisor/eth1/ipv4/addr0:
|
/openbmc/linux/arch/arm/boot/dts/xen/ |
D | xenvm-4.2.dts |
|
/openbmc/qemu/docs/specs/ |
H A D | ppc-spapr-hcalls.rst | 2 sPAPR hypervisor calls 6 a set of hypervisor calls (a.k.a. hcalls) defined in the Linux on Power 9 which is what PowerVM, the IBM proprietary hypervisor, adheres to. 13 In addition to those calls, we have added our own private hypervisor 31 calls our private H_RTAS hypervisor call to pass the RTAS calls to QEMU. 53 PAPR and LoPAR provides a set of hypervisor calls to perform cacheable or
|
/openbmc/linux/include/xen/interface/ |
D | xenpmu.h |
|
D | callback.h |
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | vmi_utils.robot | 52 ${resp}= Redfish.Patch /redfish/v1/Systems/hypervisor/EthernetInterfaces/${interface} 95 ... /redfish/v1/Systems/hypervisor/EthernetInterfaces/${interface} 118 ... /redfish/v1/Systems/hypervisor/EthernetInterfaces/${interface} 124 ... /redfish/v1/Systems/hypervisor/EthernetInterfaces/${interface} 139 ... /redfish/v1/Systems/hypervisor/EthernetInterfaces/${interface} 172 ${resp}= Redfish.Get /redfish/v1/Systems/hypervisor/EthernetInterfaces 194 ${resp}= Redfish.Get /redfish/v1/Systems/hypervisor/EthernetInterfaces 203 ... /redfish/v1/Systems/hypervisor/EthernetInterfaces/eth${i} 239 ... /redfish/v1/Systems/hypervisor/EthernetInterfaces/${interface} 245 ... /redfish/v1/Systems/hypervisor/EthernetInterfaces/${interface} [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
D | msi-pic.txt |
|