Home
last modified time | relevance | path

Searched full:sparse (Results 1 – 25 of 78) sorted by relevance

1234

/qemu/tests/qemu-iotests/tests/
H A Dmirror-sparse4 # 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 Dmirror-sparse.out1 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 Dcheck_sparse.py3 # 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 Dsparse-mem.c2 * 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 Dmeson.build12 system_ss.add(when: 'CONFIG_SPARSE_MEM', if_true: files('sparse-mem.c'))
/qemu/hw/vfio/
H A Dregion.c155 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 D150.out.qcow23 === Mapping sparse conversion ===
7 === Mapping non-sparse conversion ===
H A D150.out.raw3 === Mapping sparse conversion ===
8 === Mapping non-sparse conversion ===
H A D237.out197 format: SPARSE
239 format: SPARSE
281 format: SPARSE
331 format: SPARSE
336 format: SPARSE
341 format: SPARSE
H A D15049 echo '=== Mapping sparse conversion ==='
60 echo '=== Mapping non-sparse conversion ==='
H A D00556 # of a HUGE (but very sparse) file. Check we can create it before continuing.
/qemu/include/hw/mem/
H A Dsparse-mem.h2 * A sparse memory device. Useful for fuzzing
15 #define TYPE_SPARSE_MEM "sparse-mem"
/qemu/.gitlab-ci.d/cirrus/
H A Dmacos-14.vars14 …nja pixman pkg-config python3 rpm2cpio rust sdl2 sdl2_image snappy socat sparse spice-protocol swt…
/qemu/tests/lcitool/projects/
H A Dqemu.yml113 - sparse
/qemu/include/hw/virtio/
H A Dvirtio-iommu.h50 IOMMUDevice *pbdev[]; /* Parent array is sparse, so dynamically alloc */
/qemu/hw/alpha/
H A Dpci.c6 * ??? Sparse memory access not implemented.
/qemu/scripts/ci/setup/ubuntu/
H A Dubuntu-2204-aarch64.yaml120 - sparse
H A Dubuntu-2204-s390x.yaml118 - sparse
H A Dubuntu-2204-armhf-cross.yml52 - sparse
/qemu/tests/docker/dockerfiles/
H A Dalpine.docker103 sparse \
H A Dopensuse-leap.docker106 sparse \
H A Dfedora-win64-cross.docker58 sparse \
H A Dfedora.docker122 sparse \
H A Dubuntu2204.docker127 sparse \
H A Ddebian.docker128 sparse \

1234