/qemu/include/migration/ |
H A D | register.h | 38 * @opaque: data pointer passed to register_savevm_live() 48 * @opaque: data pointer passed to register_savevm_live() 62 * @opaque: data pointer passed to register_savevm_live() 76 * @opaque: data pointer passed to register_savevm_live() 86 * @opaque: data pointer passed to register_savevm_live() 102 * @opaque: data pointer passed to register_savevm_live() 120 * and opaque data pointer passed to register_savevm_live(). 134 * @opaque: data pointer passed to register_savevm_live() 145 * @opaque: data pointer passed to register_savevm_live() 162 * @opaque: data pointer passed to register_savevm_live() [all …]
|
/qemu/tests/qtest/libqos/ |
H A D | fw_cfg.c | 154 * If the fw_cfg file in question is smaller than the allocated & passed-in 157 * If the fw_cfg file in question is larger than the passed-in 184 * If the fw_cfg file in question is smaller than the allocated & passed-in 187 * If the fw_cfg file in question is larger than the passed-in 194 * Passed QOSState pointer qs must be initialized. qs->alloc must also be 226 * If the fw_cfg file in question is smaller than the allocated & passed-in 229 * If the fw_cfg file in question is larger than the passed-in 236 * Passed QOSState pointer qs must be initialized. qs->alloc must also be
|
/qemu/tests/tcg/multiarch/ |
H A D | test-mmap.c | 107 fprintf(stdout, " passed\n"); in check_aligned_anonymous_unfixed_mmaps() 131 fprintf(stdout, " passed\n"); in check_large_anonymous_unfixed_mmap() 183 fprintf(stdout, " passed\n"); in check_aligned_anonymous_unfixed_colliding_mmaps() 215 fprintf(stdout, " passed\n"); in check_aligned_anonymous_fixed_mmaps() 246 fprintf(stdout, " passed\n"); in check_aligned_anonymous_fixed_mmaps_collide_with_host() 297 fprintf(stdout, " passed\n"); in check_file_unfixed_mmaps() 330 fprintf(stdout, " passed\n"); in check_file_unfixed_eof_mmaps() 374 fprintf(stdout, " passed\n"); in check_file_fixed_eof_mmaps() 429 fprintf(stdout, " passed\n"); in check_file_fixed_mmaps() 454 fprintf(stdout, " passed\n"); in check_invalid_mmaps()
|
/qemu/crypto/ |
H A D | der.h | 47 * @opaque: parameter passed to cb 71 * @opaque: parameter passed to cb 94 * @opaque: parameter passed to cb 117 * @opaque: parameter passed to cb 140 * @opaque: parameter passed to cb 165 * @opaque: parameter passed to cb
|
/qemu/include/qemu/ |
H A D | main-loop.h | 124 * and set a Win32 event object. The event can then be passed to 133 * @opaque: A pointer-size value that is passed to @func. 143 * @func: The function that was passed to qemu_add_polling_cb. 144 * @opaque: A pointer-size value that was passed to qemu_add_polling_cb. 164 * @opaque: A pointer-size value that is passed to @func. 174 * @func: The function that was passed to qemu_add_wait_object. 175 * @opaque: A pointer-size value that was passed to qemu_add_wait_object. 225 * @opaque: A pointer-sized value that is passed to @fd_read and @fd_write. 242 * has been set. @e is passed to it as a parameter.
|
H A D | yank.h | 55 * @opaque: Will be passed to the yank function. 69 * @func: func that was passed to yank_register_function. 70 * @opaque: opaque that was passed to yank_register_function.
|
H A D | qht.h | 179 * @userp: additional pointer to be passed to @func 181 * Each time it is called, user-provided @func is passed a pointer-hash pair, 193 * @userp: additional pointer to be passed to @func 195 * Each time it is called, user-provided @func is passed a pointer-hash pair,
|
/qemu/tests/tcg/x86_64/ |
H A D | fma.c | 101 bool passed = true; in main() local 108 passed = false; in main() 112 passed = false; in main() 115 return passed ? 0 : 1; in main()
|
/qemu/include/hw/xen/interface/ |
H A D | arch-arm.h | 18 * A hypercall can take up to 5 arguments. These are passed in 24 * The hypercall number is passed in r12 (arm) or x16 (arm64). In both 38 * Parameter structs passed to hypercalls are laid out according to 42 * used regardless of guest type. Structures which are passed as 49 * - hypercall arguments passed via a pointer to guest memory. 65 * passed to hypercalls are Guest Physical Addresses (Intermediate 166 * XEN_GUEST_HANDLE represents a guest pointer, when passed as a field 169 * XEN_GUEST_HANDLE_PARAM represents a guest pointer, when passed as an
|
/qemu/bsd-user/arm/ |
H A D | target_arch_thread.h | 75 * r0 ps_strings 0 passed since ps arg setting not supported in target_thread_init() 76 * r1 obj_main ignored by _start(), so 0 passed in target_thread_init() 77 * r2 cleanup generated by rtld or ignored by _start(), so 0 passed in target_thread_init()
|
/qemu/include/qom/ |
H A D | object_interfaces.h | 96 * options passed in @opts as described in the QAPI schema documentation. 102 * @str: the object definition string as passed on the command line 117 * @str: the object definition string as passed on the command line 133 * @cmdline: the object definition string as passed on the command line
|
/qemu/include/hw/pci/ |
H A D | pci.h | 419 * @opaque: the data passed to pci_setup_iommu(). 432 * @opaque: the data passed to pci_setup_iommu(). 451 * @opaque: the data passed to pci_setup_iommu(). 461 * @opaque: the data passed to pci_setup_iommu(). 476 * @opaque: the data passed to pci_setup_iommu(). 496 * @opaque: the data passed to pci_setup_iommu(). 513 * @opaque: the data passed to pci_setup_iommu(). 531 * @opaque: the data passed to pci_setup_iommu(). 571 * @opaque: the data passed to pci_setup_iommu(). 589 * @opaque: the data passed to pci_setup_iommu(). [all …]
|
/qemu/docs/devel/ |
H A D | submitting-a-pull-request.rst | 31 with a pull request you're now indicating that the patch has passed via 42 **Don't send pull requests for code that hasn't passed review**. A pull 44 have passed the standard code review processes. In particular if you've
|
/qemu/fsdev/ |
H A D | p9array.h | 82 * P9ARRAY_DECLARE_TYPE() - Declares an array type for the passed @scalar_type. 98 * P9ARRAY_DEFINE_TYPE() - Defines an array type for the passed @scalar_type 151 * Allocates a new array of passed @scalar_type with @len number of array
|
/qemu/docs/system/ |
H A D | guest-loader.rst | 28 parameter and passed its boot arguments via -append. The Dom0 guest 31 size. Additional information can be passed with by using additional
|
/qemu/hw/display/ |
H A D | framebuffer.h | 14 * @mem_section: Output #MemoryRegionSection, to be passed to 45 * @opaque: Opaque pointer passed to @fn.
|
/qemu/hw/usb/ |
H A D | imx-usb-phy.c | 143 * register, setting bits passed in the value. in imx_usbphy_write() 156 * register, unsetting bits passed in the value. in imx_usbphy_write() 175 * register, toggling bits passed in the value. in imx_usbphy_write()
|
/qemu/include/hw/riscv/ |
H A D | boot_opensbi.h | 31 /** Representation dynamic info passed by previous booting stage */ 61 /** Representation dynamic info passed by previous booting stage */
|
/qemu/subprojects/libvduse/ |
H A D | libvduse.h | 113 * Get the private pointer passed to vduse_dev_create(). 190 * @fd: passed file descriptor 195 * Create VDUSE device from a passed file descriptor.
|
/qemu/qapi/ |
H A D | misc.json | 15 # devices to be passed in to QEMU via SCM_RIGHTS. 24 # @fdname: file descriptor name previously passed via 'getfd' command 142 # option was passed on the command line. 165 # the ``-S`` command line option if it was passed. 299 # Close a file descriptor previously passed via SCM rights 329 # Add a file descriptor, that was passed via SCM rights, to an fd set.
|
/qemu/tests/multiboot/ |
H A D | aout_kludge.S | 120 je passed 122 passed: label
|
/qemu/include/hw/xen/ |
H A D | start_info.h | 27 * Start of day structure passed to PVH guests and to HVM guests in %ebx. 41 * | nr_modules | Number of modules passed to the kernel. 116 uint32_t nr_modules; /* Number of modules passed to the kernel. */
|
/qemu/docs/system/devices/ |
H A D | usb-u2f.rst | 20 are passed through to the physical security key connected to the 57 four elements must be passed one way or another.
|
/qemu/tests/qtest/fuzz/ |
H A D | fuzz.h | 47 const char *name; /* target identifier (passed to --fuzz-target=)*/ 52 * Returns the arguments that are passed to qemu/system init(). Freed by
|
/qemu/rust/qemu-api/src/ |
H A D | callbacks.rs | 16 /// This enables zero-sized functions to be passed entirely through generic 29 /// // passed to `qemu_bh_schedule_oneshot` below. 33 /// // SAFETY: the opaque was passed as a reference to `T`. 68 /// each function that is passed to it. Therefore the argument is not really
|