Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 83) sorted by relevance

1234

/qemu/hw/audio/
H A Dtrace-events50 virtio_snd_handle_pcm_set_params(uint32_t stream) "VIRTIO_SND_PCM_SET_PARAMS called for stream %"PR…
52 virtio_snd_handle_pcm_info(uint32_t stream) "VIRTIO_SND_R_PCM_INFO called for stream %"PRIu32
53 virtio_snd_handle_pcm_start_stop(const char *code, uint32_t stream) "%s called for stream %"PRIu32
54 virtio_snd_handle_pcm_release(uint32_t stream) "VIRTIO_SND_PCM_RELEASE called for stream %"PRIu32
56 virtio_snd_handle_chmap_info(void) "VIRTIO_SND_CHMAP_INFO called"
57 virtio_snd_handle_event(void) "event queue callback called"
59 virtio_snd_handle_tx_xfer(void) "tx queue callback called"
60 virtio_snd_handle_rx_xfer(void) "rx queue callback called"
/qemu/docs/devel/
H A Dblock-coroutine-wrapper.rst6 called in coroutine context. Such functions are normally marked by the
25 called ``bdrv_foo(<same args>)``. In this case the script can help. To
H A Dnested-papr.txt28 that would normally be called the "host" or "hypervisor". L1 is a
69 vCPUs is done implicitly whenever h_enter_nested() is called.
81 be called the L1 must explicitly create the L2 using h_guest_create()
H A Dclocks.rst85 called (this will be explained in a following section).
97 outputs. The function ``qdev_init_clocks()`` must be called with the array as
146 clock has been set ``clock_setup_canonical_path()`` should be called.
177 The ``event`` argument specifies why the callback has been called.
179 that you are interested in. The callback will only be called for those
184 * ``ClockPreUpdate`` : called when the input clock's period is about to
189 * ``ClockUpdate`` : called after the input clock's period has changed.
297 ``clock_set_ns()`` or ``clock_set_hz()`` should be called on the Clock
H A Dci-runners.rst.inc11 be set up with GitLab's "agent", called gitlab-runner, which will take
14 gitlab-runner, is called a "custom runner".
H A Dmemory.rst40 each read or write causes a callback to be called on the host.
184 - when address_space_unmap is called, the reference to the memory region's
195 memory_region_ref and memory_region_unref are never called on aliases
202 never called for the machine object, you must never call object_unparent
323 so-called PCI hole, that allows a 32-bit PCI bus to exist in a system with
353 callbacks are called:
H A Dreset.rst21 to control it. All resettable control functions must be called while holding
39 This is called for a reset which is being done to put the system into a
224 either its children or its own enter method is called) to the *exit*
314 2. The function which is called to make the reset happen is
327 ``qemu_register_reset()``. Those functions are called during the
H A Dfuzzing.rst271 ``LLVMFuzzerInitialize``: called prior to fuzzing. Used to initialize all of the
274 ``LLVMFuzzerTestOneInput``: called for each fuzzing run. Processes the input and
285 After this, the ``vl.c:main`` is called to set up the guest. There are
286 target-specific hooks that can be called before and after main, for
H A Dstyle.rst129 CPUArchState is usually held in a pointer called ``env``.
132 called ``dev``.
140 that are widely called from across the codebase should not have any
154 If there are two versions of a function to be called with or without a
160 called directly and aliased to the plain function name via the
162 concrete implementation of a function that will not be called
651 For a storage structure the first declaration should always be called
653 be called "parent_class" as below:
H A Dmultiple-iothreads.txt17 The default event loop is called the main loop (see main-loop.c). It is
68 runs in an IOThread. They might cause a crash or deadlock if called from an
H A Dreplay.rst106 (called the warp timer) on the virtual real time clock, so that the
108 is then incremented (which is called "warping" the virtual clock) as
114 is called when the CPUs get an interrupt or when the warp timer fires,
254 callbacks that affect virtual machine state, but normally called
/qemu/docs/
H A Dblock-replication.txt97 (called active-disk). It should start as an empty disk, and the format
131 Start block replication, called in migration/checkpoint thread.
137 This interface is called after all VM state is transferred to
142 This interface is called to check if error happened in replication.
146 It is called on failover. We will flush the Disk buffer into
H A Dqcow2-cache.txt24 A qcow2 file is organized in units of constant size called clusters.
40 called the L1 and L2 tables.
63 The second level structures are called refcount blocks, are also one
/qemu/docs/system/
H A Dvirtio-net-failover.rst14 The two devices are called primary and standby device. The fast hardware based
15 networking device is called the primary device and the virtio-net device is the
/qemu/docs/system/s390x/
H A Dbootdevices.rst36 The QEMU guest firmware (the so-called s390-ccw bios) has also some rudimentary
59 The ``s390-ccw-virtio`` machine supports the so-called ``loadparm`` parameter
88 firmware is loaded from a file called ``s390-netboot.img`` in the QEMU data
/qemu/docs/specs/
H A Dacpi_hest_ghes.rst63 (2) A new fw_cfg blob called "etc/hardware_errors" is introduced. QEMU
90 (8) QEMU defines a third and write-only fw_cfg blob which is called
H A Dppc-xive.rst6 architecture, called XIVE as "eXternal Interrupt Virtualization
132 Each exception has a state independent from the others called a Thread
146 specific MMIO region, called the Thread Interrupt Management Area
/qemu/docs/devel/migration/
H A Dvfio.rst178 .save_live_complete_precopy() is called for each active device
185 .save_cleanup() is called
196 For each device, .load_state() is called for that device section data
199 At the end, .load_cleanup() is called for each device and vCPUs are started
H A Dmain.rst254 called if the subsection is loaded.
256 One important note is that the outer post_load() function is called "after"
412 The functions to do that are inside a vmstate definition, and are called:
416 This function is called before we load the state of one device.
420 This function is called after we load the state of one device.
424 This function is called before we save the state of one device.
428 This function is called after we save the state of one device
495 - ``cleanup`` functions for both save and load that are called
/qemu/hw/usb/
H A Dccid-card-emulated.c426 static int called; in wrap_vcard_emul_init() local
429 if (called) { in wrap_vcard_emul_init()
440 called = 1; in wrap_vcard_emul_init()
/qemu/docs/system/devices/
H A Dnet.rst18 virtual network device on your host (called ``tapN``), and you can then
36 There is a virtual ethernet driver for Windows 2000/XP systems, called
/qemu/hw/sparc64/
H A Dtrace-events22 …mit, uint64_t t, uint64_t dt) "%s set_limit limit=0x%"PRIx64 " (%s) p=%p called with limit=0x%"PRI…
/qemu/audio/
H A Dcoreaudio.m302 * callback to feed audiooutput buffer. called without BQL.
454 * HALB_IOThread::Entry(void*). HALB_Mutex::Lock() is also called in
455 * AudioObjectGetPropertyData, which is called by coreaudio driver.
541 /* called without BQL. */
/qemu/docs/system/i386/
H A Damd-memory-encryption.rst41 ``LAUNCH_START`` is called first to create a cryptographic launch context within
74 created via the ``LAUNCH_START`` command. If required, this command can be called
174 ``SNP_LAUNCH_START`` is called first to create a cryptographic launch context
196 called multiple times to encrypt different memory regions. The command also
/qemu/include/exec/
H A Dhelper-proto.h.inc17 * otherwise be called directly, this should not have any other visible effect.

1234