| /qemu/tests/qemu-iotests/ |
| A D | 210.out | 28 active: true 33 active: false 36 active: false 39 active: false 42 active: false 45 active: false 48 active: false 51 active: false 81 active: true 86 active: false [all …]
|
| A D | 198.out | 50 active: true 55 active: false 58 active: false 61 active: false 64 active: false 67 active: false 70 active: false 73 active: false 96 active: true 101 active: false [all …]
|
| A D | 293 | 78 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec4,${PR}iter-time=10,${PR}ke… 80 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}iter-time=10 82 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=active,${PR}new-secret=sec3,${PR}iter-time=10,${PR}ke… 85 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec2,${PR}iter-time=10 114 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec2,${PR}iter-time=10 119 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec0,${PR}iter-time=10 123 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec3,${PR}iter-time=10 127 $QEMU_IMG amend $SECRETS $IMGS2 -o ${PR}state=active,${PR}new-secret=sec3,${PR}iter-time=10 158 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec0,${PR}iter-time=10 171 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}keyslot=0 [all …]
|
| A D | 234.out | 12 {"data": {"status": "active"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "second… 14 {"data": {"status": "active"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "second… 29 {"data": {"status": "active"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "second… 31 {"data": {"status": "active"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "second…
|
| A D | 040 | 542 def event_completed(self, errmsg=None, active=True): argument 543 max_len = 524288 if active else self.image_len 569 def prepare_and_start_job(self, on_error, active=True, argument 580 top_node='top-fmt' if active else 'mid-fmt', 581 base_node='mid-fmt' if active else 'base-fmt', 660 self.event_completed('Input/output error', active=False) 671 self.event_completed(active=False) 682 self.event_completed(active=False) 694 self.event_completed('Input/output error', active=False) 705 self.event_completed(active=False) [all …]
|
| A D | 262.out | 10 {"data": {"status": "active"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "second… 12 {"data": {"status": "active"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "second…
|
| A D | 206.out | 125 active: true 130 active: false 133 active: false 136 active: false 139 active: false 142 active: false 145 active: false 148 active: false
|
| /qemu/tests/unit/ |
| A D | test-thread-pool.c | 11 static int active; variable 43 active--; in done_cb() 63 active = 1; in test_submit_aio() 68 g_assert_cmpint(active, ==, 0); in test_submit_aio() 77 active = 1; in co_test_cb() 86 active--; in co_test_cb() 100 g_assert_cmpint(active, ==, 1); in test_submit_co() 127 active = 100; in test_submit_many() 128 while (active > 0) { in test_submit_many() 159 active = 100; in do_test_cancel() [all …]
|
| A D | test-aio.c | 27 int active; member 34 while (data->active > 0) { in wait_until_inactive() 93 if (data->active > 0) { in event_ready_cb() 94 data->active--; in event_ready_cb() 96 if (data->auto_set && data->active) { in event_ready_cb() 279 g_assert_cmpint(data.active, ==, 1); in test_wait_event_notifier() 284 g_assert_cmpint(data.active, ==, 0); in test_wait_event_notifier() 288 g_assert_cmpint(data.active, ==, 0); in test_wait_event_notifier() 304 g_assert_cmpint(data.active, ==, 10); in test_flush_event_notifier() 309 g_assert_cmpint(data.active, ==, 9); in test_flush_event_notifier() [all …]
|
| /qemu/audio/ |
| A D | spiceaudio.c | 48 int active; member 109 out->active = 0; in line_out_init() 173 if (out->active) { in line_out_enable() 176 out->active = 1; in line_out_enable() 180 if (!out->active) { in line_out_enable() 183 out->active = 0; in line_out_enable() 225 in->active = 0; in line_in_init() 265 if (in->active) { in line_in_enable() 268 in->active = 1; in line_in_enable() 272 if (!in->active) { in line_in_enable() [all …]
|
| A D | audio.c | 430 if (sw->active) { in audio_recalc_and_notify_capture() 495 if (sw->active) { in audio_attach_capture() 511 if (sw->active) { in audio_pcm_hw_find_min_in() 920 if (sw->active != on) { in AUD_set_active_out() 955 sw->active = on; in AUD_set_active_out() 968 if (sw->active != on) { in AUD_set_active_in() 1000 sw->active = on; in AUD_set_active_in() 1159 if (sw->active) { in audio_run_out() 1172 if (sw->active) { in audio_run_out() 1299 if (sw->active) { in audio_run_in() [all …]
|
| /qemu/hw/misc/ |
| A D | nrf51_rng.c | 77 if (s->active) { in rng_update_timer() 93 s->active = 1; in rng_write() 99 s->active = 0; in rng_write() 158 s->active = 0; in nrf51_rng_timer_expire() 170 s->active = 1; in nrf51_rng_tep_start() 180 s->active = 0; in nrf51_rng_tep_stop() 212 s->active = 0; in nrf51_rng_reset() 235 VMSTATE_UINT32(active, NRF51RNGState),
|
| /qemu/hw/intc/ |
| A D | armv7m_nvic.c | 111 if (s->vectors[irq].active || in nvic_rettobase() 113 s->sec_vectors[irq].active)) { in nvic_rettobase() 272 if (vec->active && prio < active_prio) { in nvic_recompute_state_secure() 316 if (vec->active && vec->prio < active_prio) { in nvic_recompute_state() 409 s->vectors[ARMV7M_EXCP_HARD].active) { in armv7m_nvic_neg_prio_requested() 413 if (s->vectors[ARMV7M_EXCP_NMI].active && in armv7m_nvic_neg_prio_requested() 792 vec->active = 1; in armv7m_nvic_acknowledge_irq() 855 } else if (!vec->active) { in armv7m_nvic_complete_irq() 895 vec->active = 0; in armv7m_nvic_complete_irq() 2263 if (s->vectors[startvec + i].active && in nvic_sysreg_read() [all …]
|
| A D | openpic.c | 249 __func__, n_IRQ, active, was_active); in IRQ_local_pipe() 261 if (active) { in IRQ_local_pipe() 284 if (active) { in IRQ_local_pipe() 292 if (active && priority <= dst->ctpr) { in IRQ_local_pipe() 295 active = 0; in IRQ_local_pipe() 298 if (active) { in IRQ_local_pipe() 328 bool active, was_active; in openpic_update_irq() local 332 active = src->pending; in openpic_update_irq() 337 active = false; in openpic_update_irq() 346 if (!active && !was_active) { in openpic_update_irq() [all …]
|
| /qemu/hw/m68k/ |
| A D | mcf_intc.c | 38 uint64_t active; in mcf_intc_update() local 43 active = (s->ipr | s->ifr) & s->enabled & ~s->imr; in mcf_intc_update() 46 if (active) { in mcf_intc_update() 48 if ((active & 1) != 0 && s->icr[i] >= best_level) { in mcf_intc_update() 52 active >>= 1; in mcf_intc_update()
|
| /qemu/hw/xtensa/ |
| A D | pic_cpu.c | 66 static void xtensa_set_irq(void *opaque, int irq, int active) in xtensa_set_irq() argument 75 if (active) { in xtensa_set_irq() 94 static void xtensa_set_runstall(void *opaque, int irq, int active) in xtensa_set_runstall() argument 97 xtensa_runstall(env, active); in xtensa_set_runstall()
|
| /qemu/target/mips/ |
| A D | internal.h | 249 int active = 1; in mips_vpe_active() local 253 active = 0; in mips_vpe_active() 257 active = 0; in mips_vpe_active() 270 active = 0; in mips_vpe_active() 274 active = 0; in mips_vpe_active() 277 return active; in mips_vpe_active()
|
| /qemu/hw/input/ |
| A D | virtio-input.c | 28 if (!vinput->active) { in virtio_input_send() 198 if (!vinput->active) { in virtio_input_set_status() 199 vinput->active = true; in virtio_input_set_status() 212 if (vinput->active) { in virtio_input_reset() 213 vinput->active = false; in virtio_input_reset() 226 vinput->active = vdev->status & VIRTIO_CONFIG_S_DRIVER_OK; in virtio_input_post_load()
|
| /qemu/docs/spin/ |
| A D | aio_notify_bug.promela | 35 active proctype notifier() 82 active proctype waiter() 90 active proctype temporary_waiter()
|
| A D | aio_notify_accept.promela | 41 active proctype notifier() 90 active proctype waiter() 100 active proctype temporary_waiter()
|
| /qemu/docs/interop/ |
| A D | live-block-operations.rst | 18 synchronize data from a disk image chain (including current active disk) 51 is also referred to as the "active layer". 99 chain). Since QEMU 2.0, this includes "active ``block-commit``" 100 (i.e. merge the current active layer into the base image). 180 overlay images; image [D] is the active layer -- i.e. live QEMU is 218 We have *three* points in time and an active layer: 286 active layer, where 'node-D' is the current active image (by default 412 However, :ref:`Case-3 <block-commit_Case-3>` (also called: "active 425 'commit' operation remains active. 440 Start the "active ``block-commit``" operation:: [all …]
|
| /qemu/hw/tpm/ |
| A D | trace-events | 10 tpm_tis_abort(uint8_t locty) "New active locality is %d" 17 tpm_tis_mmio_write_next_locty(uint8_t locty) "Next active locality is %d" 18 tpm_tis_mmio_write_locty_seized(uint8_t locty, uint8_t active) "Locality %d seized from locality %d"
|
| /qemu/hw/audio/ |
| A D | ac97.c | 379 AUD_set_active_in(s->voice_pi, active[PI_INDEX]); in reset_voices() 383 AUD_set_active_out(s->voice_po, active[PO_INDEX]); in reset_voices() 387 AUD_set_active_in(s->voice_mc, active[MC_INDEX]); in reset_voices() 461 uint8_t active[LAST_INDEX]; in mixer_reset() local 465 memset(active, 0, sizeof(active)); in mixer_reset() 501 reset_voices(s, active); in mixer_reset() 1114 uint8_t active[LAST_INDEX]; in ac97_post_load() local 1125 active[PI_INDEX] = !!(s->bm_regs[PI_INDEX].cr & CR_RPBM); in ac97_post_load() 1126 active[PO_INDEX] = !!(s->bm_regs[PO_INDEX].cr & CR_RPBM); in ac97_post_load() 1127 active[MC_INDEX] = !!(s->bm_regs[MC_INDEX].cr & CR_RPBM); in ac97_post_load() [all …]
|
| A D | adlib.c | 65 int active; member 113 s->active = 1; in adlib_write() 192 if (!(s->active && s->enabled) || !samples) { in adlib_callback() 241 s->active = 0; in Adlib_fini()
|
| /qemu/chardev/ |
| A D | spice.c | 107 if (scd->active) { in vmc_register_interface() 112 scd->active = true; in vmc_register_interface() 118 if (!scd->active) { in vmc_unregister_interface() 122 scd->active = false; in vmc_unregister_interface() 250 s->active = false; in chr_open()
|