/qemu/tests/unit/ |
H A D | test-xs-node.c | 346 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/relative/path", in test_xs_node_simple() 351 "some/relative/pathguestwatch")); in test_xs_node_simple() 353 "/local/domain/1/some/relative/pathqemuwatch")); in test_xs_node_simple() 360 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, "some/relative/path", data); in test_xs_node_simple() 368 "/local/domain/1/some/relative/path", data); in test_xs_node_simple() 385 "/local/domain/1/some/relative/path2", in test_xs_node_simple() 390 g_assert(!strcmp(guest_watches->str, "some/relative/path2guestwatch")); in test_xs_node_simple() 394 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/relative/path", in test_xs_node_simple() 399 g_assert(!strcmp(guest_watches->str, "some/relative/pathguestwatch")); in test_xs_node_simple() 403 err = xs_impl_directory(s, DOMID_GUEST, XBT_NULL, "some/relative", &gencnt, in test_xs_node_simple() [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 126 | 58 echo '=== Testing relative backing filename resolution ===' 99 # relative path, it will always be evaluated relative to qemu's CWD (but not 100 # relative to the overlay!). While this is more or less intended, it is still 102 # (The root of the issue is the use of a relative path with a protocol prefix. 104 # such paths absolute, whereas in another, they are still relative.)
|
H A D | 020 | 150 echo 'Testing commit in sub-directory with relative filenames' 166 # backing file names as relative to the overlay, we go for the above) 177 # using relative paths for those, qemu will always resolve them 178 # relative to its CWD. Therefore, it cannot find those data files now
|
H A D | 110 | 4 # Test case for relative backing file names in complex BDS trees 55 # qemu should be able to reconstruct the filename, so relative backing names 91 echo '=== Backing name is always relative to the backed image ==='
|
H A D | 126.out | 8 === Testing relative backing filename resolution ===
|
H A D | 110.out | 19 === Backing name is always relative to the backed image ===
|
/qemu/include/ |
H A D | elf.h | 708 #define R_ALPHA_GPREL32 3 /* GP relative 32 bit */ 709 #define R_ALPHA_LITERAL 4 /* GP relative 16 bit w/optimization */ 712 #define R_ALPHA_BRADDR 7 /* PC+4 relative 23 bit shifted */ 713 #define R_ALPHA_HINT 8 /* PC+4 relative 16 bit shifted */ 714 #define R_ALPHA_SREL16 9 /* PC relative 16 bit */ 715 #define R_ALPHA_SREL32 10 /* PC relative 32 bit */ 716 #define R_ALPHA_SREL64 11 /* PC relative 64 bit */ 717 #define R_ALPHA_GPRELHIGH 17 /* GP relative 32 bit, high 16 bits */ 718 #define R_ALPHA_GPRELLOW 18 /* GP relative 32 bit, low 16 bits */ 719 #define R_ALPHA_GPREL16 19 /* GP relative 16 bit */ [all …]
|
/qemu/tests/tcg/s390x/ |
H A D | ex-relative-long.c | 1 /* Check EXECUTE with relative long instructions as targets. */ 15 * single relative long instruction on it. The other elements remain zero. 19 * Note that while gcc supports the ZL constraint for relative long operands, 35 /* Relative long instructions and their expected effects. */
|
H A D | per.S | 36 /* Test unconditional relative branch. */ 51 /* Test conditional relative branch. */
|
H A D | Makefile.target | 28 TESTS+=branch-relative-long 36 TESTS+=ex-relative-long
|
/qemu/include/qemu/ |
H A D | datadir.h | 15 * @name: Relative or absolute file name 17 * If @name exists on disk as an absolute path, or a path relative
|
/qemu/include/hw/misc/ |
H A D | mips_cpc.h | 28 /* CPC blocks offsets relative to base address */ 32 /* CPC register offsets relative to block offsets */
|
/qemu/tests/qtest/migration/aarch64/ |
H A D | a-b-kernel.S | 11 # pc-relative address. Also the branch instructions should use relative
|
/qemu/include/hw/xtensa/ |
H A D | xtensa-isa.h | 399 * checking if the instruction has a PC-relative immediate 515 * sort (e.g., PC-relative or not). The "is_register" function returns 553 * Check if an immediate operand is PC-relative. Returns 0 for register 554 * operands and non-PC-relative immediates, 1 for PC-relative 562 * For PC-relative offset operands, the interpretation of the offset may 563 * vary between opcodes, e.g., is it relative to the current PC or that 565 * perform PC-relative relocations and to undo them (as in the 568 * corresponding PC-relative offset (which can then be encoded and
|
/qemu/docs/ |
H A D | conf.py | 43 # add these directories to sys.path here. If the directory is relative to the 78 # Add any paths that contain templates here, relative to this directory. 153 # List of patterns, relative to source directory, that match files and 188 # and there isn't any one single relative path that will work for all 236 # relative to this directory. They are copied after the builtin static files,
|
/qemu/contrib/elf2dmp/ |
H A D | pe.h | 21 uint16_t e_ss; /* 0x0e: Initial (relative) SS value */ 25 uint16_t e_cs; /* 0x16: Initial (relative) CS value */
|
/qemu/tests/functional/qemu_test/ |
H A D | testcase.py | 107 relative to the source directory that is the root for 126 relative to the build directory root. 144 located relative to a temporary directory dedicated to 164 located relative to a temporary directory dedicated to
|
/qemu/util/ |
H A D | qemu-progress.c | 41 * @percent relative percent of current operation 137 * relative accounting of functions which may be a different fraction of
|
/qemu/include/system/ |
H A D | memory.h | 91 * @offset_within_region: the beginning of the section, relative to @mr's start 94 * relative to the region's address space 275 /* Read from the memory region. @addr is relative to @mr; @size is 280 /* Write to the memory region. @addr is relative to @mr; @size is 2127 * @addr: the address (relative to the start of the region) being dirtied. 2172 * @addr: the address (relative to the start of the region) being queried. 2187 * @addr: the address (relative to the start of the region) being queried. 2221 * @addr: the start, relative to the start of the region, of the range being 2379 * @offset: the offset relative to @mr where @subregion is added. 2398 * @offset: the offset relative to @mr where @subregion is added. [all …]
|
/qemu/pc-bios/optionrom/ |
H A D | pvh.S | 64 /* set up a long jump descriptor that is PC relative */ 83 /* fix the gdt descriptor to be PC relative */
|
H A D | multiboot.S | 41 /* set up a long jump descriptor that is PC relative */ 60 /* fix the gdt descriptor to be PC relative */
|
/qemu/docs/specs/ |
H A D | ppc-spapr-numa.rst | 15 similar mean performance (or in our context here, distance) relative to 46 Relative Performance Distance and ibm,associativity-reference-points 60 same performance boundaries are expected to have relative NUMA distance 273 Honoring just the relative distances of node 0 to every other node, we find the
|
/qemu/target/xtensa/ |
H A D | xtensa-isa-internal.h | 92 xtensa_do_reloc_fn do_reloc; /* Perform a PC-relative reloc. */ 93 xtensa_undo_reloc_fn undo_reloc; /* Undo a PC-relative relocation. */
|
/qemu/include/hw/input/ |
H A D | hid.h | 11 int32_t xdx, ydy; /* relative iff it's a mouse, otherwise absolute */
|
/qemu/target/arm/tcg/ |
H A D | sve_ldst_internal.h | 162 * The reg_off_* offsets are relative to the internal vector register. 163 * The mem_off_first offset is relative to the memory address; the
|