Home
last modified time | relevance | path

Searched refs:tracks (Results 1 – 12 of 12) sorted by relevance

/qemu/block/
H A Dparallels.c122 index = sector_num / s->tracks; in seek_to_sector()
123 offset = sector_num % s->tracks; in seek_to_sector()
135 int ret = s->tracks - sector_num % s->tracks; in cluster_remainder()
263 idx = sector_num / s->tracks; in allocate_clusters()
382 return bat2sect(s, idx) + sector_num % s->tracks; in allocate_clusters()
1279 s->off_multiplier = le32_to_cpu(ph.tracks); in parallels_open()
1284 s->tracks = le32_to_cpu(ph.tracks); in parallels_open()
1285 if (s->tracks == 0) { in parallels_open()
1289 if (s->tracks > INT32_MAX/513) { in parallels_open()
1376 if (sector + s->tracks > s->data_end) { in parallels_open()
[all …]
H A Dparallels.h46 uint32_t tracks; member
86 unsigned int tracks; member
/qemu/qapi/
H A Dblock.json26 # tracks across all heads (i.e. cylinders*heads<131072), otherwise
/qemu/docs/devel/
H A Dvirtio-backends.rst211 sub-structure tracks both the ``vhost_dev`` and ``CharDev`` types
H A Dtcg-plugins.rst362 Similar to hotblocks but this time tracks memory accesses::
490 By default the plugin tracks both reads and writes. You can use one
H A Dfuzzing.rst12 fuzzer tracks the code coverage triggered by the input. Based on these
H A Dmulti-process.rst671 program. It also tracks the number of posted MMIO stores to the device
/qemu/docs/interop/
H A Dprl-xml.txt113 size for Parallels Expandable Image is in 'tracks' field of
H A Dparallels.txt51 28 - 31: tracks
H A Dbitmaps.rst195 Creates a new bitmap that tracks writes to the specified node. granularity,
220 To create a new, disabled (``-recording``), transient bitmap that tracks
H A Dqcow2.txt309 type: the dirty tracking bitmap, which tracks virtual disk changes from some
/qemu/ui/
H A Dcocoa.m312 * isAbsoluteEnabled tracks qemu_input_is_absolute() [ie "is the emulated
315 * isMouseGrabbed tracks whether GUI events are directed to the guest;