Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 98) sorted by relevance

1234

/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/tests/qemu-iotests/
H A D277.out1 NBD server: started
4 NBD server: started
H A D091.out13 vm1: live migration started
/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/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()
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()
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()
2023 hdev->started = true; in vhost_dev_start()
2134 hdev->started = false; in vhost_dev_start()
[all …]
/qemu/include/hw/virtio/
H A Dvirtio.h149 bool started; member
484 return vdev->started; in virtio_device_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 Dvdpa-dev.h39 bool started; member
H A Dvhost.h124 bool started; member
210 return hdev->started; in vhost_dev_is_started()
/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:
H A Dnrf.rst44 The Micro:bit machine can be started using the ``-device`` option to load a
/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',
/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/include/system/
H A Dvhost-user-backend.h39 bool started; member
/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/docs/interop/
H A Ddbus-display.rst4 QEMU can export the VM display through D-Bus (when started with ``-display
H A Dbarrier.rst150 ``{ int8_t started }``
154 ``started`` = Screensaver on primary has started (1) or closed (0)
/qemu/block/export/
H A Dvhost-user-blk-server.c106 static void vu_blk_queue_set_started(VuDev *vu_dev, int idx, bool started) in vu_blk_queue_set_started() argument
113 vu_set_queue_handler(vu_dev, vq, started ? vu_blk_process_vq : NULL); in vu_blk_queue_set_started()
/qemu/docs/system/devices/
H A Dvhost-user-input.rst26 The backend daemon should be started first:
H A Dvhost-user-rng.rst24 The daemon should be started first:
/qemu/docs/system/openrisc/
H A Dor1k-sim.rst17 The Or1ksim machine can be started using the ``-kernel`` and ``-initrd`` options
/qemu/contrib/vhost-user-scsi/
H A Dvhost-user-scsi.c294 static void vus_queue_set_started(VuDev *vu_dev, int idx, bool started) in vus_queue_set_started() argument
305 vu_set_queue_handler(vu_dev, vq, started ? vus_proc_req : NULL); in vus_queue_set_started()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h240 typedef void (*vu_queue_set_started_cb) (VuDev *dev, int qidx, bool started);
370 bool started; member
/qemu/docs/devel/
H A Dindex.rst11 is not comprehensive but hopefully presents enough to get you started.
/qemu/tests/
H A Dvhost-user-bridge.c462 vubr_queue_set_started(VuDev *dev, int qidx, bool started) in vubr_queue_set_started() argument
467 if (started && vubr->notifier.fd >= 0) { in vubr_queue_set_started()
474 vu_set_queue_handler(dev, vq, started ? vubr_handle_tx : NULL); in vubr_queue_set_started()

1234