/qemu/crypto/ |
H A D | hmac-nettle.c | 49 qcrypto_nettle_hmac_update update; member 55 .update = (qcrypto_nettle_hmac_update)hmac_md5_update, 61 .update = (qcrypto_nettle_hmac_update)hmac_sha1_update, 67 .update = (qcrypto_nettle_hmac_update)hmac_sha224_update, 73 .update = (qcrypto_nettle_hmac_update)hmac_sha256_update, 79 .update = (qcrypto_nettle_hmac_update)hmac_sha384_update, 85 .update = (qcrypto_nettle_hmac_update)hmac_sha512_update, 91 .update = (qcrypto_nettle_hmac_update)hmac_ripemd160_update, 98 .update = (qcrypto_nettle_hmac_update)hmac_sm3_update, 161 qcrypto_hmac_alg_map[hmac->alg].update(&ctx->u, len, base); in qcrypto_nettle_hmac_bytesv()
|
/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 128 def open_test_result(dir_name, file_name, update): argument 129 mode = 'r+' if update else 'r' 133 if not update: 138 def test_and_diff(test_name, dir_name, update): argument 155 outfp = open_test_result(dir_name, test_name + '.out', update) 156 errfp = open_test_result(dir_name, test_name + '.err', update) 168 print("%s %s" % (test_name, 'UPDATE' if update else 'FAIL'), 175 if not update: 199 parser.add_argument('-u', '--update', action='store_true', 201 help="update expected test results") [all …]
|
/qemu/roms/ |
H A D | Makefile | 61 @echo " bios -- update bios.bin (seabios)" 62 @echo " vgabios -- update vgabios binaries (seabios)" 63 @echo " pxerom -- update nic roms (bios only)" 64 @echo " efirom -- update nic roms (bios+efi)" 65 @echo " slof -- update slof.bin" 66 @echo " skiboot -- update skiboot.lid" 67 @echo " u-boot.e500 -- update u-boot.e500" 68 @echo " u-boot.sam460 -- update u-boot.sam460" 69 @echo " npcm7xx_bootrom -- update vbootrom for npcm7xx" 70 @echo " npcm8xx_bootrom -- update vbootrom for npcm8xx" [all …]
|
/qemu/ui/ |
H A D | spice-display.c | 125 SimpleSpiceUpdate *update; in qemu_spice_create_one_update() local 137 update = g_malloc0(sizeof(*update)); in qemu_spice_create_one_update() 138 drawable = &update->drawable; in qemu_spice_create_one_update() 139 image = &update->image; in qemu_spice_create_one_update() 140 cmd = &update->ext.cmd; in qemu_spice_create_one_update() 144 update->bitmap = g_malloc(bw * bh * 4); in qemu_spice_create_one_update() 149 drawable->release_info.id = (uintptr_t)(&update->ext); in qemu_spice_create_one_update() 170 image->bitmap.data = (uintptr_t)(update->bitmap); in qemu_spice_create_one_update() 175 (void *)update->bitmap, bw * 4); in qemu_spice_create_one_update() 187 QTAILQ_INSERT_TAIL(&ssd->updates, update, next); in qemu_spice_create_one_update() [all …]
|
H A D | dbus-display1.xml | 287 Update = 1 332 Resize and update the display content. 334 The data to transfer for the display update may be large. The preferred 348 Update: 349 @x: X update position, in pixels. 350 @y: Y update position, in pixels. 351 @width: update width, in pixels. 352 @height: update height, in pixels. 357 Update the display content. 361 <method name="Update"> [all …]
|
/qemu/tests/unit/ |
H A D | test-bdrv-graph-mod.c | 87 * When checking node for a possibility to update permissions, it's subtree 280 * update works. 312 * permission update, simple DFS is not enough. 320 * function to update permission should get a specific child to update. 342 * So, we set some option for write-to-selected driver and do permission update. 344 * With simple DFS, if permission update goes first through 347 * But if permission update goes first through write-to-selected -> fl2 -> base 348 * branch it will fail, as when we try to update fl2->base child, old not yet 351 * With topological-sort order we always update parents before children, so fl1 352 * and fl2 are both updated when we update base and there is no conflict. [all …]
|
/qemu/scripts/ |
H A D | git-submodule.sh | 38 echo "and then manually update submodules prior to running make, with:" 40 echo " $ GIT='tsocks git' scripts/git-submodule.sh update $modules" 49 echo " scripts/git-submodule.sh update $maybe_modules" 94 update) 100 $GIT submodule update --init $modules 1>/dev/null 101 test $? -ne 0 && update_error "failed to update modules"
|
H A D | qemu-stamp.py | 17 sha.update(chunk) 19 sha.update(os.fsencode(arg)) 20 sha.update(b'\n')
|
/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 36 # --update-tools-only : update the cached copy of the tools, but don't run them 37 # --no-update-tools : do not update the cached copy of the tools 169 UPDATE=yes 183 --no-update-tools) 185 UPDATE=no 187 --update-tools-only) 189 UPDATE=only 297 if [ "$UPDATE" = only ]; then 298 # Just do the tools update; we don't need to check whether 303 echo --update-tools-only --docker is incompatible with --src-tarball. [all …]
|
/qemu/docs/interop/ |
H A D | virtio-balloon-stats.rst | 42 * 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
|
H A D | vhost-user-gpu.rst | 21 events for the display updates. It will also update the cursor shape 103 :scanout-id: ``u32``, the scanout content to update 105 :x/y/w/h: ``u32``, region of the update 165 VhostUserGpuUpdate update; 232 Update the cursor shape and location. 247 Update the scanout content. The data payload contains the graphical bits.
|
/qemu/include/hw/xen/interface/io/ |
H A D | fbif.h | 21 * Framebuffer update notification event 22 * Capable frontend sets feature-update in xenstore. 23 * Backend requests it by setting request-update in xenstore. 57 struct xenfb_update update; member 73 * refresh the framebuffer (and send an update notification event if 74 * those have been requested), then use the update frequency to guide
|
/qemu/hw/timer/ |
H A D | a9gtimer.c | 84 A9GTimerUpdate update = a9_gtimer_get_update(s); in a9_gtimer_update() local 95 if (gtb->compare < update.new) { in a9_gtimer_update() 100 QEMU_ALIGN_UP(update.new - gtb->compare, gtb->inc); in a9_gtimer_update() 106 cdiff = (int64_t)gtb->compare - (int64_t)update.new + 1; in a9_gtimer_update() 120 timer_mod(s->timer, update.now + next_cdiff * a9_gtimer_get_conv(s)); in a9_gtimer_update() 124 s->counter = update.new; in a9_gtimer_update() 128 s->cpu_ref_time = update.now; in a9_gtimer_update() 144 A9GTimerUpdate update; in a9_gtimer_read() local 153 update = a9_gtimer_get_update(s); in a9_gtimer_read() 154 ret = extract64(update.new, shift, 32); in a9_gtimer_read()
|
/qemu/hw/display/ |
H A D | xenfb.c | 713 * Periodic update of display. 717 * (resize, screen update) outside this function. 719 * an update we know it is active. 731 /* we don't get update notifications, thus use the in xenfb_update() 757 "update: resizing: %dx%d @ %d bpp%s\n", in xenfb_update() 766 xen_pv_printf(&xenfb->c.xendev, 3, "update: fullscreen\n"); in xenfb_update() 769 xen_pv_printf(&xenfb->c.xendev, 3, "update: %d rects\n", in xenfb_update() 778 xen_pv_printf(&xenfb->c.xendev, 3, "update: nothing\n"); in xenfb_update() 835 x = MAX(event->update.x, 0); in xenfb_handle_events() 836 y = MAX(event->update.y, 0); in xenfb_handle_events() [all …]
|
/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 191 let mut update = false; in read() localVariable 193 DR => self.read_data_register(&mut update), in read() 212 (update, result) in read() 247 let update = (self.line_control.send_break() != new_val.send_break()) && { in write() localVariable 254 return update; in write() 286 fn read_data_register(&mut self, update: &mut bool) -> u32 { in read_data_register() 301 *update = true; in read_data_register() 547 self.update(); in read() 576 self.update(); in write() 601 // Release the BqlRefCell before calling self.update() in receive() [all …]
|
/qemu/target/avr/ |
H A D | translate.c | 288 /* update status register */ in gen_ZNSf() 306 /* update status register */ in trans_ADD() 311 /* update output registers */ in trans_ADD() 330 /* update status register */ in trans_ADC() 335 /* update output registers */ in trans_ADC() 363 /* update status register */ in trans_ADIW() 372 /* update output registers */ in trans_ADIW() 391 /* update status register */ in trans_SUB() 397 /* update output registers */ in trans_SUB() 416 /* update status register */ in trans_SUBI() [all …]
|
/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram_row.S | 246 v1.tmp = vmem(r4 + #0) /* update hist[0-31] */ 255 v1.tmp = vmem(r4 + #0) /* update hist[32-63] */ 264 v1.tmp = vmem(r4 + #0) /* update hist[64-95] */ 269 v1.tmp = vmem(r4 + #0) /* update hist[96-127] */ 275 v1.tmp = vmem(r4 + #0) /* update hist[128-159] */ 280 v1.tmp = vmem(r4 + #0) /* update hist[160-191] */ 285 v1.tmp = vmem(r4 + #0) /* update hist[192-223] */ 289 { v1.tmp = vmem(r4 + #0) /* update hist[224-255] */
|
/qemu/docs/devel/ |
H A D | build-environment.rst | 32 sudo dnf update && sudo dnf builddep qemu 42 sudo apt update && sudo apt build-dep qemu 52 brew update && brew install $(brew deps --include-build qemu) 79 # update MSYS2 itself, you need to reopen your shell at the end.
|
/qemu/include/qemu/ |
H A D | seqlock.h | 32 /* Lock out other writers and update the count. */ 49 /* Lock out other writers and update the count. */ 58 /* Update the count and release the lock. */
|
/qemu/block/ |
H A D | blklogwrites.c | 72 * The super block sequence number. Non-zero if a super block update is in 103 .name = "log-super-update-interval", 105 .help = "Log superblock update interval (# of write requests)", 272 s->update_interval = qemu_opt_get_number(opts, "log-super-update-interval", in blk_log_writes_open() 276 error_setg(errp, "Invalid log superblock update interval %"PRIu64, in blk_log_writes_open() 370 * update the state of the driver. in blk_log_writes_co_do_log() 406 /* Update super block on flush or every update interval */ in blk_log_writes_co_do_log() 420 * Wait if a super block update is already in progress. in blk_log_writes_co_do_log() 421 * Bail out if a newer update got its turn before us. in blk_log_writes_co_do_log()
|
/qemu/linux-headers/ |
H A D | README | 2 Only use scripts/update-linux-headers.sh to update!
|
/qemu/include/ui/ |
H A D | clipboard.h | 79 * @QEMU_CLIPBOARD_UPDATE_INFO: clipboard info update 243 * Update the qemu clipboard. Notify all registered peers (including 280 * @update: notify peers about the update. 290 bool update);
|
/qemu/hw/intc/ |
H A D | arm_gicv3.c | 175 /* Update the interrupt status after state in a redistributor 226 * was the previous best interrupt before this update, then in gicv3_redist_update_noirqset() 232 * Otherwise, we need to do a full update (because the previous best in gicv3_redist_update_noirqset() 243 /* Update the GIC status after state in a redistributor or 253 /* Update the GIC status after state in the distributor has 300 * was the previous best interrupt before this update, then in gicv3_update_noirqset() 306 * Otherwise, we need to do a full update (because the previous best in gicv3_update_noirqset() 338 * don't update any outbound IRQ lines. in gicv3_full_update_noirqset() 350 * range we ask them to update. in gicv3_full_update_noirqset()
|
/qemu/include/hw/ |
H A D | clock.h | 33 ClockPreUpdate = 2, /* Clock period is about to update */ 137 * Register a callback called on every clock update. 152 * Further @src update will be propagated to @clk and its subtree. 197 * @clock_set(). This will update recursively all connected clocks. 206 * @clk: the clock to update. 209 * Update the @clk to the new @value. All connected clocks will be informed 210 * of this update. This is equivalent to call @clock_set() then
|
/qemu/tests/qemu-iotests/ |
H A D | qcow2.py | 58 h.update(fd) 71 h.update(fd) 98 h.update(fd) 122 h.update(fd)
|