Home
last modified time | relevance | path

Searched refs:as (Results 51 – 75 of 647) sorted by relevance

12345678910>>...26

/qemu/docs/devel/
H A Dsubmitting-a-pull-request.rst7 sent as simple patch emails to the mailing list (see our page on
17 **Resend the patches with the pull request** as emails which are
18 threaded as follow-ups to the pull request itself. The simplest way to
23 **Use PULL as the subject line tag** in both the cover letter and the
29 **Each patch must have your own Signed-off-by: line** as well as that of
46 fixed patch series as normal to the list; you can't put it in a pull
57 the pullreq email should quote a tag which is a GPG-signed tag (as
H A Dci-runners.rst.inc8 ones provided by GitLab as "shared runners".
12 care of running jobs created by events such as a push to a branch.
29 under ``scripts/ci/setup``, such as this::
58 privileges, such as those from the ``root`` account or those obtained
60 options such as ``--become``, ``--become-method``, ``--become-user``
97 Tags are very important as they are used to route specific jobs to
101 have tags set as::
H A Dsubmitting-a-patch.rst23 * - Sent as patch emails to ``qemu-devel@nongnu.org``
40 the basic requirements. Use the table of contents as a reference, and
119 the original file as separating hunks of changes.
139 same patch as your bug fix.
170 starts with "... so that" as a continuation of the subject line is
227 as patches** to the qemu-devel `mailing list
281 Do not send as an attachment
354 cover letter as needed.
534 commit message, as well as listing the changes from the previous
562 submission problems as soon as possible. `patchew
[all …]
/qemu/audio/
H A Daudio.c176 dolog ("frequency=%d nchannels=%d fmt=", as->freq, as->nchannels); in audio_print_settings()
178 switch (as->fmt) { in audio_print_settings()
206 switch (as->endianness) { in audio_print_settings()
225 invalid |= as->endianness != 0 && as->endianness != 1; in audio_validate_settings()
227 switch (as->fmt) { in audio_validate_settings()
241 invalid |= as->freq <= 0; in audio_validate_settings()
250 switch (as->fmt) { in audio_pcm_info_eq()
290 switch (as->fmt) { in audio_pcm_init_info()
321 info->freq = as->freq; in audio_pcm_init_info()
1836 struct audsettings *as, in AUD_add_capture() argument
[all …]
H A Dnoaudio.c50 static int no_init_out(HWVoiceOut *hw, struct audsettings *as, void *drv_opaque) in no_init_out() argument
54 audio_pcm_init_info (&hw->info, as); in no_init_out()
74 static int no_init_in(HWVoiceIn *hw, struct audsettings *as, void *drv_opaque) in no_init_in() argument
78 audio_pcm_init_info (&hw->info, as); in no_init_in()
H A Daudio-hmp-cmds.c70 AudioState *as = audio_state_by_name(audiodev, &local_err); in hmp_wavcapture() local
72 if (!as) { in hmp_wavcapture()
79 if (wav_start_capture(as, s, path, freq, bits, nchannels)) { in hmp_wavcapture()
H A Dalsaaudio.c575 struct audsettings as = { .freq = freq }; in alsa_open() local
579 &as, aopts->threshold)); in alsa_open()
705 static int alsa_init_out(HWVoiceOut *hw, struct audsettings *as, in alsa_init_out() argument
715 req.fmt = aud_to_alsafmt (as->fmt, as->endianness); in alsa_init_out()
716 req.freq = as->freq; in alsa_init_out()
717 req.nchannels = as->nchannels; in alsa_init_out()
793 static int alsa_init_in(HWVoiceIn *hw, struct audsettings *as, void *drv_opaque) in alsa_init_in() argument
802 req.fmt = aud_to_alsafmt (as->fmt, as->endianness); in alsa_init_in()
803 req.freq = as->freq; in alsa_init_in()
804 req.nchannels = as->nchannels; in alsa_init_in()
/qemu/docs/system/
H A Dinvocation.rst13 When dealing with options parameters as arbitrary strings containing
14 commas, such as in "file=my,file" and "string=a,b", it's necessary to
16 parsed as "-fw_cfg name=z,string=a,b".
H A Dintroduction.rst11 of hypervisors (known as accelerators) as well as a JIT known as the
24 - Linux (as dom0)
62 dynamically add and remove devices as well as introspect the system
66 the interface used by higher level tools interfaces such as `Virt
95 as:
114 can also be passed as an argument to another option. For example:
204 device we disable the display as we can work entirely in the terminal.
H A Dtarget-mips.rst67 - Bonito64 system controller as North Bridge
69 - VT82C686 chipset as South Bridge
71 - RTL8139D as a network card chipset
77 - LIOINTC as interrupt controller
79 - GPEX and virtio as peripheral devices
/qemu/tests/qapi-schema/
H A Dunion-base-union.json2 # TODO: It would be possible to allow a union as a base, as long as all
/qemu/docs/
H A Dpci_expander_bridge.txt7 as the main host bridge whose purpose is to enable
16 other resources as RAM and CPUs.
39 This is because when no bus is given, another pxb can be selected by QEMU as default bus,
49 …However, the bus behind is exposed through ACPI as a primary PCI bus and starts a new PCI hierarch…
50 The interrupts from devices behind the PXB are routed through this device the same as if it were a
53 Created automatically as part of init sequence.
H A Dimage-fuzzer.txt6 # it under the terms of the GNU General Public License as published by
45 generator should be specified as a mandatory parameter of the test runner.
70 The runner accepts a list of commands under test as a JSON array via
101 The 'qcow2' generator is a Python package providing 'create_image' method as
110 for integers or unsafe symbols as '%s' for strings. For bitmasks random amount
185 7. Should accept a seed as an argument (for regression purpose)
186 8. Should generate a seed if it is not specified as an input parameter.
189 10. Should accept a vector of actions as an argument (for test reproducing and
193 actions, if it is not specified as an input parameter
195 13. Should accept a SUT and its call parameters as an argument or select them
[all …]
/qemu/docs/user/
H A Dmain.rst9 - Linux (referred as qemu-linux-user)
11 - BSD (referred as qemu-bsd-user)
26 host (such as ``SIGALRM``), as well as synthesize signals from
96 such as when trying to analyse the logs produced by the ``-d`` option.
106 flag-style arguments don't have decoders and will show up as numbers.
120 binaries (as implemented by the arm-elf and arm-eabi Newlib/GDB
238 Act as if the host page size was 'pagesize' bytes
243 such as when trying to analyse the logs produced by the ``-d`` option.
/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst9 to guests as virtualized resources. The specifics of dynamic reconfiguration
12 information as it applies to the implementation within QEMU.
17 To manage hot plug/unplug of these resources, a firmware abstraction known as
31 such as the DRCs managing PCI slots on a hot plugged PHB. In this case the
32 arrays would be fetched as part of the device tree retrieval interfaces
108 ``<type>`` is assigned as follows:
310 New property's value, encoded as an OFDT-compatible byte array.
468 0 and M-1 which is used as an index into this table to select which
486 - Associativity list index for the LMB that is used as an index into
490 the LMB is assigned to the partition as of boot time.
[all …]
/qemu/tests/docker/dockerfiles/
H A Ddebian-all-test-cross.docker6 # basic compilers for as many targets as possible. We shall use this
11 # Duplicate deb line as deb-src
20 # Add extra build tools and as many cross compilers as we can for testing
/qemu/hw/audio/
H A Dadlib.c256 struct audsettings as; in adlib_realizefn() local
272 as.freq = s->freq; in adlib_realizefn()
273 as.nchannels = SHIFT; in adlib_realizefn()
274 as.fmt = AUDIO_FORMAT_S16; in adlib_realizefn()
275 as.endianness = AUDIO_HOST_ENDIANNESS; in adlib_realizefn()
283 &as in adlib_realizefn()
/qemu/target/riscv/insn_trans/
H A Dtrans_svinval.c.inc8 * version 2 or later, as published by the Free Software Foundation.
28 /* Do the same as sfence.vma currently */
57 /* Do the same as hfence.vvma currently */
70 /* Do the same as hfence.gvma currently */
/qemu/pc-bios/
H A DREADME9 1275-1994 (referred to as Open Firmware) compliant firmware.
20 -machine pseries,x-vof=on. When enabled, the firmware acts as a slim shim and
44 platform, also known as the PowerNV (Non-Virtualized) platform.
56 bundled as well, at Release 3e plus a subsequent typo fix (commit
57 b64af41c3276f97f0e181920400ee056b9c88037), as an OpenSSL dependency on 32-bit
67 and enable the use of well-known bootloaders such as U-Boot.
76 features over time as needed. The source code is available at:
/qemu/docs/interop/
H A Dqcow2.txt7 Likewise, the virtual disk as seen by the guest is divided into (guest)
191 as well as filled by zeros (which is equal to field absence), if software needs
342 its additional data, as well as the length of such data.
421 the virtual disk sector as the input tweak.
433 in the LUKS header, with the physical disk sector as the
463 obtained as follows:
512 obtained as follows:
668 as it doesn't need to be accurate in inactive L1 tables.
785 data must be left as is.
803 Granularity is calculated as
[all …]
H A Ddbus.rst17 Having several processes allows stricter security rules, as well as
20 While QEMU itself uses QMP as primary IPC (and Spice/VNC for remote
44 methods implemented using D-Bus are just as critical. Peers need to
53 helpers as different UID from QEMU and set appropriate policies.
63 unless additional controls such as SELinux or AppArmor are
/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst40 This variable **must** be marked as *Masked*, because anyone with knowledge
41 of it can impersonate you as far as Cirrus CI is concerned.
43 Neither of these variables should be marked as *Protected*, because in
48 repository as usual and you'll automatically get the additional CI coverage.
/qemu/
H A Dqemu.sasl2 # pick a mechanism which provides session encryption as well
3 # as authentication.
11 # NB, previously DIGEST-MD5 was set as the default mechanism for
13 # flaws as should no longer be used. Thus GSSAPI is now the default.
/qemu/include/sysemu/
H A Dkvm_int.h113 AddressSpace *as; member
114 } *as; member
130 AddressSpace *as, int as_id, const char *name);
/qemu/system/
H A Dqtest.c549 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
554 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
559 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
564 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
583 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
588 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
593 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
597 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
618 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, data, in qtest_process_command()
640 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, data, in qtest_process_command()
[all …]

12345678910>>...26