Home
last modified time | relevance | path

Searched full:started (Results 1 – 25 of 224) sorted by relevance

123456789

/qemu/include/hw/virtio/
H A Dvirtio.h142 * @use_started: true if the @started flag should be used to check the
149 bool started; member
472 * virtio_device_started() - check if device started
476 * Check if the device is started. For most modern machines this is
477 * tracked via the @vdev->started field (to support migration),
484 return vdev->started; in virtio_device_started()
495 * This is similar to virtio_device_started() but ignores vdev->started
508 static inline void virtio_set_started(VirtIODevice *vdev, bool started) in virtio_set_started() argument
510 if (started) { in virtio_set_started()
515 vdev->started = started; in virtio_set_started()
H A Dvhost.h123 /* @started: is the vhost device started? */
124 bool started; member
160 * itself won't happen until the interface is started.
185 * the vhost device is started via @vhost_dev_start.
206 * Return the started status of the vhost device
210 return hdev->started; in vhost_dev_is_started()
431 * - During outgoing migration, when the source side had already started
H A Dvirtio-bus.h103 * Set if ioeventfd has been started.
109 * is grabbed by vhost, we track its started/stopped state (which
H A Dvdpa-dev.h39 bool started; member
/qemu/tests/qemu-iotests/
H A D277.out1 NBD server: started
4 NBD server: started
H A D091.out13 vm1: live migration started
/qemu/backends/
H A Dvhost-user.c55 if (b->started) { in vhost_user_backend_start()
91 b->started = true; in vhost_user_backend_start()
107 if (!b->started) { in vhost_user_backend_stop()
120 b->started = false; in vhost_user_backend_stop()
/qemu/contrib/vhost-user-input/
H A Dmain.c172 vi_queue_set_started(VuDev *dev, int qidx, bool started) in vi_queue_set_started() argument
177 g_debug("queue started %d:%d", qidx, started); in vi_queue_set_started()
180 vu_set_queue_handler(dev, vq, started ? vi_handle_sts : NULL); in vi_queue_set_started()
183 started = vu_queue_started(dev, vu_get_queue(dev, 0)) && in vi_queue_set_started()
186 if (started && !vi->evsrc) { in vi_queue_set_started()
191 if (!started && vi->evsrc) { in vi_queue_set_started()
/qemu/qapi/
H A Dvirtio.json125 # @vhost-started: VirtIODevice vhost_started flag
150 # @use-started: VirtIODevice use_started flag
152 # @started: VirtIODevice started flag
171 'vhost-started': 'bool',
183 'use-started': 'bool',
184 'started': 'bool',
220 # "started": true,
261 # "vhost-started": false,
262 # "use-started": true
280 # "started": true,
[all …]
/qemu/tests/unit/
H A Dtest-thread-pool.c98 /* Back here once the worker has started. */ in test_submit_co()
170 /* Cancel the jobs that haven't been started yet. */ in do_test_cancel()
206 fprintf(stderr, "Callback not canceled but never started?\n"); in do_test_cancel()
213 /* Could be canceled asynchronously, never started. */ in do_test_cancel()
/qemu/docs/system/arm/
H A Dimx8mp-evk.rst36 Probably the easiest way to get started with a whole Linux system on the machine
53 Now that everything is prepared the machine can be started as follows:
/qemu/hw/virtio/
H A Dvdpa-dev.c108 v->started = false; in vhost_vdpa_device_realize()
268 s->started = true; in vhost_vdpa_device_start()
295 if (!s->started) { in vhost_vdpa_device_stop()
298 s->started = false; in vhost_vdpa_device_stop()
326 if (s->started == should_start) { in vhost_vdpa_device_set_status()
H A Dvhost.c203 if (!dev->log_enabled || !dev->started) { in vhost_sync_dirty_bitmap()
636 /* Note we can be called before the device is started, but then in vhost_commit()
658 trace_vhost_commit(dev->started, changed); in vhost_commit()
688 if (!dev->started) { in vhost_commit()
1078 if (!dev->started) { in vhost_migration_log()
1105 if (!dev->started) { in vhost_migration_log()
1382 /* Don't stop the virtqueue which might have not been started */ in vhost_virtqueue_stop()
1617 hdev->started = false; in vhost_dev_init()
1806 if ((hdev->started == false) || in vhost_config_pending()
1825 if ((hdev->started == false) || in vhost_config_mask()
[all …]
H A Dtrace-events4 vhost_commit(bool started, bool changed) "Started: %d Changed: %d"
57 vhost_vdpa_dev_start(void *dev, bool started) "dev: %p started: %d"
/qemu/hw/misc/
H A Dauxbus.c180 * No transactions started.. in aux_request()
188 * Transaction started but we need to restart.. in aux_request()
211 * No transactions started.. in aux_request()
219 * Transaction started but we need to restart.. in aux_request()
/qemu/docs/devel/migration/
H A Dpostcopy.rst12 In postcopy the destination CPUs are started before all the memory has been
28 started in precopy mode. Issuing:
33 It can be issued immediately after migration is started or any
175 a new thread (a) is started that takes over servicing the migration stream,
/qemu/hw/s390x/
H A Dtod-kvm.c129 * We need to know when the VM gets started/stopped to start/stop the TOD. in kvm_s390_tod_realize()
153 * run although the (never started) VM is stopped. For migration, we in kvm_s390_tod_init()
/qemu/docs/interop/
H A Dbarrier.rst150 ``{ int8_t started }``
154 ``started`` = Screensaver on primary has started (1) or closed (0)
H A Ddbus-display.rst4 QEMU can export the VM display through D-Bus (when started with ``-display
/qemu/net/
H A Dvhost-user.c32 bool started; member
304 s->started = true; in net_vhost_user_event()
376 } while (!s->started); in net_vhost_user_init()
/qemu/include/system/
H A Dvhost-user-backend.h39 bool started; member
/qemu/docs/system/openrisc/
H A Dor1k-sim.rst17 The Or1ksim machine can be started using the ``-kernel`` and ``-initrd`` options
/qemu/util/
H A Daio-posix.c221 bool started) in poll_set_started() argument
226 if (started == ctx->poll_started) { in poll_set_started()
230 ctx->poll_started = started; in poll_set_started()
240 if (started) { in poll_set_started()
251 if (!started && node->io_poll(node->opaque)) { in poll_set_started()
/qemu/docs/devel/
H A Dindex.rst11 is not comprehensive but hopefully presents enough to get you started.
/qemu/docs/system/devices/
H A Dvhost-user-rng.rst24 The daemon should be started first:

123456789