Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 2059) sorted by path

12345678910>>...83

/qemu/
H A D.editorconfig39 [*.{s,S}]
H A D.gdbinit3 # your home directory's ~/.gdbinit file:
H A D.mailmap57 # precedence over any munged From: in the mail's headers.
168 Lluís Vilanova <vilanova@ac.upc.edu>
169 Lluís Vilanova <xscript@gmx.net>
H A DCOPYING16 Foundation's software and to any other program whose authors commit to
43 Also, for each author's protection and ours, we want to make certain
54 patent must be licensed for everyone's free use or not licensed at all.
79 1. You may copy and distribute verbatim copies of the Program's
293 <one line to give the program's name and a brief idea of what it does.>
H A DMAINTAINERS1115 M: Inès Varhol <ines.varhol@telecom-paris.fr>
1128 M: Inès Varhol <ines.varhol@telecom-paris.fr>
H A DMakefile102 $(NINJA) -t targets all | sed 's/:.*//; $$!s/$$/ \\/'; \
104 $(NINJA) -t query build.ninja | sed -n '1,/^ input:/d; /^ outputs:/q; s/$$/ \\/p'; \
274 ($(find-src-path) -print | sed -e 's,^\./,,' \
H A DREADME.rst141 is preferable to report bugs to the vendor's own bug tracker first. If
/qemu/.github/workflows/
H A Dlockdown.yml21 This repository is a read-only mirror of the project's repostories hosted
/qemu/.gitlab-ci.d/
H A Dbuildtest.yml193 - export QEMU_PREV_VERSION="$(sed 's/\([0-9.]*\)\.[0-9]*/v\1.0/' VERSION)"
597 coverage: /^\s*lines:\s*\d+.\d+\%/
H A Dcirrus.yml26 -e "s|[@]CI_COMMIT_SHA@|$CI_COMMIT_SHA|g"
30 -e "s|[@]CIRRUS_VM_CPUS@|$CIRRUS_VM_CPUS|g"
31 -e "s|[@]CIRRUS_VM_RAM@|$CIRRUS_VM_RAM|g"
32 -e "s|[@]UPDATE_COMMAND@|$UPDATE_COMMAND|g"
36 -e "s|[@]PKGS@|$PKGS|g"
37 -e "s|[@]MAKE@|$MAKE|g"
38 -e "s|[@]PYTHON@|$PYTHON|g"
39 -e "s|[@]PIP3@|$PIP3|g"
40 -e "s|[@]PYPI_PKGS@|$PYPI_PKGS|g"
41 -e "s|[@]CONFIGURE_ARGS@|$CONFIGURE_ARGS|g"
[all …]
H A Dcustom-runners.yml4 # jobs that are intended to run on GitLab's "shared" runners.
11 # reusing the GIT repository, let's enable the clone strategy, which
H A Dwindows.yml74 - .\msys64\usr\bin\bash -lc "sed -i 's/^CheckSpace/#CheckSpace/g' /etc/pacman.conf"
/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst8 To work around this limitation, we take advantage of `Cirrus CI`_'s free
22 * sign up for Cirrus CI. It's enough to log into the website using your GitHub
/qemu/accel/hvf/
H A Dhvf-accel-ops.c325 HVFState *s; in hvf_accel_init() local
330 s = g_new0(HVFState, 1); in hvf_accel_init()
332 s->num_slots = ARRAY_SIZE(s->slots); in hvf_accel_init()
333 for (x = 0; x < s->num_slots; ++x) { in hvf_accel_init()
334 s->slots[x].size = 0; in hvf_accel_init()
335 s->slots[x].slot_id = x; in hvf_accel_init()
338 QTAILQ_INIT(&s->hvf_sw_breakpoints); in hvf_accel_init()
340 hvf_state = s; in hvf_accel_init()
/qemu/accel/kvm/
H A Dkvm-all.c449 if (s->coalesced_mmio && !s->coalesced_mmio_ring) { in kvm_init_vcpu()
1852 ret = kvm_vm_ioctl(s, s->irq_set_ioctl, &event); in kvm_set_irq()
1888 s->irq_routes = g_malloc0(sizeof(*s->irq_routes)); in kvm_init_irq_routing()
1918 if (s->irq_routes->nr == s->nr_allocated_irq_routes) { in kvm_add_routing_entry()
1925 s->irq_routes = g_realloc(s->irq_routes, size); in kvm_add_routing_entry()
2040 KVMState *s = c->s; in kvm_irqchip_add_msi_route() local
2075 if (s->irq_routes->nr < s->gsi_count) { in kvm_irqchip_add_msi_route()
2424 s->as = g_new0(struct KVMAs, s->nr_as); in kvm_init()
2507 s->coalesced_pio = s->coalesced_mmio && in kvm_init()
2611 kvm_memory_listener_register(s, &s->memory_listener, in kvm_init()
[all …]
H A Dtrace-events9 …reg_get(uint64_t id, const char *msg) "Warning: Unable to retrieve ONEREG %" PRIu64 " from KVM: %s"
10 …failed_reg_set(uint64_t id, const char *msg) "Warning: Unable to set ONEREG %" PRIu64 " to KVM: %s"
13 kvm_irqchip_add_msi_route(char *name, int vector, int virq) "dev %s vector %d virq %d"
24 kvm_dirty_ring_reaper(const char *s) "%s"
26 kvm_dirty_ring_reaper_kick(const char *reason) "%s"
34 …_memory(uint64_t start, uint64_t size, const char *msg) "start 0x%" PRIx64 " size 0x%" PRIx64 " %s"
/qemu/accel/stubs/
H A Dkvm-stub.c56 void kvm_init_irq_routing(KVMState *s) in kvm_init_irq_routing() argument
60 void kvm_irqchip_release_virq(KVMState *s, int virq) in kvm_irqchip_release_virq() argument
64 int kvm_irqchip_update_msi_route(KVMState *s, int virq, MSIMessage msg, in kvm_irqchip_update_msi_route() argument
70 void kvm_irqchip_commit_routes(KVMState *s) in kvm_irqchip_commit_routes() argument
86 int kvm_irqchip_add_irqfd_notifier_gsi(KVMState *s, EventNotifier *n, in kvm_irqchip_add_irqfd_notifier_gsi() argument
92 int kvm_irqchip_remove_irqfd_notifier_gsi(KVMState *s, EventNotifier *n, in kvm_irqchip_remove_irqfd_notifier_gsi() argument
/qemu/accel/tcg/
H A Dcputlb.c1051 static inline void copy_tlb_helper_locked(CPUTLBEntry *d, const CPUTLBEntry *s) in copy_tlb_helper_locked() argument
1053 *d = *s; in copy_tlb_helper_locked()
H A Dldst_atomicity.c.inc269 * @s: object size in bytes, @s <= 4.
271 * Atomically load @s bytes from @p, when p % s != 0, and [p, p+s-1] does
277 void *pv, int s)
281 int shr = (HOST_BIG_ENDIAN ? 8 - s - o : o) * 8;
292 * @s: object size in bytes, @s <= 8.
294 * Atomically load @s bytes from @p, when p % 16 < 8
295 * and p % 16 + s > 8. I.e. does not cross a 16-byte
303 void *pv, int s)
307 int shr = (HOST_BIG_ENDIAN ? 16 - s - o : o) * 8;
462 * but it's trivially supported on all hosts, better than 4
H A Dtcg-all.c88 TCGState *s = TCG_STATE(obj); in tcg_accel_instance_init() local
94 s->splitwx_enabled = -1; in tcg_accel_instance_init()
96 s->splitwx_enabled = 0; in tcg_accel_instance_init()
117 tcg_init(s->tb_size * MiB, s->splitwx_enabled, max_cpus); in tcg_init_machine()
132 TCGState *s = TCG_STATE(obj); in tcg_get_thread() local
165 uint32_t value = s->tb_size; in tcg_get_tb_size()
181 s->tb_size = value; in tcg_set_tb_size()
187 return s->splitwx_enabled; in tcg_get_splitwx()
193 s->splitwx_enabled = value; in tcg_set_splitwx()
199 return s->one_insn_per_tb; in tcg_get_one_insn_per_tb()
[all …]
/qemu/audio/
H A Dalsaaudio.c44 AudioState *s; member
201 audio_run(hlp->s, "alsa run (prepared)"); in alsa_poll_handler()
205 audio_run(hlp->s, "alsa run (running)"); in alsa_poll_handler()
731 alsa->pollhlp.s = hw->s; in alsa_init_out()
818 alsa->pollhlp.s = hw->s; in alsa_init_in()
H A Daudio-hmp-cmds.c37 CaptureState *s; in hmp_info_capture() local
39 for (s = capture_head.lh_first, i = 0; s; s = s->entries.le_next, ++i) { in hmp_info_capture()
41 s->ops.info (s->opaque); in hmp_info_capture()
49 CaptureState *s; in hmp_stopcapture() local
51 for (s = capture_head.lh_first, i = 0; s; s = s->entries.le_next, ++i) { in hmp_stopcapture()
53 s->ops.destroy (s->opaque); in hmp_stopcapture()
54 QLIST_REMOVE (s, entries); in hmp_stopcapture()
55 g_free (s); in hmp_stopcapture()
68 CaptureState *s; in hmp_wavcapture() local
77 s = g_malloc0 (sizeof (*s)); in hmp_wavcapture()
[all …]
H A Daudio.c352 s = bswap16 (s); in audio_pcm_info_clear_buf()
368 s = bswap32 (s); in audio_pcm_info_clear_buf()
468 AudioState *s = hw->s; in audio_attach_capture() local
921 AudioState *s = sw->s; in AUD_set_active_out() local
969 AudioState *s = sw->s; in AUD_set_active_in() local
1645 s->drv->fini (s->drv_opaque); in free_audio_state()
1659 g_free(s); in free_audio_state()
1737 s->ts = timer_new_ns(QEMU_CLOCK_VIRTUAL, audio_timer, s); in audio_init()
1788 return s; in audio_init()
1844 if (!s) { in AUD_add_capture()
[all …]
H A Daudio.h100 AudioState *s,
161 int wav_start_capture(AudioState *state, CaptureState *s, const char *path,
H A Daudio_int.h65 AudioState *s; member
86 AudioState *s; member
108 AudioState *s; member
125 AudioState *s; member
146 void (*set_dbus_server) (AudioState *s, GDBusObjectManagerServer *manager, bool p2p);
251 void audio_run(AudioState *s, const char *msg);

12345678910>>...83