Home
last modified time | relevance | path

Searched full:fix (Results 1 – 25 of 150) sorted by relevance

123456

/qemu/tests/unit/
H A Dtest-qga.c141 static void test_qga_sync_delimited(gconstpointer fix) in test_qga_sync_delimited() argument
143 const TestFixture *fixture = fix; in test_qga_sync_delimited()
182 static void test_qga_sync(gconstpointer fix) in test_qga_sync() argument
184 const TestFixture *fixture = fix; in test_qga_sync()
210 static void test_qga_ping(gconstpointer fix) in test_qga_ping() argument
212 const TestFixture *fixture = fix; in test_qga_ping()
220 static void test_qga_id(gconstpointer fix) in test_qga_id() argument
222 const TestFixture *fixture = fix; in test_qga_id()
231 static void test_qga_invalid_oob(gconstpointer fix) in test_qga_invalid_oob() argument
233 const TestFixture *fixture = fix; in test_qga_invalid_oob()
[all …]
/qemu/block/
H A Dqed-check.c21 bool fix; /* whether to fix invalid offsets */ member
90 if (check->fix) { in qed_check_l2_table()
132 if (check->fix) { in qed_check_l1_table()
158 if (num_invalid_l2 > 0 && check->fix) { in qed_check_l1_table()
174 if (num_invalid_l1 > 0 && check->fix) { in qed_check_l1_table()
224 int coroutine_fn qed_check(BDRVQEDState *s, BdrvCheckResult *result, bool fix) in qed_check() argument
231 .fix = fix, in qed_check()
247 if (fix) { in qed_check()
H A Dparallels.c596 BdrvCheckMode fix) in parallels_check_unclean() argument
605 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR"); in parallels_check_unclean()
607 if (fix & BDRV_FIX_ERRORS) { in parallels_check_unclean()
661 BdrvCheckMode fix) in parallels_check_data_off() argument
678 if (fix & BDRV_FIX_ERRORS) { in parallels_check_data_off()
694 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR"); in parallels_check_data_off()
701 BdrvCheckMode fix) in parallels_check_outside_image() argument
718 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR", i); in parallels_check_outside_image()
720 if (fix & BDRV_FIX_ERRORS) { in parallels_check_outside_image()
743 BdrvCheckMode fix, bool explicit) in parallels_check_leak() argument
[all …]
H A Dqcow2-refcount.c1594 * Fix L2 entry by making it QCOW2_CLUSTER_ZERO_PLAIN (or making all its present
1666 int flags, BdrvCheckMode fix, bool active) in check_refcounts_l2() argument
1778 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR", in check_refcounts_l2()
1780 if (fix & BDRV_FIX_ERRORS) { in check_refcounts_l2()
1801 * Failed to fix. in check_refcounts_l2()
1866 int flags, BdrvCheckMode fix, bool active) in check_refcounts_l1() argument
1935 fix, active); in check_refcounts_l1()
1953 check_oflag_copied(BlockDriverState *bs, BdrvCheckResult *res, BdrvCheckMode fix) in check_oflag_copied() argument
1962 if (fix & BDRV_FIX_ERRORS) { in check_oflag_copied()
1965 } else if (fix & BDRV_FIX_LEAKS) { in check_oflag_copied()
[all …]
H A Dqcow2-snapshot.c432 BdrvCheckMode fix) in qcow2_check_read_snapshot_table() argument
458 if (s->nb_snapshots > QCOW_MAX_SNAPSHOTS && (fix & BDRV_FIX_ERRORS)) { in qcow2_check_read_snapshot_table()
488 ret = qcow2_do_read_snapshots(bs, fix & BDRV_FIX_ERRORS, in qcow2_check_read_snapshot_table()
511 * fix that. in qcow2_check_read_snapshot_table()
513 assert(fix & BDRV_FIX_ERRORS); in qcow2_check_read_snapshot_table()
543 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR", i); in qcow2_check_read_snapshot_table()
553 BdrvCheckMode fix) in qcow2_check_fix_snapshot_table() argument
558 if (result->corruptions && (fix & BDRV_FIX_ERRORS)) { in qcow2_check_fix_snapshot_table()
H A Dcoroutines.h41 bdrv_co_check(BlockDriverState *bs, BdrvCheckResult *res, BdrvCheckMode fix);
/qemu/docs/devel/
H A Dstable-process.rst11 a four-number version is released, if a single urgent fix needs to go
24 * Patches that fix severe issues, like fixes for CVEs
26 * Patches that fix regressions
H A Dsubmitting-a-patch.rst6 QEMU welcomes contributions to fix bugs, add functionality or improve
13 one-shot fix, the bare minimum we ask is that:
135 patch. (It's OK to fix coding style issues in the immediate area (few
137 really does need a reindent or other large-scale style fix, submit this
139 same patch as your bug fix.
215 your series fixes. Keeping separate commits for the test and the fix
368 number of review-fix cycles because the reviewers haven't bought into
440 Maintainers are often willing to manually fix up first-time
451 Stay around to fix problems raised in code review
466 merge and then fix up your code after the fact.
[all …]
/qemu/scripts/
H A Dfix-multiline-comments.sh3 # Fix multiline comments to match docs/devel/style.rst
9 # Usage: scripts/fix-multiline-comments.sh [-i] FILE...
/qemu/hw/net/
H A Dnet_tx_pkt.h104 * Fix ip header fields and calculate IP header and pseudo header checksums.
221 * Fix IPv6 'plen' field.
224 * For packets with a payload less than 65,535: fix 'plen' field.
/qemu/docs/system/
H A Dcpu-models-x86.rst.inc130 Recommended to mitigate the cost of the Meltdown (CVE-2017-5754) fix.
139 Required to enable the Spectre v2 (CVE-2017-5715) fix.
159 Required to enable the CVE-2018-3639 fix.
308 Required to enable the Spectre v2 (CVE-2017-5715) fix.
327 Required to enable the CVE-2018-3639 fix
341 Required to enable the CVE-2018-3639 fix
/qemu/docs/devel/migration/
H A Dcompatibility.rst147 That way we fix the cases 5 and 6.
321 development. But as soon as we find that there is a problem, we fix
389 The relevant parts of the fix in QEMU are as follow:
408 Now we see how the fix is done. This is going to depend on what kind
453 And now, when qemu-8.0.1 is released with this fix, all combinations
479 change in qemu-8.0.1 release was to fix this issue:
/qemu/
H A D.git-blame-ignore-revs14 # e1000e: fix code style
/qemu/tests/tsan/
H A Dignore.tsan4 # The eventual goal would be to fix these warnings.
H A Dsuppressions.tsan3 # plan to fix, and to explain why for each item.
/qemu/target/hexagon/imported/
H A Dfloat.idef166 "Fix Up Numerator",
174 "Fix Up Denominator",
198 "Fix Up Radicand",
225 "Fix Up Multiplicand for Multiplication",
/qemu/scripts/coccinelle/
H A Derror-use-after-free.cocci1 // Find and fix trivial use-after-free of Error objects
/qemu/tests/qemu-iotests/
H A D0474 # Regression test for commit b7ab0fea (which was a corruption fix,
/qemu/tests/data/acpi/
H A Drebuild-expected-aml.sh39 echo "To fix, run configure \
/qemu/linux-user/
H A Dflat.h59 * with the format above, except to fix bugs with old format support.
/qemu/tests/vm/
H A Dubuntuvm.py37 # First command we issue is fix for slow ssh login.
/qemu/rust/qemu-api/
H A Dwrapper.h36 * Fix potential missing stdatomic.h error in case bindgen does not insert the
/qemu/docs/interop/
H A Dnbd.rst65 additional patches from the corresponding stable branch to fix bugs in
/qemu/target/xtensa/
H A Dimport_core.sh28 # Fix up known issues in the xtensa-modules.c
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh13 …-v2024.1/meta-microblaze/recipes-devtools/gcc/gcc-12/0009-Patch-microblaze-Fix-atomic-boolean-retu…

123456