/qemu/scripts/qapi/ |
H A D | common.py | 148 def increase(self, amount: int = 4) -> None: 150 self._level += amount 152 def decrease(self, amount: int = 4) -> None: 154 assert amount <= self._level 155 self._level -= amount
|
/qemu/target/mips/tcg/ |
H A D | tx79.decode | 20 # reduce the amount of duplication between instruction patterns.
|
/qemu/docs/interop/ |
H A D | dbus-vmstate.rst | 17 For now, the data amount to be transferred is arbitrarily limited to
|
H A D | firmware.json | 197 # logs a large amount of debug messages, which may 208 # @verbose-static: The firmware unconditionally produces a large amount
|
/qemu/docs/devel/ |
H A D | trivial-patches.rst | 10 on the mailing list even though they require only a small amount of
|
H A D | tcg-icount.rst | 30 which represents the amount of elapsed time in the system since
|
/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 1591 HexValue amount = *width; in gen_rotl() local 1595 if (amount.bit_width < src->bit_width) { in gen_rotl() 1596 amount = gen_rvalue_extend(c, locp, &amount); in gen_rotl() 1598 amount = gen_rvalue_truncate(c, locp, &amount); in gen_rotl() 1600 amount = rvalue_materialize(c, locp, &amount); in gen_rotl() 1602 &res, ", ", src, ", ", &amount, ");\n"); in gen_rotl()
|
/qemu/docs/specs/ |
H A D | rapl-msr.rst | 35 The MSR_PKG_ENERGY_STATUS is a counter; it represents the total amount of 97 time of a process with the [pid] as the process ID. It gives the amount
|
/qemu/docs/system/ |
H A D | target-openrisc.rst | 40 bit of hardware, such as small amount of RAM, no PCI or other hard disk, etc.,
|
H A D | target-riscv.rst | 45 bit of hardware, such as small amount of RAM, no PCI or other hard
|
H A D | target-arm.rst | 55 bit of hardware, such as small amount of RAM, no PCI or other hard
|
H A D | device-url-syntax.rst.inc | 160 The amount of data to read ahead with each range request to the
|
H A D | introduction.rst | 130 - Define the machine type, amount of memory etc
|
/qemu/docs/system/arm/ |
H A D | vexpress.rst | 50 - QEMU allows the amount of RAM provided to be specified with the
|
/qemu/docs/ |
H A D | throttle.txt | 74 user to do bursts of I/O for a configurable amount of time. A burst is 75 an amount of I/O that can exceed the basic limit. Bursts are useful to 80 Two parameters control bursts: their length and the maximum amount of
|
H A D | memory-hotplug.txt | 13 hotpluggable memory slots to create and what is the maximum amount of
|
H A D | qcow2-cache.txt | 65 amount of allocated space. 80 the amount of allocated space.
|
H A D | multi-thread-compression.txt | 29 the amount of data transferred will decrease; this factor can reduce
|
H A D | xbzrle.txt | 12 compressed version of the updates, thus reducing the amount of data sent during
|
/qemu/qapi/ |
H A D | migration.json | 17 # @transferred: amount of bytes already transferred to the target VM 19 # @remaining: amount of bytes remaining to be transferred to the 22 # @total: total amount of bytes involved in the migration process 84 # @bytes: amount of bytes already transferred to the target VM 86 # @pages: amount of pages transferred to the target VM 108 # @pages: amount of pages compressed and transferred to the target VM 115 # @compressed-size: amount of bytes after compression 183 # @transferred: amount of bytes transferred to the target VM by VFIO 207 # @total-time: total amount of milliseconds since migration started. 218 # @setup-time: amount of setup time in milliseconds *before* the
|
H A D | dump.json | 52 # can take very long depending on the amount of guest memory.
|
H A D | machine.json | 411 # by a potentially quite significant amount all at once, as if the 422 # amount of time during which ticks have been missed. 1223 # @committed: the amount of memory in use inside the guest plus the 1224 # amount of the memory unusable inside the guest (ballooned out, 1227 # @available: the amount of the memory inside the guest available for 1301 # Return the amount of initially allocated and present hotpluggable
|
/qemu/target/riscv/ |
H A D | translate.c | 767 #define EX_SH(amount) \ argument 768 static int ex_shift_##amount(DisasContext *ctx, int imm) \ 770 return imm << amount; \
|
/qemu/docs/devel/migration/ |
H A D | vfio.rst | 12 accommodate VFIO devices that have a large amount of data that needs to be 58 driver, which indicates the amount of data that the vendor driver has yet to
|
/qemu/ |
H A D | hmp-commands-info.hx | 790 .help = "show the amount of initially allocated and " 797 Display the amount of initially allocated and present hotpluggable (if
|