/qemu/backends/ |
H A D | vhost-user.c | 55 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 D | 277.out | 1 NBD server: started 4 NBD server: started
|
H A D | 091.out | 13 vm1: live migration started
|
/qemu/contrib/vhost-user-input/ |
H A D | main.c | 172 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 D | vdpa-dev.c | 108 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 D | vhost.c | 203 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 D | virtio.h | 149 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 D | vdpa-dev.h | 39 bool started; member
|
H A D | vhost.h | 124 bool started; member 210 return hdev->started; in vhost_dev_is_started()
|
/qemu/docs/system/arm/ |
H A D | imx8mp-evk.rst | 36 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 D | nrf.rst | 44 The Micro:bit machine can be started using the ``-device`` option to load a
|
/qemu/qapi/ |
H A D | virtio.json | 125 # @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 D | aio-posix.c | 221 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 D | vhost-user-backend.h | 39 bool started; member
|
/qemu/net/ |
H A D | vhost-user.c | 32 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 D | dbus-display.rst | 4 QEMU can export the VM display through D-Bus (when started with ``-display
|
H A D | barrier.rst | 150 ``{ int8_t started }`` 154 ``started`` = Screensaver on primary has started (1) or closed (0)
|
/qemu/block/export/ |
H A D | vhost-user-blk-server.c | 106 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 D | vhost-user-input.rst | 26 The backend daemon should be started first:
|
H A D | vhost-user-rng.rst | 24 The daemon should be started first:
|
/qemu/docs/system/openrisc/ |
H A D | or1k-sim.rst | 17 The Or1ksim machine can be started using the ``-kernel`` and ``-initrd`` options
|
/qemu/contrib/vhost-user-scsi/ |
H A D | vhost-user-scsi.c | 294 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 D | libvhost-user.h | 240 typedef void (*vu_queue_set_started_cb) (VuDev *dev, int qidx, bool started); 370 bool started; member
|
/qemu/docs/devel/ |
H A D | index.rst | 11 is not comprehensive but hopefully presents enough to get you started.
|
/qemu/tests/ |
H A D | vhost-user-bridge.c | 462 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()
|