/openbmc/qemu/docs/ |
H A D | block-replication.txt | 2 ---------------------------------------- 8 See the COPYING file in the top-level directory. 11 for COLO (COarse-grain LOck-stepping) where the Secondary VM is running. 12 It can also be applied for FT/HA (Fault-tolerance/High Assurance) scenario, 19 consecutive checkpoints. The VM state of the Primary and Secondary VM is 25 the Primary disk are asynchronously forwarded to the Secondary node. 30 +----------------------+ +------------------------+ 31 |Primary Write Requests| |Secondary Write Requests| 32 +----------------------+ +------------------------+ 36 | /-------------\ [all …]
|
H A D | COLO-FT.txt | 1 COarse-grained LOck-stepping Virtual Machines for Non-stop Service 2 ---------------------------------------- 8 See the COPYING file in the top-level directory. 14 application-agnostic software-implemented hardware fault tolerance, 15 also known as "non-stop service". 17 COLO (COarse-grained LOck-stepping) is a high availability solution. 18 Both primary VM (PVM) and secondary VM (SVM) run in parallel. They receive the 27 The primary node running the PVM, and the secondary node running the SVM 33 primary node, and then forwarded to the secondary node, so that both the PVM 44 Primary Node Secondary Node [all …]
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _buttons.scss | 4 padding-top: $spacer / 2; 5 padding-right: $spacer; 6 padding-bottom: $spacer / 2; 7 padding-left: $spacer; 8 display: inline-flex; 9 align-items: center; 10 justify-content: space-around; 12 margin-right: $spacer / 4; 17 box-shadow: none !important; 18 &:not(.btn-link) { [all …]
|
H A D | _forms.scss | 2 .form-text { 3 font-size: $form-label-font-size; 4 line-height: $form-line-height; 5 margin-top: -$spacer / 4; 6 margin-bottom: $spacer / 2; 11 .col-form-label { 13 font-size: $form-label-font-size; 14 line-height: $form-line-height; 17 .form-group { 18 margin-bottom: $spacer * 2; [all …]
|
/openbmc/openpower-hw-diags/analyzer/plugins/ |
H A D | p10-tod-plugins.cpp | 16 /** Each chip is connected to two TOD topologies: active and backup. The values 22 ACTIVE = 0, enumerator 26 /** Each topology can be configured as either primary or secondary. */ 29 PRIMARY, enumerator 50 /** The chips sourcing the clocks to non-MDMT chips with faults. */ 95 * @brief Indicates the given non-MDMT chip has seen a fault in the TOD 114 * @return The list of all chips sourcing the clocks for the non-MDMT chips 160 // - The associated IOHS target on this chip. in getChipSourcingClock() 161 // - Next, the IOHS target on the other side of the bus. in getChipSourcingClock() 162 // - Finally, the chip containing the IOHS target on the other side of the in getChipSourcingClock() [all …]
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | log-filter.html | 1 <div id="event-filter"> 2 <div class="event-filter__content row column"> 3 <fieldset class="event__severity-filter"> 4 <legend class="filter-label">Filter by severity</legend> 5 <button class="btn" ng-click="toggleSeverityAll()" 6 ng-class="selectedSeverity.all ? 'btn-primary' : 'btn-secondary'">All 8 <button class="btn" ng-click="toggleSeverity('high')" 9 ng-class="selectedSeverity.high ? 'btn-primary' : 'btn-secondary'">High 11 <button class="btn" ng-click="toggleSeverity('medium')" 12 ng-class="selectedSeverity.medium ? 'btn-primary' : 'btn-secondary'">Medium [all …]
|
H A D | confirm.html | 1 <div class="inline__confirm" ng-class="{active: confirm}"> 2 <div class="inline__confirm-message"> 6 <div class="inline__confirm-buttons"> 7 <button class="btn btn-primary" ng-click="accept()">Yes</button> 8 <button class="btn btn-primary" ng-click="cancel()">No</button>
|
H A D | log-event.html | 1 <div class="row column event-log__single-event" 2 ng-class="{'active': event.meta, 'selected': event.selected}"> 4 <div class="inline__confirm" ng-class="{active: event.confirm}"> 5 <div class="inline__confirm-message"> 6 …<p class="h3"><i></i>Are you sure you want to <strong class="ng-binding">delete this event</strong… 8 <div class="inline__confirm-buttons"> 9 <button class="btn-primary" ng-click="accept(event)">Yes</button> 10 <button class="btn-primary" ng-click="event.confirm=false;">No</button> 14 <div class="column small-1 large-2 event-log__col-check"> 15 <label class="control-check"> [all …]
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-tod-step-check-fault.cpp | 5 #include <test/sim-hw-access.hpp> 29 // TOD_ERROR[14] = 0b1 step check on primary config master select 0 in TEST() 32 // TOD_PSS_MSS_STATUS[0:2] = 0b000 primary config is active in TEST() 33 // TOD_PSS_MSS_STATUS[12] = 0b0 primary config master select 0 in TEST() 34 // TOD_PSS_MSS_STATUS[13] = 0b1 primary config master TOD in TEST() 35 // TOD_PSS_MSS_STATUS[14] = 0b1 primary config master drawer in TEST() 39 // TOD_ERROR[21] = 0b1 step check on primary config slave select 1 in TEST() 42 // TOD_PSS_MSS_STATUS[0:2] = 0b000 primary config is active in TEST() 43 // TOD_PSS_MSS_STATUS[15] = 0b1 primary config slave path select 1 in TEST()
|
/openbmc/phosphor-webui/app/common/styles/layout/ |
H A D | header.scss | 10 @mixin round-corners { 11 -webkit-border-radius: 6px 6px; 12 -moz-border-radius: 6px 6px; 13 border-radius: 6px 6px; 21 z-index: 300; 24 .header__info-section { 26 background: $primary-dark; 27 color: $primary-light; 31 justify-content: space-between; 32 .dropdown-menu { [all …]
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | accordion.scss | 4 .header__actions-bar { 5 padding-top: 1em; 6 padding-bottom: 1em; 7 padding-right: 1em; 8 background: $background-05; 9 color: $primary-light; 10 margin-left: 0; 12 margin-right: 10px; 13 margin-top: -6px; 15 margin-right: -40px; [all …]
|
H A D | modals.scss | 1 .modal-overlay { 4 z-index: -1; 5 background-color: $primary-dark; 14 .modal-overlay.active { 15 z-index: 100; 18 @include fastTransition-all; 21 .modal:not(.uib-modal) { 23 min-width: 450px; 24 max-width: 960px; 28 transform: translate(-50%, -50%); [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | BMCRedundancy.interface.yaml | 2 An interface to describe the primary BMC within a multi-BMC environment. 4 - name: ActivePrimaryBMC 7 indicates the active-primary BMC object path, looks like:
|
/openbmc/qemu/docs/system/ |
H A D | virtio-net-failover.rst | 2 QEMU virtio-net standby (net_failover) 5 This document explains the setup and usage of virtio-net standby feature which 8 The general idea is that we have a pair of devices, a (vfio-)pci and a 9 virtio-net device. Before migration the vfio device is unplugged and data flows 10 through the virtio-net device, on the target side another vfio-pci device is 11 plugged in to take over the data-path. In the guest the net_failover kernel 14 The two devices are called primary and standby device. The fast hardware based 15 networking device is called the primary device and the virtio-net device is the 19 ------------ 21 Currently only PCIe devices are allowed as primary devices, this restriction [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 3 .table-header { 5 color: $primary-dark; 6 line-height: 30px; 8 margin-bottom: .8em; 9 border-bottom: 1px solid $border-color-01; 10 font-size: 1.25em; 28 max-width: calc(100vw - 10px); 29 flex-wrap: wrap; 30 font-weight: 400; 33 background-color: $background-03; [all …]
|
H A D | form-elements.scss | 4 padding-top: .5em; 5 padding-bottom: .5em; 6 padding-left: .5em; 7 padding-right: 1.5em; 8 margin-top: 0; 9 border: 1px solid $border-color-02; 10 min-width: 70px; 11 font-weight: 400; 12 @include bgImage__arrowDown-primary; 14 @include bgImage__arrowDown-disabled; [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | README.md | 8 1. _ImageManager_ - This is a process which manages a collection of, likely 11 2. _ItemUpdater_ - This is a process which manages specific storage elements, 34 likely listen for standard D-Bus signals to identify new images being created. 56 the same image (such as a primary / secondary flash bank relationship), the 57 _ItemUpdater_ should create `Software.Activation` interfaces as a sub-path of 71 implementation specific, algorithm for the `<id>` portion of a D-Bus path for 76 `echo <Version.Version> <Compatible.Names> | sha512sum | cut -b 1-8` 89 appropriate hardware. This lead to an ever-increasing set of `Purpose` 106 - `<org>.Software.Element.<identifier>.Type.<type>` 110 - `<org>` corresponds to the organization owning the `<identifier>`, such as [all …]
|
/openbmc/phosphor-webui/app/server-health/styles/ |
H A D | syslog.scss | 2 #sys-log { 10 .sys-log__timezone, 11 .sys-log__timezone button { 13 text-transform: uppercase; 14 color: $primary-action; 15 font-size: .9em; 16 font-weight: 700; 21 @include mediaQuery(x-large) { 22 @include fastTransition-all; 28 padding-top:.3em; [all …]
|
H A D | log.scss | 2 $priority-high: $accent-04--01; 3 $priority-high--light: $accent-04--02; 4 $priority-medium: $accent-03--01; 5 $priority-medium--light: $accent-03--03; 6 $priority-low: $accent-01--01; 7 $priority-low--light: $accent-01--03; 8 $prioriy-resolved: $base-02--02; 9 $priority-resolve--light: $base-02--04; 12 #event-log { 22 .event-log__timezone, [all …]
|
/openbmc/phosphor-webui/app/common/styles/directives/ |
H A D | app-navigation.scss | 2 $nav__top-level-color: $color--blue-100; 3 $nav__top-level-text-secondary: $color--grey-20; 4 $nav__second-level-text-primary: $color--teal-50; 5 $nav__second-level-text-secondary: $primary-light; 6 $nav__hover-over-outline: $color--grey-40; 13 z-index: 100; 17 #nav__top-level { 18 background: $nav__top-level-color; 23 list-style-type: none; 27 overflow-y: auto; [all …]
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | firmware-controller.html | 4 <div class="column small-12 page-header"> 10 …<p><a ng-click="gotoAnchor()">Scroll down to upload an image file</a> to transfer a new firmware i… 12 <firmware-list title="BMC images" version="bmcActiveVersion" firmwares="firmwares" filter-by="filte… 13 <firmware-list title="Server images" version="hostActiveVersion" firmwares="firmwares" filter-by="f… 15 <div class="column small-12 page-header"> 18 <form id="firmware__upload-form" role="form" class="firmware__upload-form"> 20 <div class=" column firmware__upload-station"> 23 <label for="file-upload" class="inline firmware__upload-chooser"> 24 <input id="file-upload" type="file" file="file" class="hide"/> 25 <span class="btn btn-secondary">Choose a file</span> [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap3-transition.css | 8 padding-top: 2px !important; 18 margin-bottom: 0; 23 ul.configuration-list { 24 margin-left: 0px; 27 .configuration-list .checkbox { 28 margin-top: 0; 46 /* Remove the hovering from the .btn-primary buttons when they are disabled */ 48 .btn-primary.disabled.focus, 49 .btn-primary.disabled:focus, 50 .btn-primary.disabled:hover, [all …]
|
H A D | bootstrap.min.css | 3 * Copyright 2011-2015 Twitter, Inc. 5 …-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a…
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | virtual-media-controller.html | 1 <primary> 3 …<p class="vm__page-description" ng-if="devices.length >= 1">Specify image file location to start … 4 <p ng-if="devices.length < 1"> 6 </primary> 7 <div ng-repeat="device in devices track by $index" class="vm__upload"> 9 <div class="vm__upload-chooser"> 10 <!-- name and error message --> 11 <div class="vm__upload-content"> 12 <div class="vm__upload-controls"> 13 <!-- Button --> [all …]
|
/openbmc/qemu/block/ |
H A D | replication.c | 12 * See the COPYING file in the top-level directory. 22 #include "system/block-backend.h" 58 #define REPLICATION_TOP_ID "top-id" 86 BDRVReplicationState *s = bs->opaque; in replication_open() 96 ret = -EINVAL; in replication_open() 108 if (!strcmp(mode, "primary")) { in replication_open() 109 s->mode = REPLICATION_MODE_PRIMARY; in replication_open() 113 "The primary side does not support option top-id"); in replication_open() 117 s->mode = REPLICATION_MODE_SECONDARY; in replication_open() 119 s->top_id = g_strdup(top_id); in replication_open() [all …]
|