Home
last modified time | relevance | path

Searched refs:discards (Results 1 – 9 of 9) sorted by relevance

/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-postcopy-test53 def apply_discards(vm, discards): argument
54 for d in discards:
/qemu/tests/qemu-iotests/
H A D066.out3 === Testing cluster discards ===
/qemu/block/
H A Dqcow2-refcount.c741 QTAILQ_FOREACH_SAFE(d, &s->discards, next, next) { in qcow2_process_discards()
742 QTAILQ_REMOVE(&s->discards, d, next); in qcow2_process_discards()
763 QTAILQ_FOREACH(d, &s->discards, next) { in update_refcount_discard()
784 QTAILQ_INSERT_TAIL(&s->discards, d, next); in update_refcount_discard()
788 QTAILQ_FOREACH_SAFE(p, &s->discards, next, next) { in update_refcount_discard()
800 QTAILQ_REMOVE(&s->discards, p, next); in update_refcount_discard()
H A Dqcow2.h401 QTAILQ_HEAD (, Qcow2DiscardRegion) discards;
H A Dqcow2.c1630 QTAILQ_INIT(&s->discards); in qcow2_do_open()
/qemu/docs/specs/
H A Divshmem-spec.rst240 To receive an interrupt, the device reads and discards as many 8-byte
/qemu/docs/devel/migration/
H A Dpostcopy.rst80 have discards on them to be broken.
/qemu/qga/
H A Dqapi-schema.json1647 # @discard-ios: discards completed successfully
/qemu/
H A Dqemu-options.hx796 " dummy driver that discards all output\n"
910 Creates a dummy backend that discards all outputs. This backend has