Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 25 of 26) sorted by relevance

12

/qemu/ui/
H A Dsdl2-gl.c76 scon->updates++; in sdl2_gl_update()
118 if (scon->updates && scon->real_window) { in sdl2_gl_refresh()
119 scon->updates = 0; in sdl2_gl_refresh()
H A Dspice-display.c185 QTAILQ_INSERT_TAIL(&ssd->updates, update, next); in qemu_spice_create_one_update()
360 QTAILQ_INIT(&ssd->updates); in qemu_spice_display_init_common()
430 while ((update = QTAILQ_FIRST(&ssd->updates)) != NULL) { in qemu_spice_display_switch()
431 QTAILQ_REMOVE(&ssd->updates, update, next); in qemu_spice_display_switch()
490 if (QTAILQ_EMPTY(&ssd->updates) && ssd->ds) { in qemu_spice_display_refresh()
542 update = QTAILQ_FIRST(&ssd->updates); in interface_get_command()
544 QTAILQ_REMOVE(&ssd->updates, update, next); in interface_get_command()
H A Dcocoa.m774 * sequence, effectively updates CapsLock state on the guest.
/qemu/tests/qemu-iotests/
H A D082.out69 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
95 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
121 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
147 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
173 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
199 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
225 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
251 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
291 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
379 lazy_refcounts=<bool (on/off)> - Postpone refcount updates
[all …]
/qemu/include/ui/
H A Dsdl2.h42 int updates; member
H A Dspice-display.h106 QTAILQ_HEAD(, SimpleSpiceUpdate) updates;
/qemu/docs/
H A Dxbzrle.txt12 compressed version of the updates, thus reducing the amount of data sent during
44 On the sender side XBZRLE is used as a compact delta encoding of page updates,
/qemu/docs/devel/
H A Drcu.txt11 serialize multiple updates, but other approaches are possible (e.g.,
12 restricting updates to a single task). In QEMU, when a lock is used,
14 lock" (BQL). Also, restricting updates to a single task is done in
31 How is this possible? The basic idea is to split updates in two phases,
H A Dmaintainers.rst82 The process is simple - simply send a patch to the list that updates
H A Dmulti-thread-tcg.rst213 TLB flag updates are all done atomically and are also protected by the
H A Dclocks.rst407 updates on every connected input.
H A Dtcg-plugins.rst647 ``include/qemu/qemu-plugin.h``. Please ensure any updates to the API
H A Dmulti-process.rst798 image allocated by the KVM driver. As device emulation updates device
/qemu/docs/interop/
H A Dvhost-user-gpu.rst21 events for the display updates. It will also update the cursor shape
H A Dqcow2.txt135 lazy refcount updates can be used. This means
137 refcount metadata updates.
H A Dvhost-user.rst1531 rendering state and updates. See vhost-user-gpu.rst for details.
/qemu/docs/specs/
H A Dacpi_erst.rst69 - share: The share=on parameter is required so that updates to the
H A Dtpm.rst188 leave enough room for future updates.
/qemu/docs/system/i386/
H A Dsgx.rst129 QEMU SGX updates the ``etc/msr_feature_control`` fw_cfg entry to set the SGX
H A Dhyperv.rst231 avoid unnecessary updates to L2 MSR-Bitmap upon vmexits. While the protocol is
/qemu/target/hexagon/
H A DREADME100 Note that generate_A2_add updates the disassembly context to be processed
/qemu/hw/display/
H A Dqxl.c627 update = QTAILQ_FIRST(&qxl->ssd.updates); in interface_get_command()
629 QTAILQ_REMOVE(&qxl->ssd.updates, update, next); in interface_get_command()
/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc145 If this option is set to ``on``, reference count updates are postponed with
148 metadata updates. The tradeoff is that after a host crash, the reference count
/qemu/docs/devel/migration/
H A Dcompatibility.rst79 migration to qemu-5.1. Notice that we can't make updates to
/qemu/docs/tools/
H A Dqemu-img.rst866 If this option is set to ``on``, reference count updates are
870 updates. The tradeoff is that after a host crash, the reference

12