Home
last modified time | relevance | path

Searched full:incremental (Results 1 – 25 of 167) sorted by relevance

1234567

/openbmc/qemu/docs/interop/
H A Dbitmaps.rst9 Dirty Bitmaps and Incremental Backup
14 incremental or differential backup regimens.
46 QEMU uses these bitmaps when making incremental backups to know which sections
276 - An incremental backup created from an empty bitmap will copy no data, as if
497 #. At a later point, issue incremental backups from ``bitmap0``.
500 incremental backups made from this point forward would be correctly aligned to
503 This is not particularly useful if we decide we want to start incremental
513 #. At a later point, issue incremental backups from ``bitmap0``.
516 drive backup, incremental backups can still be authored from this
534 Incremental Backups - Push Model
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-incremental_24.7.2.bb1 DESCRIPTION = "Incremental is a small library that versions your Python projects"
2 HOMEPAGE = "https://github.com/twisted/incremental"
16 ${PYTHON_SITEPACKAGES_DIR}/incremental/update.py \
17 ${PYTHON_SITEPACKAGES_DIR}/incremental/__pycache__/update*.pyc \
24 FILES:${PN}-tests = "${PYTHON_SITEPACKAGES_DIR}/incremental/tests"
H A Dpython3-twisted_24.11.0.bb29 python3-incremental-native \
52 python3-incremental \
/openbmc/qemu/tests/qemu-iotests/
H A D1244 # Tests for incremental drive-backup
233 sync='incremental', bitmap=bitmap.name,
246 for incremental, reference in bitmap.backups:
247 self.assertTrue(iotests.compare_images(incremental, reference))
262 # Sanity: Create a "hollow" incremental backup
291 Test: Create and verify three incremental backups.
294 then create a series of three incremental backups "during execution,"
357 # Perform Incremental Backup
359 sync='incremental',
379 Create an incremental backup through both bitmaps and verify that
[all …]
H A D2564 # Test incremental/backup across iothread contexts
102 log('\n--- Create Targets & Incremental Backups ---\n')
109 'sync': 'incremental',
115 'sync': 'incremental',
H A D256.out68 --- Create Targets & Incremental Backups ---
95 "sync": "incremental",
105 "sync": "incremental",
H A Dlinters.py96 # mypy bug #9852; disable incremental checking as a workaround.
97 args = ['--no-incremental'] + files
H A D2574 # Test bitmap-sync backups (incremental, differential, and partials)
258 - on-success: This is the "incremental" style mode. Bitmaps are
480 'incremental': {
508 for sync_mode in ('incremental', 'bitmap', 'full', 'top', 'none'):
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A Drootfs.py37 While rpm incremental image generation is enabled, it will remove the
58 bb.note('incremental update -- upgrade packages in place ')
61 bb.note('incremental removed: %s' % ' '.join(pkg_to_remove))
/openbmc/linux/drivers/s390/cio/
H A Ditcw.c3 * Functions for incremental construction of fcx enabled I/O control blocks.
20 * struct itcw - incremental tcw helper data type
22 * This structure serves as a handle for the incremental construction of a
155 * itcw_init - initialize incremental tcw data structure
166 * Prepare the specified buffer to be used as an incremental tcw, i.e. a
176 * On success, return pointer to the resulting incremental tcw data structure,
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py86 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument
91 self.incremental = incremental
237 if not self.incremental:
439 # If our incremental build failed, try building again
451 # incremental build may not build the same file, and we will
H A Dcmdline.py27 help='Reconfigure for every commit (disable incremental build)')
56 parser.add_option('-I', '--incremental', action='store_true',
/openbmc/linux/Documentation/process/
H A Dapplying-patches.rst252 The 5.x.y incremental patches live at
315 The -stable team provides normal as well as incremental patches. Below is
321 These patches are not incremental, meaning that for example the 5.7.3
337 Incremental patches
340 Incremental patches are different: instead of being applied on top
369 The -rc patches are not incremental, they apply to a base 5.x kernel, just
/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.h233 * shash descriptor - needed to perform incremental hashing in
267 * from total_sent for incremental hashing. total_sent includes previous
331 * Digest from incremental hash is saved here to include in next hash
334 * msg_buf because that gets deleted between incremental hash ops
/openbmc/linux/kernel/
H A Dgen_kheaders.sh24 # Support incremental builds by skipping archive generation
27 # This block is useful for debugging the incremental builds.
/openbmc/linux/drivers/staging/board/
H A DKconfig11 This in turn allows for incremental development of both
/openbmc/linux/Documentation/networking/
H A Dxfrm_sync.rst124 used to provide default values for the XFRMA_ETIMER_THRESH in incremental
129 in incremental packet count. The default is two packets.
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0001-tests-fix-TESTSUITE_AT.patch98 - incremental.at\
108 + incremental.at\
/openbmc/linux/arch/s390/include/asm/
H A Ditcw.h3 * Functions for incremental construction of fcx enabled I/O control blocks.
/openbmc/openbmc/poky/meta/classes/
H A Drm_work_and_downloads.bbclass16 # sources, this class is also not suitable for incremental builds.
/openbmc/linux/Documentation/filesystems/
H A Dbtrfs.rst28 * Efficient incremental backup and FS mirroring (send/receive)
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb28 # CVE database incremental update age threshold, in seconds. If the database is
29 # older than this threshold, do a full re-download, else, do an incremental
206 … bb.error("CVE database: Trying to do an incremental update on a larger than supported range")
/openbmc/linux/arch/m68k/include/asm/
H A Dmcfdma.h86 #define MCFDMA_DMR_DSTM_IA 0x00002000L /* Destination uses incremental addressing */
98 #define MCFDMA_DMR_SRCM_IA 0x00000020L /* Source uses incremental addressing */
/openbmc/openbmc-tools/ipkdbg/
H A DREADME.md181 with [`INC_IPK_IMAGE_GEN = "1"`][incremental-builds] by archiving the directory
195 [incremental-builds]:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/files/
H A D0001-csv-revision-Drop-the-git-revision-info.patch7 to produce an incremental revision number like 1.8.18.13 or 1.8.18.14

1234567