Home
last modified time | relevance | path

Searched full:persistent (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/openbmc/qemu/tests/qemu-iotests/
H A D246.out8 …p-add", "arguments": {"granularity": 32768, "name": "Small", "node": "drive0", "persistent": true}}
10 {"execute": "block-dirty-bitmap-add", "arguments": {"name": "Medium", "node": "drive0", "persistent
12 …-add", "arguments": {"granularity": 131072, "name": "Large", "node": "drive0", "persistent": true}}
14 …block-dirty-bitmap-add", "arguments": {"name": "Transient", "node": "drive0", "persistent": false}}
26 "persistent": false,
34 "persistent": true,
42 "persistent": true,
50 "persistent": true,
66 "persistent": true,
74 "persistent": true,
[all …]
H A D236.out29 "persistent": false,
37 "persistent": false,
93 "persistent": false,
101 "persistent": false,
195 "persistent": false,
203 "persistent": false,
211 "persistent": false,
265 "persistent": false,
273 "persistent": false,
281 "persistent": false,
[all …]
H A D26045 def test(persistent, restart): argument
46 assert persistent or not restart
47 log("\nTestcase {}persistent {} restart\n".format(
48 '' if persistent else 'non-', 'with' if restart else 'without'))
56 persistent=persistent)
92 test(persistent=False, restart=False)
93 test(persistent=True, restart=False)
94 test(persistent=True, restart=True)
H A D254.out3 …: "block-dirty-bitmap-add", "arguments": {"name": "bitmap1", "node": "drive0", "persistent": true}}
5 …: "block-dirty-bitmap-add", "arguments": {"name": "bitmap2", "node": "drive0", "persistent": true}}
43 "persistent": true
64 "persistent": true
101 "persistent": true,
109 "persistent": true,
117 "persistent": false,
H A D2464 # Test persistent bitmap resizing.
51 name="Small", granularity=gran_small, persistent=True)
53 name="Medium", persistent=True)
55 name="Large", granularity=gran_large, persistent=True)
57 name="Transient", persistent=False)
70 name="New", persistent=True)
74 name="Newtwo", persistent=True)
87 name="NewB", persistent=True)
97 name="NewC", persistent=True)
H A D25438 persistent=True)
40 persistent=True)
49 # copy non-persistent bitmap0
56 # copy persistent bitmap1, original will be saved to base image
58 'data': {'node': 'snap', 'name': 'bitmap1', 'persistent': True}},
63 # move persistent bitmap2, original will be removed and not saved
66 'data': {'node': 'snap', 'name': 'bitmap2', 'persistent': True}},
H A D260.out2 Testcase non-persistent without restart
4 … "block-dirty-bitmap-add", "arguments": {"name": "bitmap0", "node": "drive0", "persistent": false}}
19 Testcase persistent without restart
21 …: "block-dirty-bitmap-add", "arguments": {"name": "bitmap0", "node": "drive0", "persistent": true}}
36 Testcase persistent with restart
38 …: "block-dirty-bitmap-add", "arguments": {"name": "bitmap0", "node": "drive0", "persistent": true}}
H A D257.out60 "persistent": false,
114 "persistent": false,
121 "persistent": false,
128 "persistent": false,
137 "persistent": false,
145 "persistent": false,
170 "persistent": false,
198 "persistent": false,
246 "persistent": false,
329 "persistent": false,
[all …]
/openbmc/qemu/docs/system/
H A Dpr-manager.rst2 Persistent reservation managers
5 SCSI persistent reservations allow restricting access to block devices
8 machines to send persistent reservation SCSI commands. However,
15 implementation of persistent reservations to a separate object,
16 the "persistent reservation manager". Only PERSISTENT RESERVE OUT and
17 PERSISTENT RESERVE IN commands are passed to the persistent reservation
21 Defining a persistent reservation manager
24 A persistent reservation manager is an instance of a subclass of the
29 over Unix sockets. The helper program only allows sending persistent
31 so that QEMU will not be able to effect persistent reservations
[all …]
/openbmc/qemu/docs/interop/
H A Dpr-helper.rst4 Persistent reservation helper protocol
8 can delegate implementation of persistent reservations to an external
9 (and typically privileged) program. Persistent Reservations allow
15 "PERSISTENT RESERVE IN" and "PERSISTENT RESERVE OUT" commands.
57 (PERSISTENT RESERVE IN) or 0x5F (PERSISTENT RESERVE OUT).
59 - the allocation length (stored in bytes 7-8 of the CDB for PERSISTENT
61 for PERSISTENT RESERVE OUT) is limited to 8 KiB.
63 For PERSISTENT RESERVE OUT, the parameter list is sent right after the
70 - 4 bytes for the payload size (nonzero only for PERSISTENT RESERVE IN
81 specified in the CDB for the PERSISTENT RESERVE IN command.
/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/network/
H A Dpersistent-net-name.bb1 SUMMARY = "udev rules for persistent net name"
2 DESCRIPTION = "udev rules for persistent net name"
9 SRC_URI += "file://85-persistent-net.rules"
15 install -m 0644 ${UNPACKDIR}/85-persistent-net.rules ${D}/${base_libdir}/udev/rules.d
/openbmc/u-boot/test/py/tests/
H A Dtest_gpt.py31 persistent = u_boot_console.config.persistent_data_dir + '/' + filename
34 with u_boot_utils.persistent_file_helper(u_boot_console.log, persistent):
35 if os.path.exists(persistent):
36 u_boot_console.log.action('Disk image file ' + persistent +
39 u_boot_console.log.action('Generating ' + persistent)
40 fd = os.open(persistent, os.O_RDWR | os.O_CREAT)
44 persistent)
47 cmd = ('sgdisk', '--new=1:2048:4095', '-c 1:part1', persistent)
50 cmd = ('sgdisk', '--new=2:4096:7167', '-c 2:part2', persistent)
52 cmd = ('sgdisk', '-l', persistent)
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DPersistentMemory.interface.yaml2 Implement to provide Persistent memory attributes.
30 Total size of persistent regions in kibibytes (KiB).
50 Maximum size of a single persistent region in kibibytes (KiB).
68 Total number of persistent regions this memory can support.
103 Memory module supports volatile or non-persistent memory mode.
104 - name: Persistent
/openbmc/qemu/docs/tools/
H A Dqemu-pr-helper.rst2 QEMU persistent reservation helper
13 Implements the persistent reservation helper for QEMU.
15 SCSI persistent reservations allow restricting access to block devices
18 machines to send persistent reservation SCSI commands. However,
22 and ``scsi-generic`` support passing guest persistent reservation
29 section on "persistent reservation managers" to find out how to
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors.out9 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
11 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
17 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
18 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
H A Dmigrate-bitmaps-test63 def add_bitmap(self, vm, granularity, persistent): argument
67 if persistent:
68 params['persistent'] = True
81 def do_test_migration_resume_source(self, persistent, migrate_bitmaps): argument
96 self.add_bitmap(self.vm_a, granularity, persistent)
112 removed = (not migrate_bitmaps) and persistent
131 # test that bitmap is still persistent
133 self.check_bitmap(self.vm_a, sha256 if persistent else False)
135 def do_test_migration(self, persistent, migrate_bitmaps, online, argument
145 (migrate_bitmaps and (persistent or not pre_shutdown)) or \
[all …]
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_flat.h8 #define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp) argument
9 #define flat_set_persistent(relval, persistent) (*persistent) argument
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/
H A Dphosphor-static-norootfs-init.bb12 50-mount-persistent \
46 # Create persistent mount points and add to mount script.
49 touch ${D}/$mountpoint/.keep.mount-persistent
52 ${D}${PKG_INSTALL_DIR}/initfiles/50-mount-persistent
63 FILES:${PN}:append = " ${@ " ".join([ '/' + x + '/.keep.mount-persistent' for x in d.getVar('NOROOT…
/openbmc/qemu/linux-user/generic/
H A Dtarget_flat.h12 #define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp) argument
13 #define flat_set_persistent(relval, persistent) (*persistent) argument
/openbmc/bmcweb/features/ibm/
H A Dutils.hpp18 // Create persistent directory in createDirectory()
21 BMCWEB_LOG_DEBUG("Creating persistent directory : {}", path); in createDirectory()
27 BMCWEB_LOG_ERROR("Failed to create persistent directory : {}", path); in createDirectory()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Metric/
H A DReset.interface.yaml2 This interface allows to reset persistent metric counters.
7 Resets the persistent count for the metric.
/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/
H A Djournald-storage-policy.conf3 # - Default journald to write to persistent storage
8 Storage=persistent
/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd/
H A Djournald-storage-policy.conf3 # - Default journald to write to persistent storage
8 Storage=persistent
/openbmc/u-boot/lib/libavb/
H A Davb_ops.h19 /* Well-known names of named persistent values. */
39 * AVB_IO_RESULT_ERROR_NO_SUCH_VALUE is returned if a named persistent value
42 * AVB_IO_RESULT_ERROR_INVALID_VALUE_SIZE is returned if a named persistent
240 /* Reads a persistent value corresponding to the given |name|. The value is
256 * This operation is currently only used to support persistent digests. If a
257 * device does not use persistent digests this function pointer can be set to
266 /* Writes a persistent value corresponding to the given |name|. The value is
278 * This operation is currently only used to support persistent digests. If a
279 * device does not use persistent digests this function pointer can be set to
/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/
H A Dvpd_data4 # @brief: Collect VPD persistent data
10 desc="VPD persistent data"

12345678910>>...15