/qemu/tests/unit/ |
H A D | test-interval-tree.c | 129 /* Test that we find exactly the one node. */ in test_find_one_range_many() 145 /* Test that we don't find it after it is removed. */ in test_find_one_range_many() 156 IntervalTreeNode *find; in test_find_many_range() local 179 /* Test that we find all of the nodes. */ in test_find_many_range() 180 find = interval_tree_iter_first(&root, 2000, 2999); in test_find_many_range() 181 for (i = 0; find != NULL; i++) { in test_find_many_range() 182 find = interval_tree_iter_next(find, 2000, 2999); in test_find_many_range() 201 g_test_add_func("/interval-tree/find-one-point", test_find_one_point); in main() 202 g_test_add_func("/interval-tree/find-two-point", test_find_two_point); in main() 203 g_test_add_func("/interval-tree/find-one-range", test_find_one_range); in main() [all …]
|
H A D | test-qemu-opts.c | 139 /* should not find anything at this point */ in test_qemu_opts_create() 148 /* now we've create the opts, must find it */ in test_qemu_opts_create() 154 /* should not find anything at this point */ in test_qemu_opts_create() 170 /* should not find anything at this point */ in test_qemu_opt_get() 197 /* should not find anything at this point */ in test_qemu_opt_get() 213 /* should not find anything at this point */ in test_qemu_opt_get_bool() 240 /* should not find anything at this point */ in test_qemu_opt_get_bool() 256 /* should not find anything at this point */ in test_qemu_opt_get_number() 283 /* should not find anything at this point */ in test_qemu_opt_get_number() 300 /* should not find anything at this point */ in test_qemu_opt_get_size() [all …]
|
/qemu/roms/ |
H A D | Makefile | 30 # first find cross binutils in path 31 find-cross-ld = $(firstword $(wildcard $(patsubst %,%/$(1)-*$(system)*-ld,$(path)))) 33 find-cross-gcc = $(firstword $(wildcard $(patsubst %ld,%gcc,$(call find-cross-ld,$(1))))) 35 find-cross-prefix = $(subst gcc,,$(notdir $(call find-cross-gcc,$(1)))) 37 aarch64_cross_prefix := $(call find-cross-prefix,aarch64) 38 arm_cross_prefix := $(call find-cross-prefix,arm) 39 powerpc64_cross_prefix := $(call find-cross-prefix,powerpc64) 40 powerpc_cross_prefix := $(call find-cross-prefix,powerpc) 41 x86_64_cross_prefix := $(call find-cross-prefix,x86_64) 42 riscv32_cross_prefix := $(call find-cross-prefix,riscv32) [all …]
|
/qemu/hw/acpi/ |
H A D | pcihp.c | 126 AcpiPciHpFind *find = opaque; in acpi_pcihp_test_hotplug_bus() local 127 if (find->bsel == acpi_pcihp_get_bsel(bus)) { in acpi_pcihp_test_hotplug_bus() 128 find->bus = bus; in acpi_pcihp_test_hotplug_bus() 134 AcpiPciHpFind find = { .bsel = bsel, .bus = NULL }; in acpi_pcihp_find_hotplug_bus() local 140 pci_for_each_bus(s->root, acpi_pcihp_test_hotplug_bus, &find); in acpi_pcihp_find_hotplug_bus() 146 if (!bsel && !find.bus) { in acpi_pcihp_find_hotplug_bus() 147 find.bus = s->root; in acpi_pcihp_find_hotplug_bus() 151 * Check if find.bus is actually hotpluggable. If bsel is set to in acpi_pcihp_find_hotplug_bus() 153 * non-hotpluggable, find.bus will match the root bus when bsel in acpi_pcihp_find_hotplug_bus() 156 * Instead, we should set find.bus to NULL in that case. In the check in acpi_pcihp_find_hotplug_bus() [all …]
|
/qemu/hw/core/ |
H A D | sysbus.c | 37 SysBusFind *find = opaque; in find_sysbus_device() local 49 find->func(sbdev, find->opaque); in find_sysbus_device() 61 SysBusFind find = { in foreach_dynamic_sysbus_device() local 68 find_sysbus_device(container, &find); in foreach_dynamic_sysbus_device() 70 find_sysbus_device(container, &find); in foreach_dynamic_sysbus_device()
|
H A D | loader-fit.c | 49 error_setg(errp, "can't find node %s", path); in fit_load_image_alloc() 102 error_setg(errp, "can't find %s address", name); in fit_image_addr() 284 error_report("can't find node /configurations"); in load_fit() 319 error_report("can't find configuration"); in load_fit()
|
/qemu/scripts/modules/ |
H A D | module_block.py | 44 if line.find(".format_name") != -1: 46 elif line.find(".protocol_name") != -1: 51 elif line.find("static BlockDriver") != -1:
|
/qemu/ |
H A D | Makefile | 200 find . \( -name '*.so' -o -name '*.dll' -o \ 229 find-src-path = find "$(SRC_PATH)" -path "$(SRC_PATH)/meson" -prune -o \ 239 $(find-src-path) -exec ctags \ 252 $(find-src-path) -print | gtags -f -), \ 261 $(find-src-path) -exec etags \ 271 ($(find-src-path) -print | sed -e 's,^\./,,' \
|
/qemu/pc-bios/ |
HD | openbios-sparc32 | ... ) to (dma-map-in) / find-device banner-name Unknown machine (ID % ... |
HD | u-boot.e500 | ... Tree blob at %08lx ERROR: Did not find a cmdline Flattened Device Tree Booting using the fdt blob ... |
/qemu/stats/ |
H A D | stats-hmp-cmds.c | 79 /* Find provider schema */ in print_stats_results() 85 monitor_printf(mon, "failed to find schema list for %s\n", in print_stats_results() 103 /* Find schema entry */ in print_stats_results() 106 monitor_printf(mon, "failed to find schema entry for %s\n", in print_stats_results()
|
/qemu/scripts/ |
H A D | modinfo-collect.py | 45 sys.stderr.print('modinfo: Could not find object file', obj) 60 if line.find('MODINFO') != -1:
|
H A D | device-crash-test | 53 # * Avoiding verbose log messages when we find known non-fatal 55 # * Avoiding fatal errors when we find known crashes 124 …{'device':'virtio-9p-ccw', 'expected':True}, # 9pfs device couldn't find fsdev with the … 125 …{'device':'virtio-9p-device', 'expected':True}, # 9pfs device couldn't find fsdev with the … 126 …{'device':'virtio-9p-pci', 'expected':True}, # 9pfs device couldn't find fsdev with the … 165 {'log':r"Couldn't find rom image '[\w-]+\.bin'"}, 186 {'log':r"could not find stage1 bootloader"},
|
H A D | clean-header-guards.pl | 22 # renames guard symbols, and explain how to find occurrences of these 143 skipping($fname, "can't find end of header guard"); 213 print STDERR "To find uses that may have to be updated try:\n";
|
H A D | analyze-inclusions | 45 find . -name "*.d" -exec grep -l "$@" {} + | wc -l 48 echo Found $(find . -name "*.d" | wc -l) object files
|
/qemu/pc-bios/s390-ccw/ |
H A D | main.c | 127 * Find the subchannel connected to the given device (dev_no) and fill in the 133 * In this case we'll just use the first potentially bootable device we find. 290 * channels to find one. 309 puts("Could not find a suitable boot device (none specified)"); in probe_boot_device()
|
/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 325 # Now, the challenge is to find out the right MODULE_OBJ_NAME for the 330 self.info("Can't find right uppercase name for %s", typename) 332 self.warn("Can't find right uppercase name for %s", typename) 338 self.info("Can't find right uppercase name for parent type (%s)", parent_typename) 340 self.warn("Can't find right uppercase name for parent type (%s)", parent_typename) 352 …# self.warn("Can't find where type checkers for %s (%s) are declared. We will need them to… 405 # self.warn("Can't find where parent type %s is declared", parent_typename) 741 self.warn("Can't find TypeInfo for %s", parent_typename) 868 self.warn("can't find type_init(%s) line", fn.name) 882 self.warn("can't find TypeInfo var declaration for %s", self.name) [all …]
|
/qemu/tests/tcg/aarch64/ |
H A D | pauth-2.c | 30 * Iterate until we find a salt for which encode != value. in do_test() 46 * Iterate until we find another salt which does fail. in do_test()
|
/qemu/tests/functional/ |
H A D | test_aarch64_tcg_plugins.py | 85 self.fail("Failed to find instruction count") 112 self.fail("Failed to find instruction count")
|
/qemu/hw/intc/ |
H A D | arm_gicv3.c | 180 /* Find the highest priority pending interrupt among the in gicv3_redist_update_noirqset() 189 /* Find out which redistributor interrupts are eligible to be in gicv3_redist_update_noirqset() 228 * If we didn't find an interrupt that would preempt the previous in gicv3_redist_update_noirqset() 271 /* Find the highest priority pending interrupt in this range. */ in gicv3_update_noirqset() 302 * If we didn't find an interrupt that would preempt the previous in gicv3_update_noirqset()
|
/qemu/util/ |
H A D | iova-tree.c | 154 * Try to find an unallocated IOVA range between prev and this elements. 166 * (4) prev, this: this is the most common case, we'll try to find a hole 226 * Find a valid hole for the mapping in iova_tree_alloc_map()
|
H A D | envlist.c | 67 /* find out first equals sign in given env */ in envlist_setenv() 116 * Find out the requested entry and remove in envlist_unsetenv()
|
/qemu/hw/xen/ |
H A D | trace-events | 77 xen_invalidate_map_cache_entry_unlocked_not_found(void *p) "could not find %p" 81 xen_ram_addr_from_mapcache_not_found(void *p) "could not find %p" 83 xen_ram_addr_from_mapcache_not_in_cache(void *p) "Trying to find address %p that is not in the mapc…
|
/qemu/migration/ |
H A D | cpr.c | 267 * cpr_get_fd_param: find a descriptor and return its value. 274 * If CPR is not being performed, then use @fdname to find the fd. 289 error_setg(errp, "cannot find saved value for fd %s", fdname); in cpr_get_fd_param()
|
/qemu/tests/qemu-iotests/ |
H A D | 302 | 52 # 2. Find the offset of the next member data. 69 # 2. Find the offset of the next member data.
|