| /qemu/scripts/qemugdb/ |
| A D | tcg.py | 36 blocked = ("__lll_lock_wait waiting on %s from %d" % 39 blocked = "not blocked" 42 iothread, replay, blocked))
|
| /qemu/docs/interop/ |
| A D | qemu-ga.rst | 32 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 D | io_uring.c | 48 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 D | linux-aio.c | 53 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 D | trace-events | 67 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 D | signal.c | 249 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 D | signal.c | 276 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 D | signal.c | 167 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 D | signal.c | 579 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 D | spice.c | 54 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 D | spice.h | 13 bool blocked; member
|
| /qemu/hw/input/ |
| A D | trace-events | 20 adb_bus_autopoll_block(bool blocked) "blocked: %d"
|
| /qemu/linux-user/hexagon/ |
| A D | signal.c | 246 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 D | signal.c | 406 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 D | vhost-user-gpu.c | 119 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 D | signal.c | 787 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 D | trace-events | 204 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 D | CPR.rst | 12 would be blocked. However, the user must not modify the contents of
|
| A D | postcopy.rst | 263 and until the full page is transferred the destination thread is blocked. 304 threads waiting for that lock will also be blocked.
|
| A D | vfio.rst | 142 will be blocked.
|
| /qemu/qapi/ |
| A D | migration.json | 228 # @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 D | tpm.rst | 178 | 2 | Operation is blocked for OS by firmware configuration. |
|
| /qemu/docs/devel/ |
| A D | submitting-a-patch.rst | 385 been accepted, so the QEMU patch series is blocked until that
|