Home
last modified time | relevance | path

Searched refs:act (Results 26 – 50 of 50) sorted by relevance

12

/qemu/
H A Dblockdev.c2085 switch (act->type) { in transaction_action()
2088 external_snapshot_action(act, tran, errp); in transaction_action()
2091 drive_backup_action(act->u.drive_backup.data, in transaction_action()
2095 blockdev_backup_action(act->u.blockdev_backup.data, in transaction_action()
2106 block_dirty_bitmap_add_action(act->u.block_dirty_bitmap_add.data, in transaction_action()
2119 act->u.block_dirty_bitmap_disable.data, tran, errp); in transaction_action()
2153 TransactionActionList *act; in qmp_transaction() local
2167 for (act = actions; act; act = act->next) { in qmp_transaction()
2168 TransactionActionKind type = act->value->type; in qmp_transaction()
2191 for (act = actions; act; act = act->next) { in qmp_transaction()
[all …]
H A Dqemu-img.c4769 enum ImgBitmapAct act; member
4787 ImgBitmapAction *act, *act_next; in img_bitmap() local
4841 act->act = BITMAP_ADD; in img_bitmap()
4847 act->act = BITMAP_REMOVE; in img_bitmap()
4852 act->act = BITMAP_CLEAR; in img_bitmap()
4857 act->act = BITMAP_ENABLE; in img_bitmap()
4862 act->act = BITMAP_DISABLE; in img_bitmap()
4867 act->act = BITMAP_MERGE; in img_bitmap()
4868 act->src = optarg; in img_bitmap()
4931 switch (act->act) { in img_bitmap()
[all …]
H A DCOPYING73 covered by this License; they are outside its scope. The act of
87 You may charge a fee for the physical act of transferring a copy, and
/qemu/block/
H A Dbackup.c153 BlockErrorAction act; in backup_loop() local
202 act = backup_error_action(job, error_is_read, -ret); in backup_loop()
203 switch (act) { in backup_loop()
/qemu/bsd-user/
H A Dsignal-common.h33 int do_sigaction(int sig, const struct target_sigaction *act,
/qemu/tests/tcg/aarch64/
H A Dbti-crt.c.inc32 * kernel ABI here, and make this act like signal.
/qemu/docs/specs/
H A Dpci-testdev.rst9 BAR types and act accordingly.
/qemu/qapi/
H A Dtrace.json89 # @vcpu: The vCPU to act upon (all by default; since 2.7).
/qemu/target/arm/tcg/
H A Da32.decode274 # and act as normal post-indexed (P=0, W=0).
335 # and act as normal post-indexed (P=0, W=0).
/qemu/docs/devel/
H A Dnested-papr.txt24 This document explains how a guest operating system can act as a
H A Dfuzzing.rst289 ``LLVMFuzzerTestOneInput``: Uses qtest/qos functions to act based on the fuzz
H A Dkconfig.rst154 channel "bus") selects ``I2C`` because it can act as an I2C master too.
H A Dmemory.rst90 will act like a container, except that any addresses within the container's
H A Datomics.rst485 ``smp_mb__after_rmw()``; they act both as an optimization,
H A Dsubmitting-a-patch.rst416 read replies to your messages and be willing to act on them.
H A Dmulti-process.rst566 The IOMMU emulation will also need to act on unmap requests from QEMU.
/qemu/hw/nvme/
H A Dtrace-events119 …i_nvme_virt_mngmt(uint16_t cid, uint16_t act, uint16_t cntlid, const char* rt, uint16_t nr) "cid %…
H A Dctrl.c417 static uint16_t nvme_zns_check_resources(NvmeNamespace *ns, uint32_t act, in nvme_zns_check_resources() argument
421 ns->nr_active_zones + act > ns->params.max_active_zones) { in nvme_zns_check_resources()
443 static uint16_t nvme_aor_check(NvmeNamespace *ns, uint32_t act, uint32_t opn) in nvme_aor_check() argument
445 return nvme_zns_check_resources(ns, act, opn, 0); in nvme_aor_check()
2013 int act = 0; in nvme_zrm_open_flags() local
2018 act = 1; in nvme_zrm_open_flags()
2026 status = nvme_zns_check_resources(ns, act, 1, in nvme_zrm_open_flags()
2032 if (act) { in nvme_zrm_open_flags()
6794 uint8_t act = dw10 & 0xf; in nvme_virt_mngmt() local
6799 trace_pci_nvme_virt_mngmt(nvme_cid(req), act, cntlid, rt ? "VI" : "VQ", nr); in nvme_virt_mngmt()
[all …]
/qemu/linux-user/
H A Dsyscall.c9836 act._sa_handler = old_act->_sa_handler; in _syscall2()
9838 act.sa_flags = old_act->sa_flags; in _syscall2()
9840 pact = &act; in _syscall2()
9860 struct target_sigaction act, oact, *pact; in _syscall2()
9864 act._sa_handler = old_act->_sa_handler; in _syscall2()
9866 act.sa_flags = old_act->sa_flags; in _syscall2()
9868 act.sa_restorer = old_act->sa_restorer; in _syscall2()
9871 pact = &act; in _syscall2()
9910 struct target_sigaction *act = NULL; in _syscall2() local
9927 if (act) { in _syscall2()
[all …]
H A Dsyscall_defs.h494 int do_sigaction(int sig, const struct target_sigaction *act,
/qemu/docs/system/
H A Dsecurity.rst70 guest has escaped the virtual machine and is able to act in the context of the
/qemu/linux-headers/LICENSES/preferred/
H A DGPL-2.092 covered by this License; they are outside its scope. The act of
106 You may charge a fee for the physical act of transferring a copy, and
/qemu/docs/system/devices/
H A Dcxl.rst58 **Type 3 Memory devices:** These devices act as a means of attaching
/qemu/docs/tools/
H A Dqemu-img.rst636 If the size *N* is given then act as if creating a new empty image file
637 using ``qemu-img create``. If *FILENAME* is given then act as if
/qemu/docs/interop/
H A Dvhost-user.rst1827 it will send a message to the front-end, which will act as a proxy to the

12