Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 250) sorted by relevance

12345678910

/qemu/hw/
H A DKconfig2 source 9pfs/Kconfig
3 source acpi/Kconfig
4 source adc/Kconfig
5 source audio/Kconfig
6 source block/Kconfig
7 source char/Kconfig
8 source core/Kconfig
9 source cxl/Kconfig
11 source dma/Kconfig
12 source fsi/Kconfig
[all …]
/qemu/target/
H A DKconfig1 source alpha/Kconfig
2 source arm/Kconfig
3 source avr/Kconfig
4 source cris/Kconfig
5 source hppa/Kconfig
6 source i386/Kconfig
8 source m68k/Kconfig
10 source mips/Kconfig
12 source ppc/Kconfig
14 source rx/Kconfig
[all …]
/qemu/scripts/qapi/
H A Dexpr.py47 from .source import QAPISourceInfo
188 source: str,
273 % (cond, source))
299 % (operator, source))
354 source)
435 source = "'features' member"
439 source = "%s '%s'" % (source, feat['name'])
441 check_if(feat, info, source)
468 source = "'data' member"
472 source = "%s '%s'" % (source, member_name)
[all …]
/qemu/io/
H A Dchannel-watch.c68 qio_channel_fd_source_check(GSource *source) in qio_channel_fd_source_check() argument
77 qio_channel_fd_source_dispatch(GSource *source, in qio_channel_fd_source_dispatch() argument
252 GSource *source; in qio_channel_create_fd_watch() local
257 ssource = (QIOChannelFDSource *)source; in qio_channel_create_fd_watch()
271 g_source_add_poll(source, &ssource->fd); in qio_channel_create_fd_watch()
273 return source; in qio_channel_create_fd_watch()
281 GSource *source; in qio_channel_create_socket_watch() local
302 g_source_add_poll(source, &ssource->fd); in qio_channel_create_socket_watch()
304 return source; in qio_channel_create_socket_watch()
320 GSource *source; in qio_channel_create_fd_pair_watch() local
[all …]
H A Dchannel-null.c141 qio_channel_null_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_null_source_prepare()
151 qio_channel_null_source_check(GSource *source G_GNUC_UNUSED) in qio_channel_null_source_check()
158 qio_channel_null_source_dispatch(GSource *source, in qio_channel_null_source_dispatch() argument
163 QIOChannelNullSource *ssource = (QIOChannelNullSource *)source; in qio_channel_null_source_dispatch()
172 qio_channel_null_source_finalize(GSource *source) in qio_channel_null_source_finalize() argument
174 QIOChannelNullSource *ssource = (QIOChannelNullSource *)source; in qio_channel_null_source_finalize()
192 GSource *source; in qio_channel_null_create_watch() local
195 source = g_source_new(&qio_channel_null_source_funcs, in qio_channel_null_create_watch()
197 ssource = (QIOChannelNullSource *)source; in qio_channel_null_create_watch()
204 return source; in qio_channel_null_create_watch()
H A Dchannel-buffer.c161 qio_channel_buffer_source_prepare(GSource *source, in qio_channel_buffer_source_prepare() argument
164 QIOChannelBufferSource *bsource = (QIOChannelBufferSource *)source; in qio_channel_buffer_source_prepare()
172 qio_channel_buffer_source_check(GSource *source) in qio_channel_buffer_source_check() argument
174 QIOChannelBufferSource *bsource = (QIOChannelBufferSource *)source; in qio_channel_buffer_source_check()
180 qio_channel_buffer_source_dispatch(GSource *source, in qio_channel_buffer_source_dispatch() argument
185 QIOChannelBufferSource *bsource = (QIOChannelBufferSource *)source; in qio_channel_buffer_source_dispatch()
193 qio_channel_buffer_source_finalize(GSource *source) in qio_channel_buffer_source_finalize() argument
212 GSource *source; in qio_channel_buffer_create_watch() local
214 source = g_source_new(&qio_channel_buffer_source_funcs, in qio_channel_buffer_create_watch()
216 ssource = (QIOChannelBufferSource *)source; in qio_channel_buffer_create_watch()
[all …]
H A Dtask.c38 Object *source; member
51 QIOTask *qio_task_new(Object *source, in qio_task_new() argument
60 task->source = source; in qio_task_new()
61 object_ref(source); in qio_task_new()
68 trace_qio_task_new(task, source, func, opaque); in qio_task_new()
97 object_unref(task->source); in qio_task_free()
240 return task->source; in qio_task_get_source()
H A Dchannel-tls.c411 qio_channel_tls_source_check(GSource *source) in qio_channel_tls_source_check() argument
413 QIOChannelTLSSource *tsource = (QIOChannelTLSSource *)source; in qio_channel_tls_source_check()
419 qio_channel_tls_source_prepare(GSource *source, gint *timeout) in qio_channel_tls_source_prepare() argument
422 return qio_channel_tls_source_check(source); in qio_channel_tls_source_prepare()
426 qio_channel_tls_source_dispatch(GSource *source, GSourceFunc callback, in qio_channel_tls_source_dispatch() argument
433 qio_channel_tls_source_finalize(GSource *source) in qio_channel_tls_source_finalize() argument
435 QIOChannelTLSSource *tsource = (QIOChannelTLSSource *)source; in qio_channel_tls_source_finalize()
448 qio_channel_tls_read_watch(QIOChannelTLS *tioc, GSource *source) in qio_channel_tls_read_watch() argument
460 g_source_add_child_source(source, child); in qio_channel_tls_read_watch()
471 qio_channel_tls_read_watch(tioc, source); in qio_channel_tls_create_watch()
[all …]
/qemu/hw/intc/
H A Dsh_intc.c26 if (source->enable_count == source->enable_max && enable_adj == -1) { in sh_intc_toggle_source()
31 if (source->enable_count == source->enable_max) { in sh_intc_toggle_source()
37 source->pending = source->asserted && in sh_intc_toggle_source()
38 (source->enable_count == source->enable_max); in sh_intc_toggle_source()
58 trace_sh_intc_sources(source->parent->pending, source->asserted, in sh_intc_toggle_source()
59 source->enable_count, source->enable_max, in sh_intc_toggle_source()
60 source->vect, source->asserted ? "asserted " : in sh_intc_toggle_source()
179 if (!source->next_enum_id && (!source->enable_max || !source->vect)) { in sh_intc_toggle_mask()
185 if (source->vect) { in sh_intc_toggle_mask()
189 if ((is_group || !source->vect) && source->next_enum_id) { in sh_intc_toggle_mask()
[all …]
/qemu/tests/qemu-iotests/
H A D156.out12 'arguments': { 'device': 'source',
19 'qemu-io source "write -P 3 128k 128k"' } }
25 'arguments': { 'device': 'source',
32 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "source"}}
36 'qemu-io source "write -P 4 192k 64k"' } }
41 'arguments': { 'device': 'source' } }
47 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "source"}}
51 'qemu-io source "read -P 1 0k 64k"' } }
57 'qemu-io source "read -P 2 64k 64k"' } }
63 'qemu-io source "read -P 3 128k 64k"' } }
[all …]
H A D24827 source, target = file_path('source', 'target') variable
31 qemu_img_create('-f', iotests.imgfmt, source, str(size))
33 qemu_io('-c', 'write 0 {}'.format(size), source)
38 vm = iotests.VM().add_drive(source)
H A D283.out3 …bug", "image": {"driver": "null-co", "node-name": "base", "size": 1048576}, "node-name": "source"}}
7 {"execute": "blockdev-backup", "arguments": {"device": "source", "job-id": "backup0", "sync": "full…
8 …y node 'other' (uses node 'base' as 'image' child) and unshared by node 'source' (uses node 'base'…
12 {"execute": "blockdev-add", "arguments": {"driver": "null-co", "node-name": "source"}}
16 … "arguments": {"auto-dismiss": false, "auto-finalize": false, "device": "source", "filter-node-nam…
/qemu/
H A DKconfig1 source Kconfig.host
2 source backends/Kconfig
3 source accel/Kconfig
4 source target/Kconfig
5 source hw/Kconfig
6 source semihosting/Kconfig
/qemu/qga/
H A Dchannel-win32.c23 GSource *source; member
27 GSource source; member
39 GAWatch *watch = (GAWatch *)source; in ga_channel_prepare()
96 GAWatch *watch = (GAWatch *)source; in ga_channel_check()
154 GAWatch *watch = (GAWatch *)source; in ga_channel_dispatch()
192 GAWatch *watch = (GAWatch *)source; in ga_channel_create_watch()
198 return source; in ga_channel_create_watch()
344 c->source = ga_channel_create_watch(c); in ga_channel_new()
345 g_source_attach(c->source, NULL); in ga_channel_new()
351 if (c->source) { in ga_channel_free()
[all …]
/qemu/chardev/
H A Dchar-fd.c94 fd_source_prepare(GSource *source, in fd_source_prepare() argument
97 FDSource *src = (FDSource *)source; in fd_source_prepare()
103 fd_source_check(GSource *source) in fd_source_check() argument
105 FDSource *src = (FDSource *)source; in fd_source_check()
111 fd_source_dispatch(GSource *source, GSourceFunc callback, in fd_source_dispatch() argument
114 FDSource *src = (FDSource *)source; in fd_source_dispatch()
138 static gboolean child_func(GIOChannel *source, in child_func() argument
152 g_autoptr(GSource) source = fd_source_new(s); in fd_chr_add_watch()
157 g_source_add_child_source(source, child); in fd_chr_add_watch()
162 g_source_add_child_source(source, child); in fd_chr_add_watch()
[all …]
H A Dchar-io.c39 static IOWatchPoll *io_watch_poll_from_source(GSource *source) in io_watch_poll_from_source() argument
41 return container_of(source, IOWatchPoll, parent); in io_watch_poll_from_source()
44 static gboolean io_watch_poll_prepare(GSource *source, in io_watch_poll_prepare() argument
47 IOWatchPoll *iwp = io_watch_poll_from_source(source); in io_watch_poll_prepare()
77 static gboolean io_watch_poll_check(GSource *source) in io_watch_poll_check() argument
82 static gboolean io_watch_poll_dispatch(GSource *source, GSourceFunc callback, in io_watch_poll_dispatch() argument
88 static void io_watch_poll_finalize(GSource *source) in io_watch_poll_finalize() argument
98 IOWatchPoll *iwp = io_watch_poll_from_source(source); in io_watch_poll_finalize()
137 static void io_remove_watch_poll(GSource *source) in io_remove_watch_poll() argument
141 iwp = io_watch_poll_from_source(source); in io_remove_watch_poll()
/qemu/target/hexagon/
H A Dgenptr.h45 void gen_sat_i32(TCGv dest, TCGv source, int width);
46 void gen_sat_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width);
47 void gen_satu_i32(TCGv dest, TCGv source, int width);
48 void gen_satu_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width);
49 void gen_sat_i64(TCGv_i64 dest, TCGv_i64 source, int width);
50 void gen_sat_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width);
51 void gen_satu_i64(TCGv_i64 dest, TCGv_i64 source, int width);
52 void gen_satu_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width);
/qemu/tests/unit/
H A Dtest-io-task.c49 Object *source; member
60 data->source = qio_task_get_source(task); in task_callback()
81 g_assert(data.source == obj); in test_task_complete()
107 g_assert(data.source == obj); in test_task_data_free()
129 g_assert(data.source == obj); in test_task_failure()
137 Object *source; member
165 data->source = qio_task_get_source(task); in test_task_thread_callback()
200 g_assert(data.source == obj); in test_task_thread_complete()
242 g_assert(data.source == obj); in test_task_thread_failure()
/qemu/hw/ppc/
H A Dspapr_events.c390 if (!source->enabled) { in spapr_dt_events()
413 const SpaprEventSource *source; in rtas_event_log_to_source() local
422 g_assert(source->enabled); in rtas_event_log_to_source()
431 source = NULL; in rtas_event_log_to_source()
434 return source; in rtas_event_log_to_source()
439 const SpaprEventSource *source; in rtas_event_log_to_irq() local
442 g_assert(source); in rtas_event_log_to_irq()
443 g_assert(source->enabled); in rtas_event_log_to_irq()
445 return source->irq; in rtas_event_log_to_irq()
469 g_assert(source); in rtas_event_log_dequeue()
[all …]
/qemu/tests/qemu-iotests/tests/
H A Dmirror-ready-cancel-error28 source = os.path.join(iotests.test_dir, 'source.img') variable
34 iotests.qemu_img_create('-f', iotests.imgfmt, source, str(image_size))
40 iotests.qemu_io('-c', 'write -P 1 0 64k', source)
47 os.remove(source)
56 'filename': source
H A Dmirror-top-perms31 source = os.path.join(iotests.test_dir, 'source.img') variable
36 qemu_img('create', '-f', iotests.imgfmt, source, str(image_size))
38 self.vm.add_drive(source)
54 os.remove(source)
/qemu/util/
H A Dasync.c304 AioContext *ctx = (AioContext *) source; in aio_ctx_prepare()
326 aio_ctx_check(GSource *source) in aio_ctx_check() argument
328 AioContext *ctx = (AioContext *) source; in aio_ctx_check()
353 aio_ctx_dispatch(GSource *source, in aio_ctx_dispatch() argument
357 AioContext *ctx = (AioContext *) source; in aio_ctx_dispatch()
365 aio_ctx_finalize(GSource *source) in aio_ctx_finalize() argument
433 g_source_ref(&ctx->source); in aio_get_g_source()
434 return &ctx->source; in aio_get_g_source()
625 g_source_destroy(&ctx->source); in aio_context_new()
716 g_source_ref(&ctx->source); in aio_context_ref()
[all …]
/qemu/hw/xen/
H A Dxen-operations.c55 seg->source.foreign.ref; in libxengnttab_fallback_grant_copy()
72 memcpy(page + seg->dest.foreign.offset, seg->source.virt, in libxengnttab_fallback_grant_copy()
75 memcpy(seg->dest.virt, page + seg->source.foreign.offset, in libxengnttab_fallback_grant_copy()
114 xengnttab_seg->source.virt = seg->source.virt; in libxengnttab_backend_grant_copy()
117 xengnttab_seg->source.foreign.domid = domid; in libxengnttab_backend_grant_copy()
118 xengnttab_seg->source.foreign.ref = seg->source.foreign.ref; in libxengnttab_backend_grant_copy()
119 xengnttab_seg->source.foreign.offset = in libxengnttab_backend_grant_copy()
120 seg->source.foreign.offset; in libxengnttab_backend_grant_copy()
/qemu/contrib/plugins/
H A Dhwprofile.c50 static bool source; variable
112 if (!(pattern || source)) { in plugin_exit()
161 if (pattern || source) { in new_count()
226 if (source) { in vcpu_haddr()
230 if (pattern || source) { in vcpu_haddr()
250 gpointer udata = (gpointer) (source ? qemu_plugin_insn_vaddr(insn) : 0); in vcpu_tb_trans()
283 if (!qemu_plugin_bool_parse(tokens[0], tokens[1], &source)) { in qemu_plugin_install()
299 if (source && pattern) { in qemu_plugin_install()
/qemu/block/
H A Dblock-copy.c121 BdrvChild *source; member
280 MIN_NON_ZERO(source->bs->bl.max_transfer, in block_copy_max_transfer()
353 BlockCopyState *block_copy_state_new(BdrvChild *source, BdrvChild *target, in block_copy_state_new() argument
370 copy_bitmap = bdrv_create_dirty_bitmap(source->bs, cluster_size, NULL, in block_copy_state_new()
403 is_fleecing = bdrv_chain_contains(target->bs, source->bs); in block_copy_state_new()
408 .source = source, in block_copy_state_new()
533 bounce_buffer = qemu_blockalign(s->source->bs, nbytes); in block_copy_do_copy()
535 ret = bdrv_co_pread(s->source, offset, nbytes, bounce_buffer, 0); in block_copy_do_copy()
603 base = bdrv_backing_chain_next(s->source->bs); in block_copy_block_status()
635 BlockDriverState *bs = s->source->bs; in block_copy_is_cluster_allocated()
[all …]

12345678910