Home
last modified time | relevance | path

Searched full:admin (Results 1 – 17 of 17) sorted by relevance

/qemu/hw/nvme/
H A Dtrace-events97 pci_nvme_mmio_aqattr(uint64_t data) "wrote MMIO, admin queue attributes=0x%"PRIx64""
98 pci_nvme_mmio_asqaddr(uint64_t data) "wrote MMIO, admin submission queue address=0x%"PRIx64""
99 pci_nvme_mmio_acqaddr(uint64_t data) "wrote MMIO, admin completion queue address=0x%"PRIx64""
100 pci_nvme_mmio_asqaddr_hi(uint64_t data, uint64_t new_addr) "wrote MMIO, admin submission queue high…
101 pci_nvme_mmio_acqaddr_hi(uint64_t data, uint64_t new_addr) "wrote MMIO, admin completion queue high…
139 pci_nvme_err_invalid_admin_opc(uint8_t opc) "invalid admin opcode 0x%"PRIx8""
177 pci_nvme_err_startfail_cq(void) "nvme_start_ctrl failed because there are non-admin completion queu…
178 pci_nvme_err_startfail_sq(void) "nvme_start_ctrl failed because there are non-admin submission queu…
179 pci_nvme_err_startfail_asq_misaligned(uint64_t addr) "nvme_start_ctrl failed because the admin subm…
180 pci_nvme_err_startfail_acq_misaligned(uint64_t addr) "nvme_start_ctrl failed because the admin comp…
[all …]
H A Dctrl.c7346 /* SGLs shall not be used for Admin commands in NVMe over PCIe */ in nvme_admin_cmd()
7580 /* -1 to account for the admin queue */ in nvme_activate_virt_res()
8108 * posted to the Admin Completion Queue with a status code of in nvme_process_db()
8214 * including ones that run on Linux, are not updating Admin Queues, in nvme_process_db()
8682 /* add one to max_ioqpairs to account for the admin queue pair */ in nvme_init_pci()
/qemu/qga/
H A Dcommands-windows-ssh.c52 * Gets the admin SSH folder for OpenSSH. OpenSSH does not store
95 * admin it returns the ssh folder located at %PROGRAMDATA%/ssh. If the user is
96 * not an admin it returns %USERPROFILE%/.ssh
100 * isAdmin -> Whether the user is an admin or not
114 /* If not an Admin the SSH key is in the user directory. */ in get_ssh_folder()
221 /* Create an entry for the admin user. */ in create_acl_base()
225 error_setg_win32(errp, GetLastError(), "failed to retrieve Admin SID"); in create_acl_base()
229 /* Set permissions for admin group. */ in create_acl_base()
254 "admin group %lu", in create_acl_base()
300 * If the user is not an admin give the user creating the key permission to in create_acl()
[all …]
H A Dqapi-schema.json176 # @enabled: whether command is currently enabled by guest admin
/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h241 /* Admin command status. */
244 /* Admin command opcode. */
248 /* Admin command group type. */
252 /* Transitional device admin command. */
/qemu/docs/interop/
H A Ddbus.rst15 - admin & cli
/qemu/docs/devel/migration/
H A Dpostcopy.rst216 - When the network is recovered (or a new network is provided), the admin
220 - On source host, the admin can continue the interrupted postcopy
H A Dmapped-ram.rst59 stopped after the snapshot by the admin, then consider stopping it
/qemu/contrib/gitdm/
H A Dfiletypes.txt103 # Building, compiling, and configuration admin files
/qemu/scripts/coverity-scan/
H A Dmodel.c28 * The model file must be uploaded by an admin in the analysis settings of
/qemu/
H A Dqemu.nsi70 RequestExecutionLevel admin
/qemu/docs/system/devices/
H A Dnet.rst69 host admin has to set the ping_group_range in order to grant access to
H A Dnvme.rst335 controller and assign an admin queue, an IO queue, and a MSI-X interrupt.
/qemu/block/
H A Dnvme.c53 /* This driver shares a single MSIX IRQ for the admin and I/O queues */
109 * [0]: admin queue.
839 /* Set up admin queue. */ in nvme_init()
H A Drbd.c48 * (normally 'admin').
/qemu/tests/unit/
H A Dtest-crypto-tlscredsx509.c68 * clearer error messages to the admin when they misconfigure
/qemu/migration/
H A Dmigration.c2632 * RECOVER stage and back to PAUSED, so the admin can try in source_return_path_thread()