Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 29) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D04464 assert(fd.tell() == off_refblock)
70 assert(fd.tell() == off_l1)
77 assert(fd.tell() == off_l2)
H A Dqcow2_format.py153 position = fd.tell()
255 position = fd.tell()
425 while fd.tell() < end:
443 self.backing_file_offset = fd.tell()
446 if fd.tell() > self.cluster_size:
H A D30271 offset = tar.fileobj.tell() + 512
H A Dqed.py55 self.filesize = f.tell()
/qemu/scripts/
H A Danalyze-migration.py62 raise Exception("Unexpected end of %s at 0x%x" % (self.filename, self.file.tell()))
65 def tell(self): member in MigrationFile
66 return self.file.tell()
74 entrypos = self.file.tell()
78 endpos = self.file.tell()
80 datapos = self.file.tell()
477 …se Exception("Subsection %s not found at offset %x" % ( subsection['vmsd_name'], self.file.tell()))
/qemu/docs/specs/
H A Divshmem-spec.rst53 Revision 0 of the device is not capable to tell guest software whether
106 device is not capable to tell guest software whether setup is
111 capable to tell guest software what peers are connected, or how many
164 is not capable to tell guest software whether the server is still up.
H A Dppc-spapr-hotplug.rst196 ``0``: ``unusable``, tell firmware/system the resource can be
/qemu/tests/tcg/tricore/
H A Dlink.ld39 * Create the clear and copy tables that tell the startup code
/qemu/docs/
H A Dqemupciserial.inf4 ; just an inf file to tell windows which pci id the serial pci card
H A Dmultiseat.txt99 Good. Now lets tell the system that the pci bridge and all devices
/qemu/docs/system/
H A Dcpu-hotplug.rst141 device. Then the guest kernel will bring the vCPU offline and tell
H A Dgdb.rst16 guest until you tell it to from gdb. (If you want to specify which
132 so that when you tell gdb to ``continue`` it resumes all CPUs,
H A Dbootindex.rst4 QEMU can tell QEMU-aware guest firmware (like the x86 PC BIOS)
H A Dintroduction.rst201 We then tell QEMU to multiplex the :ref:`QEMU monitor` with the serial
/qemu/target/ppc/translate/
H A Dmisc-impl.c.inc127 * tell the CPU it is a store-forwarding barrier.
/qemu/docs/devel/
H A Dci-runners.rst.inc35 very common need is to tell Ansible to use a Python 3 interpreter on
H A Dnested-papr.txt54 call made by the L1 to tell the L0 to start an L2 vCPU with the given
H A Dblkdebug.txt26 The blkdebug block driver takes a list of "rules" that tell the error injection
/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py516 size = image_file.tell()
/qemu/docs/devel/migration/
H A Dcompatibility.rst97 So we need a way to tell qemu-5.2 that when we are using machine type
105 How do we tell QEMU about these device feature changes? In
H A Dmain.rst409 opposite when we are loading the state, we need a way to tell kvm to
486 the point that stream bandwidth limits tell it to stop. Each call
H A Dpostcopy.rst133 the beginning, to tell the destination that postcopy might happen.
/qemu/qapi/
H A Drun-state.json19 # that this state does not tell whether the machine will start at
H A Dmachine-target.json459 # The guest can tell the host (via the PTF instruction) whether the
/qemu/ui/
H A Dcocoa.m605 * Don't try to tell QEMU about UI information in the application
781 * checked here do not tell what exact keys are down.
789 * application is inactive. It is because -[NSEvent keyCode] does not tell

12