Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 23 of 23) sorted by relevance

/qemu/scripts/qemugdb/
A Dtcg.py36 blocked = ("__lll_lock_wait waiting on %s from %d" %
39 blocked = "not blocked"
42 iothread, replay, blocked))
/qemu/docs/interop/
A Dqemu-ga.rst32 RPCs will be blocked by default, except for the allowed list.
34 If a blocked RPCs list is defined in the configuration, then all
35 RPCs will be allowed by default, except for the blocked list.
37 If both allowed and blocked RPCs lists are defined in the configuration,
38 then all RPCs will be blocked by default, then the allowed list will
39 be applied, followed by the blocked list.
42 of RPCs will blocked, regardless of what the general configuration
/qemu/block/
A Dio_uring.c48 bool blocked; member
261 s->io_q.blocked = (s->io_q.in_queue > 0); in ioq_submit()
313 io_q->blocked = false; in ioq_init()
319 trace_luring_unplug_fn(s, s->io_q.blocked, s->io_q.in_queue, in luring_deferred_fn()
321 if (!s->io_q.blocked && s->io_q.in_queue > 0) { in luring_deferred_fn()
368 trace_luring_do_submit(s, s->io_q.blocked, s->io_q.in_queue, in luring_do_submit()
370 if (!s->io_q.blocked) { in luring_do_submit()
A Dlinux-aio.c53 bool blocked; member
287 io_q->blocked = false; in ioq_init()
328 s->io_q.blocked = (s->io_q.in_queue > 0); in ioq_submit()
365 if (!s->io_q.blocked && !QSIMPLEQ_EMPTY(&s->io_q.pending)) { in laio_deferred_fn()
400 if (!s->io_q.blocked) { in laio_do_submit()
A Dtrace-events67 luring_unplug_fn(void *s, int blocked, int queued, int inflight) "LuringState %p blocked %d queued …
68 luring_do_submit(void *s, int blocked, int queued, int inflight) "LuringState %p blocked %d queued …
/qemu/linux-user/mips/
A Dsignal.c249 sigset_t blocked; in do_sigreturn() local
262 target_to_host_sigset_internal(&blocked, &target_set); in do_sigreturn()
263 set_sigmask(&blocked); in do_sigreturn()
355 sigset_t blocked; in do_rt_sigreturn() local
363 target_to_host_sigset(&blocked, &frame->rs_uc.tuc_sigmask); in do_rt_sigreturn()
364 set_sigmask(&blocked); in do_rt_sigreturn()
/qemu/linux-user/sh4/
A Dsignal.c276 sigset_t blocked; in do_sigreturn() local
291 target_to_host_sigset_internal(&blocked, &target_set); in do_sigreturn()
292 set_sigmask(&blocked); in do_sigreturn()
309 sigset_t blocked; in do_rt_sigreturn() local
317 target_to_host_sigset(&blocked, &frame->uc.tuc_sigmask); in do_rt_sigreturn()
318 set_sigmask(&blocked); in do_rt_sigreturn()
/qemu/linux-user/riscv/
A Dsignal.c167 sigset_t blocked; in restore_ucontext() local
176 target_to_host_sigset_internal(&blocked, &target_set); in restore_ucontext()
177 set_sigmask(&blocked); in restore_ucontext()
/qemu/linux-user/ppc/
A Dsignal.c579 sigset_t blocked; in do_sigreturn() local
589 target_to_host_sigset_internal(&blocked, &set); in do_sigreturn()
590 set_sigmask(&blocked); in do_sigreturn()
614 sigset_t blocked; in do_setcontext() local
631 target_to_host_sigset(&blocked, &set); in do_setcontext()
632 set_sigmask(&blocked); in do_setcontext()
/qemu/chardev/
A Dspice.c54 scd->blocked = false; in vmc_read()
137 return !src->scd->blocked; in spice_char_source_prepare()
149 return !src->scd->blocked; in spice_char_source_check()
203 s->blocked = true; in spice_chr_write()
/qemu/include/chardev/
A Dspice.h13 bool blocked; member
/qemu/hw/input/
A Dtrace-events20 adb_bus_autopoll_block(bool blocked) "blocked: %d"
/qemu/linux-user/hexagon/
A Dsignal.c246 sigset_t blocked; in restore_ucontext() local
255 target_to_host_sigset_internal(&blocked, &target_set); in restore_ucontext()
256 set_sigmask(&blocked); in restore_ucontext()
/qemu/linux-user/loongarch64/
A Dsignal.c406 sigset_t blocked; in do_rt_sigreturn() local
429 target_to_host_sigset(&blocked, &frame->rs_uc.tuc_sigmask); in do_rt_sigreturn()
430 set_sigmask(&blocked); in do_rt_sigreturn()
/qemu/hw/display/
A Dvhost-user-gpu.c119 static void vhost_user_gpu_update_blocked(VhostUserGPU *g, bool blocked);
409 vhost_user_gpu_update_blocked(VhostUserGPU *g, bool blocked) in vhost_user_gpu_update_blocked() argument
412 blocked ? NULL : vhost_user_gpu_chr_read, NULL, g); in vhost_user_gpu_update_blocked()
/qemu/bsd-user/
A Dsignal.c787 sigset_t blocked; in reset_signal_mask() local
794 target_to_host_sigset_internal(&blocked, &target_set); in reset_signal_mask()
795 ts->signal_mask = blocked; in reset_signal_mask()
/qemu/hw/misc/
A Dtrace-events204 tz_mpc_mem_blocked_read(uint64_t addr, unsigned size, bool secure) "TZ MPC blocked read: offset 0x%…
205 tz_mpc_mem_blocked_write(uint64_t addr, uint64_t data, unsigned size, bool secure) "TZ MPC blocked
215 tz_msc_access_blocked(uint64_t offset) "TZ MSC: offset 0x%" PRIx64 " access blocked"
225 …et, bool secure, bool user) "TZ PPC: port %d offset 0x%" PRIx64 " read (secure %d user %d) blocked"
226 …t, bool secure, bool user) "TZ PPC: port %d offset 0x%" PRIx64 " write (secure %d user %d) blocked"
/qemu/docs/devel/migration/
A DCPR.rst12 would be blocked. However, the user must not modify the contents of
A Dpostcopy.rst263 and until the full page is transferred the destination thread is blocked.
304 threads waiting for that lock will also be blocked.
A Dvfio.rst142 will be blocked.
/qemu/qapi/
A Dmigration.json228 # @postcopy-blocktime: total time when all vCPU were blocked during
244 # @blocked-reasons: A list of reasons an outgoing migration is
245 # blocked. Present and non-empty when migration is blocked.
272 '*blocked-reasons': ['str'],
/qemu/docs/specs/
A Dtpm.rst178 | 2 | Operation is blocked for OS by firmware configuration. |
/qemu/docs/devel/
A Dsubmitting-a-patch.rst385 been accepted, so the QEMU patch series is blocked until that

Completed in 51 milliseconds