Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 153) sorted by relevance

1234567

/qemu/crypto/
H A Dhmac-nettle.c46 qcrypto_nettle_hmac_update update; member
52 .update = (qcrypto_nettle_hmac_update)hmac_md5_update,
58 .update = (qcrypto_nettle_hmac_update)hmac_sha1_update,
64 .update = (qcrypto_nettle_hmac_update)hmac_sha224_update,
70 .update = (qcrypto_nettle_hmac_update)hmac_sha256_update,
76 .update = (qcrypto_nettle_hmac_update)hmac_sha384_update,
82 .update = (qcrypto_nettle_hmac_update)hmac_sha512_update,
88 .update = (qcrypto_nettle_hmac_update)hmac_ripemd160_update,
150 qcrypto_hmac_alg_map[hmac->alg].update(&ctx->u, len, base); in qcrypto_nettle_hmac_bytesv()
/qemu/ui/
H A Dspice-display.c123 SimpleSpiceUpdate *update; in qemu_spice_create_one_update() local
135 update = g_malloc0(sizeof(*update)); in qemu_spice_create_one_update()
137 image = &update->image; in qemu_spice_create_one_update()
240 QXLRect update = { in qemu_spice_create_update() local
265 update = g_malloc0(sizeof(*update) + size); in qemu_spice_create_cursor_update()
266 ccmd = &update->cmd; in qemu_spice_create_cursor_update()
297 return update; in qemu_spice_create_cursor_update()
308 g_free(update->bitmap); in qemu_spice_destroy_update()
309 g_free(update); in qemu_spice_destroy_update()
543 if (update != NULL) { in interface_get_command()
[all …]
/qemu/hw/timer/
H A Da9gtimer.c79 A9GTimerUpdate update = a9_gtimer_get_update(s); in a9_gtimer_update() local
90 if (gtb->compare < update.new) { in a9_gtimer_update()
95 QEMU_ALIGN_UP(update.new - gtb->compare, gtb->inc); in a9_gtimer_update()
101 cdiff = (int64_t)gtb->compare - (int64_t)update.new + 1; in a9_gtimer_update()
115 timer_mod(s->timer, update.now + next_cdiff * a9_gtimer_get_conv(s)); in a9_gtimer_update()
119 s->counter = update.new; in a9_gtimer_update()
123 s->cpu_ref_time = update.now; in a9_gtimer_update()
139 A9GTimerUpdate update; in a9_gtimer_read() local
148 update = a9_gtimer_get_update(s); in a9_gtimer_read()
149 ret = extract64(update.new, shift, 32); in a9_gtimer_read()
/qemu/tests/qapi-schema/
H A Dtest-qapi.py137 def open_test_result(dir_name, file_name, update): argument
138 mode = 'r+' if update else 'r'
142 if not update:
147 def test_and_diff(test_name, dir_name, update): argument
164 outfp = open_test_result(dir_name, test_name + '.out', update)
165 errfp = open_test_result(dir_name, test_name + '.err', update)
177 print("%s %s" % (test_name, 'UPDATE' if update else 'FAIL'),
184 if not update:
219 status |= test_and_diff(test_name, dir_name, args.update)
/qemu/scripts/
H A Dqemu-stamp.py17 sha.update(chunk)
19 sha.update(os.fsencode(arg))
20 sha.update(b'\n')
H A Dmake-release31 git submodule update --init --single-branch
44 git submodule update --init --depth 1 -- \
H A Dgit-submodule.sh94 update)
100 $GIT submodule update --init $modules 1>/dev/null
H A Dpython_qmp_updater.py58 def update(text: str) -> str: function
133 t = update(t)
/qemu/tests/qemu-iotests/
H A Dqcow2.py58 h.update(fd)
71 h.update(fd)
98 h.update(fd)
122 h.update(fd)
H A Dfindtests.py130 res.update(*(self.groups[g] for g in groups))
140 res.update(self.all_tests)
/qemu/docs/interop/
H A Dvirtio-balloon-stats.rst42 * A key named last-update, which contains the last stats update
54 couldn't update one or even all stats. If this happens, just wait for
55 the next update
59 and stats are queried, last-update will be 0.
101 "last-update": 1358529861
/qemu/tests/vm/
H A Daarch64vm.py43 config.update(aarch_get_config_defaults(vmcls))
63 config.update(DEFAULT_CONFIG['kvm'])
65 config.update(DEFAULT_CONFIG['tcg'])
/qemu/linux-headers/
H A DREADME2 Only use scripts/update-linux-headers.sh to update!
/qemu/hw/acpi/
H A Dutils.c29 MemoryRegion *acpi_add_rom_blob(FWCfgCallback update, void *opaque, in acpi_add_rom_blob() argument
47 name, update, opaque, NULL, true); in acpi_add_rom_blob()
/qemu/pc-bios/s390-ccw/
H A DMakefile81 .PHONY: git-submodule-update
82 $(SRC_PATH)/../../.git-submodule-status: git-submodule-update config-host.mak
85 git-submodule-update:
/qemu/hw/display/
H A Dqxl.c616 SimpleSpiceUpdate *update; in interface_get_command() local
627 update = QTAILQ_FIRST(&qxl->ssd.updates); in interface_get_command()
628 if (update != NULL) { in interface_get_command()
630 *ext = update->ext; in interface_get_command()
749 SimpleSpiceUpdate *update; in interface_release_resource() local
1701 QXLRect update = d->ram->update_area; local
1708 if (update.left >= update.right || update.top >= update.bottom ||
1709 update.left < 0 || update.top < 0) {
1712 update.left, update.top, update.right, update.bottom);
1713 if (update.left == update.right || update.top == update.bottom) {
[all …]
H A Dcg3.c117 int update; in cg3_update_display() local
122 update = 1; in cg3_update_display()
124 update = memory_region_snapshot_get_dirty(&s->vram_mem, snap, page, in cg3_update_display()
128 if (update) { in cg3_update_display()
H A Dxenfb.c833 x = MAX(event->update.x, 0); in xenfb_handle_events()
834 y = MAX(event->update.y, 0); in xenfb_handle_events()
835 w = MIN(event->update.width, xenfb->width - x); in xenfb_handle_events()
836 h = MIN(event->update.height, xenfb->height - y); in xenfb_handle_events()
841 if (x != event->update.x || in xenfb_handle_events()
842 y != event->update.y || in xenfb_handle_events()
843 w != event->update.width || in xenfb_handle_events()
844 h != event->update.height) { in xenfb_handle_events()
/qemu/target/ppc/translate/
H A Dfp-impl.c.inc320 /* XXX: beware that fabs never checks for NaNs nor update FPSCR */
340 /* XXX: beware that fmr never checks for NaNs nor update FPSCR */
357 /* XXX: beware that fnabs never checks for NaNs nor update FPSCR */
377 /* XXX: beware that fneg never checks for NaNs nor update FPSCR */
397 /* XXX: beware that fcpsgn never checks for NaNs nor update FPSCR */
973 bool update, bool store, bool single)
979 if (update && ra == 0) {
1001 if (update) {
1014 static bool do_lsfp_PLS_D(DisasContext *ctx, arg_PLS_D *a, bool update,
1021 return do_lsfp_D(ctx, &d, update, store, single);
[all …]
/qemu/qapi/
H A Dmisc-target.json29 # @launch-update: The guest is currently being launched; plaintext
37 # @send-update: The guest is currently being migrated out to another
40 # @receive-update: The guest is currently being migrated from another
46 'data': ['uninit', 'launch-update', 'launch-secret', 'running',
47 'send-update', 'receive-update' ],
/qemu/tests/docker/dockerfiles/
H A Ddebian-loongarch-cross.docker13 apt-get update && \
18 RUN apt-get update && \
/qemu/scripts/coverity-scan/
H A Drun-coverity-scan183 --no-update-tools)
187 --update-tools-only)
303 echo --update-tools-only --docker is incompatible with --src-tarball.
/qemu/.gitlab-ci.d/
H A Dcirrus.yml58 UPDATE_COMMAND: pkg update; pkg upgrade -y
72 UPDATE_COMMAND: brew update
88 UPDATE_COMMAND: brew update
/qemu/docs/devel/migration/
H A DCPR.rst6 intended for use when the goal is to update host software components
31 After state and memory are saved, the user may update userland host
87 ### optionally update kernel and reboot
126 ### optionally update kernel and reboot
/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c450 .payload.update.scanout_id = i, in virgl_cmd_resource_flush()
451 .payload.update.x = rf.r.x, in virgl_cmd_resource_flush()
452 .payload.update.y = rf.r.y, in virgl_cmd_resource_flush()
453 .payload.update.width = rf.r.width, in virgl_cmd_resource_flush()
454 .payload.update.height = rf.r.height in virgl_cmd_resource_flush()

1234567