Searched full:sparse (Results 1 – 25 of 78) sorted by relevance
1234
/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-sparse | 4 # Test blockdev-mirror with raw sparse destination 59 # Check several combinations; most should result in a sparse destination; 104 actual=sparse 113 do_test external ignore off sparse 114 do_test external unmap off sparse 115 do_test external unmap unmap sparse 116 do_test off ignore off sparse 117 do_test off unmap off sparse 118 do_test off unmap unmap sparse 120 do_test full unmap off sparse [all …]
|
H A D | mirror-sparse.out | 1 QA output created by mirror-sparse 39 Destination is sparse; expected sparse 69 Destination is sparse; expected sparse 99 Destination is sparse; expected sparse 143 Destination is sparse; expected sparse 187 Destination is sparse; expected sparse 231 Destination is sparse; expected sparse 319 Destination is sparse; expected sparse 363 Destination is sparse; expected sparse
|
/qemu/scripts/ |
H A D | check_sparse.py | 3 # Invoke sparse based on the contents of compile_commands.json, 13 def cmdline_for_sparse(sparse, cmdline): argument 17 out = sparse + ['-no-compile'] 26 # prevent sparse from treating output files as inputs 33 # sparse does not understand these! 49 sparse = sys.argv[2:] variable 53 cmd = cmdline_for_sparse(sparse, cmdline)
|
/qemu/hw/mem/ |
H A D | sparse-mem.c | 2 * A sparse memory device. Useful for fuzzing 21 #include "hw/mem/sparse-mem.h" 101 /* The length of the sparse memory region */ 103 /* Max amount of actual memory that can be used to back the sparse memory */ 135 "sparse-mem", s->length); in sparse_mem_realize() 146 dc->desc = "Sparse Memory Device"; in sparse_mem_class_init()
|
H A D | meson.build | 12 system_ss.add(when: 'CONFIG_SPARSE_MEM', if_true: files('sparse-mem.c'))
|
/qemu/hw/vfio/ |
H A D | region.c | 155 struct vfio_region_info_cap_sparse_mmap *sparse; in vfio_setup_region_sparse_mmaps() local 163 sparse = container_of(hdr, struct vfio_region_info_cap_sparse_mmap, header); in vfio_setup_region_sparse_mmaps() 166 region->nr, sparse->nr_areas); in vfio_setup_region_sparse_mmaps() 168 region->mmaps = g_new0(VFIOMmap, sparse->nr_areas); in vfio_setup_region_sparse_mmaps() 170 for (i = 0, j = 0; i < sparse->nr_areas; i++) { in vfio_setup_region_sparse_mmaps() 171 if (sparse->areas[i].size) { in vfio_setup_region_sparse_mmaps() 172 trace_vfio_region_sparse_mmap_entry(i, sparse->areas[i].offset, in vfio_setup_region_sparse_mmaps() 173 sparse->areas[i].offset + in vfio_setup_region_sparse_mmaps() 174 sparse->areas[i].size - 1); in vfio_setup_region_sparse_mmaps() 175 region->mmaps[j].offset = sparse->areas[i].offset; in vfio_setup_region_sparse_mmaps() [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 150.out.qcow2 | 3 === Mapping sparse conversion === 7 === Mapping non-sparse conversion ===
|
H A D | 150.out.raw | 3 === Mapping sparse conversion === 8 === Mapping non-sparse conversion ===
|
H A D | 237.out | 197 format: SPARSE 239 format: SPARSE 281 format: SPARSE 331 format: SPARSE 336 format: SPARSE 341 format: SPARSE
|
H A D | 150 | 49 echo '=== Mapping sparse conversion ===' 60 echo '=== Mapping non-sparse conversion ==='
|
H A D | 005 | 56 # of a HUGE (but very sparse) file. Check we can create it before continuing.
|
/qemu/include/hw/mem/ |
H A D | sparse-mem.h | 2 * A sparse memory device. Useful for fuzzing 15 #define TYPE_SPARSE_MEM "sparse-mem"
|
/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 14 …nja pixman pkg-config python3 rpm2cpio rust sdl2 sdl2_image snappy socat sparse spice-protocol swt…
|
/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 113 - sparse
|
/qemu/include/hw/virtio/ |
H A D | virtio-iommu.h | 50 IOMMUDevice *pbdev[]; /* Parent array is sparse, so dynamically alloc */
|
/qemu/hw/alpha/ |
H A D | pci.c | 6 * ??? Sparse memory access not implemented.
|
/qemu/scripts/ci/setup/ubuntu/ |
H A D | ubuntu-2204-aarch64.yaml | 120 - sparse
|
H A D | ubuntu-2204-s390x.yaml | 118 - sparse
|
H A D | ubuntu-2204-armhf-cross.yml | 52 - sparse
|
/qemu/tests/docker/dockerfiles/ |
H A D | alpine.docker | 103 sparse \
|
H A D | opensuse-leap.docker | 106 sparse \
|
H A D | fedora-win64-cross.docker | 58 sparse \
|
H A D | fedora.docker | 122 sparse \
|
H A D | ubuntu2204.docker | 127 sparse \
|
H A D | debian.docker | 128 sparse \
|
1234