Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 137) sorted by relevance

123456

/qemu/io/
H A Dchannel-websock.c646 if (want > size) { in qio_channel_websock_encode()
647 want = size; in qio_channel_websock_encode()
650 size -= want; in qio_channel_websock_encode()
947 want, in qio_channel_websock_read_wire()
1113 want); in qio_channel_websock_readv()
1114 got += want; in qio_channel_websock_readv()
1152 if (want > avail) { in qio_channel_websock_writev()
1153 want = avail; in qio_channel_websock_writev()
1156 if (want) { in qio_channel_websock_writev()
1174 if (want == 0) { in qio_channel_websock_writev()
[all …]
H A Dchannel-buffer.c65 size_t want = iov[i].iov_len; in qio_channel_buffer_readv() local
69 if ((bioc->offset + want) > bioc->usage) { in qio_channel_buffer_readv()
70 want = bioc->usage - bioc->offset; in qio_channel_buffer_readv()
72 memcpy(iov[i].iov_base, bioc->data + bioc->offset, want); in qio_channel_buffer_readv()
73 ret += want; in qio_channel_buffer_readv()
74 bioc->offset += want; in qio_channel_buffer_readv()
/qemu/docs/devel/
H A Dindex.rst16 All developers will want to familiarise themselves with
21 If you wish to implement a new hardware model you will want to read
26 want to read our :ref:`tcg` documentation, especially the overview of
H A Dtcg-plugins.rst55 if they want to dump a summary of collected information once the
96 If you want to track the code in system emulation you should examine
113 attempting to execute. If you want to be sure you will need to
154 takes a lock. But this is very infrequent; we want performance when
160 longer want to instrument the code. This operation is asynchronous
/qemu/scripts/
H A Dcpu-x86-uarch-abi.py130 want = set(levels[level]) variable
131 missing = want - got
/qemu/docs/system/
H A Dtarget-riscv.rst26 model you want to use with the ``-M`` or ``--machine`` option;
37 and you want to boot with QEMU, check whether QEMU lists that machine
46 disk, etc., and just want to run Linux, the best option is to use the
85 do is specify the kernel they want to boot with the ``-kernel`` option
H A Dtarget-openrisc.rst21 want to use with the ``-M`` or ``--machine`` option; the default machine is
33 want to boot with QEMU, check whether QEMU lists that machine in its ``-machine
41 and just want to run Linux, the best option is to use the ``virt`` board. This
H A Dtarget-arm.rst36 model you want to use with the ``-M`` or ``--machine`` option;
47 and you want to boot with QEMU, check whether QEMU lists that machine
56 disk, etc., and just want to run Linux, the best option is to use the
/qemu/scripts/qapi/
H A Dpylintrc10 # you want to run only the similarities checker, you can use "--disable=all
11 # --enable=similarities". If you want to run only the classes checker, but have
/qemu/docs/system/devices/
H A Dcanokey.rst60 If you want to install libcanokey-qemu in a different place,
113 If you want to trace what happens inside the secure key, when compiling
121 If you want to trace events happened in canokey.c, use
128 If you want to capture USB packets between the guest and the host, you can:
/qemu/tests/qemu-iotests/
H A Dpylintrc8 # you want to run only the similarities checker, you can use "--disable=all
9 # --enable=similarities". If you want to run only the classes checker, but have
H A D257134 want = self.count
138 want, have, "OK!" if want == have else "ERROR!"))
/qemu/target/hppa/
H A Dtrace-events19 disable hppa_tlb_probe(uint64_t addr, int level, int want) "addr=0x%lx level=%d want=%d"
H A Dop_helper.c322 uint32_t level, uint32_t want) in HELPER()
325 return page_check_range(addr, 1, want); in HELPER()
330 trace_hppa_tlb_probe(addr, level, want); in HELPER()
346 return (want & prot) != 0; in HELPER()
/qemu/docs/system/arm/
H A Dversatile.rst46 You may want to enable some additional modules if you want to boot
H A Dvexpress.rst53 TrustZone or the Virtualization Extensions: if you want these you
80 By default you will want to boot your rootfs off the sdcard interface.
/qemu/linux-user/
H A Dmmap.c1364 void *want, *test; in target_shmat() local
1392 want = (void *)g2h_untagged(shmaddr); in target_shmat()
1405 test = mmap(want, m_len, mmap_p, mmap_f, -1, 0); in target_shmat()
1406 if (unlikely(test != want)) { in target_shmat()
1411 do_munmap(want, m_len); in target_shmat()
1421 test = shmat(shmid, want, shmflg); in target_shmat()
1425 do_munmap(want, m_len); in target_shmat()
1429 assert(test == want); in target_shmat()
/qemu/contrib/gitdm/
H A Daliases7 # If you just want to avoid gitdm complaining about author fields
10 # "...is an author name, probably not what you want"
/qemu/bsd-user/
H A Dmain.c361 unsigned size, want = qemu_real_host_page_size(); in main() local
364 if (qemu_strtoui(r, NULL, 10, &size) || size != want) { in main()
366 "change host page size (%u)", want); in main()
/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst13 There is, however, some one-time setup required. If you want FreeBSD and macOS
44 general you'll want to be able to trigger Cirrus CI builds from non-protected
/qemu/hw/net/
H A Dmcf_fec.c527 static int mcf_fec_have_receive_space(mcf_fec_state *s, size_t want) in mcf_fec_have_receive_space() argument
534 while (want > 0) { in mcf_fec_have_receive_space()
539 if (want < s->emrbr) { in mcf_fec_have_receive_space()
542 want -= s->emrbr; in mcf_fec_have_receive_space()
/qemu/docs/config/
H A Dq35-virtio-graphical.cfg143 # media. If you don't want, or no longer want, to have an
220 # headless host, you will probably want to append something
/qemu/scripts/oss-fuzz/
H A Dinstrumentation-filter-template1 # Code that we actually want the fuzzer to target
/qemu/
H A D.readthedocs.yml24 # We want all the document formats
/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.docker18 # At this point we can install additional packages if we want

123456