Home
last modified time | relevance | path

Searched +full:suspend +full:- +full:to +full:- +full:disk (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/qga/
H A Dqapi-schema.json1 # *-*- Mode: Python -*-*
8 # For locating a particular item, please see the `qapi-qga-index`.
12 # .. qmp-example::
14 # -> ... text sent by client (commands) ...
15 # <- ... text sent by server (command responses and events) ...
20 # Please refer to the
21 # :doc:`QEMU Machine Protocol Specification </interop/qmp-spec>`
25 { 'pragma': { 'doc-required': true } }
27 # Lists with items allowed to permit QAPI rule violations; think twice
28 # before you add to them!
[all …]
H A Dcommands-linux.c2 * QEMU Guest Agent Linux-specific command implementations
11 * See the COPYING file in the top-level directory.
16 #include "qga-qapi-commands.h"
18 #include "commands-common.h"
46 slog("failed to stat device file '%s': %s", devpath, strerror(errno)); in dev_major_minor()
47 return -1; in dev_major_minor()
51 return -2; in dev_major_minor()
58 return -1; in dev_major_minor()
70 if (mount->devmajor == devmajor && mount->devminor == devminor) { in dev_exists()
87 error_setg(errp, "failed to open mtab file: '%s'", mtab); in build_fs_mount_list_from_mtab()
[all …]
H A Dcommands-win32.c2 * QEMU Guest Agent win32-specific command implementations
11 * See the COPYING file in the top-level directory.
32 #include "guest-agent-core.h"
33 #include "vss-win32.h"
34 #include "qga-qapi-commands.h"
38 #include "qemu/host-utils.h"
40 #include "commands-common.h"
44 * prefixed to avoid (future) name clashes. Once the definitions get into
62 #pragma GCC diagnostic ignored "-Wredundant-decls"
82 (365 * (1970 - 1601) + \
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DACPIPowerState.interface.yaml2 Implement to set/get ACPI power status
5 - name: SysACPIStatus
11 - name: DevACPIStatus
18 - name: ACPI
22 - name: S0_G0_D0
25 - name: S1_D1
27 Hardware context maintained, typically equates to proc/chip set
29 - name: S2_D2
31 Typically equates to stopped clocks with proc/cache context
33 - name: S3_D3
[all …]
/openbmc/qemu/tests/qtest/migration/i386/
H A Da-b-bootblock.S8 # See the COPYING file in the top-level directory.
12 #include "migration-test.h"
45 # A20 enable - not sure I actually need this
89 # should this test suspend?
94 # are we waking after suspend? do not suspend again.
104 # suspend to ram
115 .p2align 2 /* force 4-byte alignment */
120 /* -- code segment --
127 /* -- data segment --
138 /* test launcher can poke a 1 here to exercise suspend */
[all …]
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py8 # qemu [...] -chardev socket,path=/tmp/qga.sock,server=on,wait=off,id=qga0 \
9 -device virtio-serial \
10 -device virtserialport,chardev=qga0,name=org.qemu.guest_agent.0
14 $ qemu-ga-client --address=/tmp/qga.sock <command> [args...]
19 $ qemu-ga-client <command> [args...]
23 $ qemu-ga-client cat /etc/resolv.conf
26 $ qemu-ga-client fsfreeze status
28 $ qemu-ga-client fsfreeze freeze
37 # the COPYING file in the top-level directory.
58 # some time. If you would like to improve it, please review the design
[all …]
/openbmc/qemu/hw/block/
H A Dxen-block.c5 * See the COPYING file in the top-level directory.
10 #include "qemu/main-loop.h"
14 #include "qapi/qapi-commands-block-core.h"
15 #include "qapi/qapi-commands-qom.h"
16 #include "qapi/qapi-visit-block-core.h"
17 #include "qapi/qobject-input-visitor.h"
23 #include "hw/qdev-properties.h"
24 #include "hw/xen/xen-block.h"
25 #include "hw/xen/xen-backend.h"
27 #include "system/block-backend.h"
[all …]
H A Dpflash_cfi02.c23 * - flash read
24 * - flash write
25 * - flash ID read
26 * - sector erase
27 * - chip erase
28 * - unlock bypass command
29 * - CFI queries
38 #include "hw/qdev-properties.h"
39 #include "hw/qdev-properties-system.h"
41 #include "qemu/error-report.h"
[all …]
H A Dvirtio-blk.c10 * the COPYING file in the top-level directory.
15 #include "qemu/defer-call.h"
19 #include "qemu/error-report.h"
20 #include "qemu/main-loop.h"
24 #include "hw/qdev-properties.h"
26 #include "system/block-ram-registrar.h"
29 #include "hw/virtio/virtio-blk.h"
34 #include "hw/virtio/virtio-bus.h"
35 #include "migration/qemu-file-types.h"
36 #include "hw/virtio/iothread-vq-mapping.h"
[all …]
H A Dpflash_cfi01.c24 * - flash read
25 * - flash write
26 * - flash ID read
27 * - sector erase
28 * - CFI queries
33 * It does not implement erase suspend/resume commands
42 #include "hw/qdev-properties.h"
43 #include "hw/qdev-properties-system.h"
44 #include "system/block-backend.h"
46 #include "qemu/error-report.h"
[all …]
/openbmc/qemu/docs/devel/testing/
H A Dblkdebug.rst5 Copyright (C) 2014-2015 Red Hat Inc
8 the COPYING file in the top-level directory.
10 The ``blkdebug`` block driver is a rule-based error injection engine. It can be
11 used to exercise error code paths in block drivers including ``ENOSPC`` (out of
17 ----------
21 discipline to keep image files consistent.
23 Error injection allows test cases to trigger I/O errors at specific points.
24 This way, all error paths can be tested to make sure they are correct.
27 -----
29 engine when to fail an I/O request.
[all …]
/openbmc/qemu/hw/mips/
H A Dloongson3_virt.c2 * Generic Loongson-3 Platform support
4 * Copyright (c) 2018-2020 Huacai Chen (chenhc@lemote.com)
5 * Copyright (c) 2018-2020 Jiaxun Yang <jiaxun.yang@flygoat.com>
22 * Generic virtualized PC Platform based on Loongson-3 CPU (MIPS64R2 with
32 #include "hw/char/serial-mm.h"
45 #include "hw/pci-host/gpex.h"
52 #include "qemu/error-report.h"
59 * Loongson-3's virtual machine BIOS can be obtained here:
60 * 1, https://github.com/loongson-community/firmware-nonfree
104 #define TYPE_LOONGSON_MACHINE MACHINE_TYPE_NAME("loongson3-virt")
[all …]
/openbmc/qemu/qapi/
H A Drun-state.json1 # -*- Mode: Python -*-
18 # @finish-migrate: guest is paused to finish the migration process
22 # the end of the migration. This depends on the command-line -S
26 # @internal-error: An internal error that prevents further guest
29 # @io-error: the last IOP has failed and the device is configured to
36 # @prelaunch: QEMU was started with -S and guest has not started
38 # @restore-vm: guest is paused to restore VM state
42 # @save-vm: guest is paused to save the VM state
44 # @shutdown: guest is shut down (and -no-shutdown is in use)
48 # @watchdog: the watchdog action is configured to pause and has been
[all …]
H A Dmachine.json1 # -*- Mode: Python -*-
5 # See the COPYING file in the top-level directory.
14 { 'include': 'machine-common.json' }
20 # targets. Run "./configure --help" in the project root directory,
21 # and look for the \*-softmmu targets near the "--target-list" option.
31 # .. note:: The resulting QMP strings can be appended to the
32 # "qemu-system-" prefix to produce the corresponding QEMU
33 # executable name. This is true even for "qemu-system-x86_64".
54 'data': [ 'uninitialized', 'stopped', 'check-stop', 'operating', 'load' ] }
61 # @cpu-state: the virtual CPU's state
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DVolume.v1_10_1.json4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2015-2024 Storage Networking Industry Association (SNIA), USA. All rights …
10 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
95 …"description": "This action is used to establish a replication relationship by assigning an existi…
96 …scription": "This action shall be used to establish a replication relationship by assigning an exi…
100 "description": "The type of replica relationship to be created.",
101 …scription": "This parameter shall contain the type of replica relationship to be created (e.g., Cl…
111 "description": "The Uri to the existing target volume.",
112 … "longDescription": "This parameter shall contain the Uri to the existing target volume.",
[all …]
/openbmc/qemu/
H A Dhmp-commands.hx27 .help = "commit changes to the disk images (if -snapshot is used) or backing files",
33 Commit changes to the disk images (if -snapshot is used) or backing files.
35 will be resized to be the same size as the snapshot. If the snapshot is
37 If you want the backing file to match the size of the smaller snapshot,
70 available during the preconfig state (i.e. when the --preconfig command
87 action to see the updated size. Resize to a lower size is supported,
122 .args_type = "force:-f,device:B",
123 .params = "[-f] device",
124 .help = "stop an active background block operation (use -f"
125 "\n\t\t\t if you want to abort the operation immediately"
[all …]
/openbmc/qemu/docs/interop/
H A Dfirmware.json1 # -*- Mode: Python -*-
11 # later. See the COPYING file in the top-level directory.
20 'member-name-exceptions': [
27 # Lists the firmware-OS interface types provided by various firmware
34 # 1275-1994 standard. Examples for firmware projects that
37 # @uboot: Firmware interface defined by the U-Boot project.
53 # @flash: The firmware executable and its accompanying NVRAM file are to
56 # @kernel: The firmware is to be loaded like a Linux kernel. This is
57 # similar to @memory but may imply additional processing that
58 # is specific to the target architecture and machine type.
[all …]
/openbmc/ipmitool/doc/
H A Dipmitool.13 ipmitool \- utility for controlling IPMI\-enabled devices
6 ipmitool [ <options> ] <command> [ <sub-commands and sub-options> ]
8 <options> := [ <general-options> | <conditional-opts> ]
13 <general-options> := [ -h | -V | -v | -I <interface> | -H <address> |
14 -d <N> | -p <port> | -c | -U <username> |
15 -L <privlvl> | -l <lun> | -m <local_address> |
16 -N <sec> | -R <count> | <password-option> |
17 <oem-option> | <bridge-options> ]
19 <conditional-opts> := [ <lan-options> | <lanplus-options> |
20 <command-options> ]
[all …]
/openbmc/qemu/pc-bios/
HDopenbios-sparc32 ... -dma-map-in) to (dma-map-in) / find-device banner-
HDopenbios-ppc ... (dma-map-in) ppc-dma-sync ['] ppc-dma-sync to ( ...
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DVolume_v1.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!---->
3 <!-- Copyright 2015-2025 Storage Networking Industry Association (SNIA), USA. All rights reserved.-…
5 <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
7 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular…
10 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular…
13 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular…
88 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume">
93 …OData.Description" String="Volume contains properties used to describe a volume, virtual disk, LUN…
94 …ongDescription" String="This resource shall be used to represent a volume, virtual disk, logical d…
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sel.h16 * contributors may be used to endorse or promote products derived
22 * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
29 * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
150 /* The sel module uses the "iana" number to select the appropriate array at run time
173 /* based on PICMG IPMB-0 Link state sensor */
174 { 0xC3 , 0x02 , 0xff, IPMI_EVENT_CLASS_DISCRETE , "IPMB-L Link State", "IPMB L Disabled" },
175 { 0xC3 , 0x03 , 0xff, IPMI_EVENT_CLASS_DISCRETE , "IPMB-L Link State", "IPMB L Enabled" },
230 { 0x01, 0x00, 0xff, IPMI_EVENT_CLASS_THRESHOLD, "Threshold", "Lower Non-critical going low " },
231 { 0x01, 0x01, 0xff, IPMI_EVENT_CLASS_THRESHOLD, "Threshold", "Lower Non-critical going high" },
234 { 0x01, 0x04, 0xff, IPMI_EVENT_CLASS_THRESHOLD, "Threshold", "Lower Non-recoverable going low " },
[all …]
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c12 * the COPYING file in the top-level directory.
22 #include "hw/mem/pc-dimm.h"
23 #include "hw/qdev-properties.h"
26 #include "hw/virtio/virtio-balloon.h"
27 #include "system/address-spaces.h"
29 #include "qapi/qapi-events-machine.h"
32 #include "qemu/error-report.h"
35 #include "hw/virtio/virtio-bus.h"
36 #include "hw/virtio/virtio-access.h"
47 if (!pbp->bitmap) { in virtio_balloon_pbp_free()
[all …]
/openbmc/u-boot/common/
H A Dusb_hub.c1 // SPDX-License-Identifier: GPL-2.0+
6 * (C) Copyright Johannes Erdfelt 1999-2001
15 * Adapted for U-Boot:
49 struct usb_device *dev; /* USB hub device to scan */
51 int port; /* USB port to scan */
64 return hdev->descriptor.bDeviceProtocol == 3; in usb_hub_is_superspeed()
70 if (device_get_uclass_id(hub->parent) != UCLASS_USB_HUB) in usb_hub_is_root_hub()
79 return -EINVAL; in usb_set_hub_depth()
134 * that U-Boot understands. Do this only when the hub is not root hub. in usb_get_port_status()
141 if (!usb_hub_is_root_hub(dev->dev) && usb_hub_is_superspeed(dev)) { in usb_get_port_status()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DResource_v1.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!---->
3 <!--################################################################################ -->
4 <!--# Redfish Schema: Resource v1.21.0 -->
5 <!--# -->
6 <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7 <!--# available at http://www.dmtf.org/standards/redfish -->
8 <!--# Copyright 2014-2025 DMTF. -->
9 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10 <!--################################################################################ -->
[all …]

12