Home
last modified time | relevance | path

Searched full:one (Results 1 – 25 of 1649) sorted by relevance

12345678910>>...66

/qemu/disas/
H A Dm68k.c67 /* Sign bit is always one bit long. 1 means negative, 0 means positive. */
80 one bits. */
296 extracted from the 'd' field of word one, which means that an extended
469 The place to store is word two if bit six of word one is zero,
470 and words two and three if bit six of word one is one.
499 b source, at low bit of first word, and immediate uses one byte
1329 if (buffer[1] & 0x40) /* If bit six is one, long offset. */ in print_insn_arg()
1788 /* lpstop is another exception. It takes a one word argument but is in match_insn_m68k()
1795 /* Copy the one word argument into the usual location for a one in match_insn_m68k()
2006 /* Don't match fmovel with more than one register; in print_insn_m68k()
[all …]
/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c41 unsigned int one:1; member
51 unsigned int one:1; member
63 .ieee_nan.one = 1,
71 .ieee_nan.one = 1,
79 .ieee.one = 1,
86 .ieee.one = 0,
93 .ieee.one = 0,
100 .ieee.one = 1,
178 au.ieee.negative, au.ieee.exponent, au.ieee.one, in do_fprem()
182 bu.ieee.negative, bu.ieee.exponent, bu.ieee.one, in do_fprem()
[all …]
/qemu/tests/unit/
H A Dtest-util-filemonitor.c237 .filesrc = "one.txt", .watchid = &watch1 }, in test_file_monitor_events()
243 .filesrc = "one.txt", }, in test_file_monitor_events()
245 .filesrc = "one.txt", .watchid = &watch0, in test_file_monitor_events()
248 .filesrc = "one.txt", .watchid = &watch1, in test_file_monitor_events()
277 .filesrc = "one.txt", .filedst = "two.txt" }, in test_file_monitor_events()
279 .filesrc = "one.txt", .watchid = &watch0, in test_file_monitor_events()
282 .filesrc = "one.txt", .watchid = &watch1, in test_file_monitor_events()
313 .filesrc = "one.txt", .watchid = &watch1 }, in test_file_monitor_events()
315 .filesrc = "one.txt", .watchid = &watch3 }, in test_file_monitor_events()
317 .filesrc = "one.txt", }, in test_file_monitor_events()
[all …]
/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc130 /* fix up for one negative */
178 TCGv temp1, temp2, zero, one, mone, min;
183 one = tcg_constant_tl(1);
194 tcg_gen_movcond_tl(TCG_COND_NE, temp2, temp1, zero, one, source2);
201 tcg_gen_movcond_tl(TCG_COND_EQ, temp2, source2, zero, one, temp2);
221 TCGv temp1, temp2, zero, one, max;
226 one = tcg_constant_tl(1);
234 tcg_gen_movcond_tl(TCG_COND_EQ, temp2, source2, zero, one, source2);
253 TCGv temp1, temp2, zero, one, mone, min;
258 one = tcg_constant_tl(1);
[all …]
/qemu/docs/devel/migration/
H A Dmain.rst14 two times. I.e. it can only restore the state in one guest that has
15 the same devices that the one it was saved (this last requirement can
20 requested: migration. This means that QEMU is able to start in one
26 can take a while to move all state from one machine to another. Live
61 - if the direct-io capability is to be used, exactly one of the
84 Saving the state of one device
172 registered this ``VMSTATEDescription`` with one of the following
173 functions. The first one will generate a device ``instance_id``
174 different for each registration. Use the second one if you already
208 Each device has to register two functions, one to save the state and
[all …]
H A Dcompatibility.rst10 The difficult one is when they are different versions.
26 - pc-q35-5.2 (newer one in qemu-5.2) from now on pc-5.2
27 - pc-q35-5.1 (newer one in qemu-5.1) from now on pc-5.1
47 Exactly the same case than the previous one, but for 5.1.
55 the latest machine type for that version (pc-5.2) but one of an older
87 similar to the previous one.
113 To create a property for a device, we need to use one of the
129 change that is not backward compatible. In qemu-5.1 it has one
134 queues to a device that have only one queue, we don't know where to
138 Similar problem when we migrate from qemu-5.1 that has only one queue
[all …]
/qemu/docs/interop/
H A Ddbus.rst60 - Improved reliability - crash of one part doesn't take
66 - Two UIDs, one for QEMU, one for dbus & helpers
70 - Many UIDs, one for QEMU one for dbus and one for each helpers
/qemu/tests/qapi-schema/
H A Dalternate-array.json1 { 'struct': 'One',
4 'data': { 'one': 'One',
H A Dalternate-array.out12 object One
16 case one: One
H A Dalternate-conflict-dict.json2 { 'struct': 'One',
7 'data': { 'one': 'One',
H A Ddoc-good.out13 member one
31 case one: Variant1
69 * List item one
108 arg=one
/qemu/hw/acpi/
H A Dtpm.c26 *not_implemented, *pak, *tpm2, *tpm3, *pprm, *pprq, *zero, *one; in tpm_build_ppi_acpi() local
33 one = aml_int(1); in tpm_build_ppi_acpi()
141 ifctx2 = aml_if(aml_equal(function, one)); in tpm_build_ppi_acpi()
176 aml_append(ifctx3, aml_return(one)); in tpm_build_ppi_acpi()
210 ifctx3 = aml_if(aml_equal(rev, one)); in tpm_build_ppi_acpi()
214 aml_store(pprq, aml_index(tpm2, one))); in tpm_build_ppi_acpi()
227 aml_store(pprq, aml_index(tpm3, one))); in tpm_build_ppi_acpi()
280 aml_index(tpm3, one))); in tpm_build_ppi_acpi()
337 aml_append(ifctx3, aml_return(one)); in tpm_build_ppi_acpi()
353 ifctx3 = aml_if(aml_equal(rev, one)); in tpm_build_ppi_acpi()
[all …]
H A Dcpu.c353 Aml *one = aml_int(1); in build_cpus_aml() local
414 /* switch off legacy CPU hotplug HW and use new one, in build_cpus_aml()
462 ifctx = aml_if(aml_equal(is_enabled, one)); in build_cpus_aml()
479 aml_append(method, aml_store(one, fw_ej_evt)); in build_cpus_aml()
483 aml_append(method, aml_store(one, ej_evt)); in build_cpus_aml()
522 aml_append(method, aml_store(one, has_job)); in build_cpus_aml()
528 while_ctx2 = aml_while(aml_equal(has_job, one)); in build_cpus_aml()
532 aml_append(while_ctx2, aml_store(one, has_event)); in build_cpus_aml()
540 while_ctx = aml_while(aml_land(aml_equal(has_event, one), in build_cpus_aml()
572 aml_append(ifctx, aml_store(one, has_job)); in build_cpus_aml()
[all …]
H A Dmemory_hotplug.c377 Aml *one = aml_int(1); in build_memory_hotplug_aml() local
477 ifctx = aml_if(aml_equal(ins_evt, one)); in build_memory_hotplug_aml()
482 aml_append(ifctx, aml_store(one, ins_evt)); in build_memory_hotplug_aml()
487 ifctx = aml_if(aml_equal(rm_evt, one)); in build_memory_hotplug_aml()
492 aml_append(ifctx, aml_store(one, rm_evt)); in build_memory_hotplug_aml()
497 aml_append(while_ctx, aml_add(idx, one, idx)); in build_memory_hotplug_aml()
501 aml_append(method, aml_return(one)); in build_memory_hotplug_aml()
514 ifctx = aml_if(aml_equal(slot_enabled, one)); in build_memory_hotplug_aml()
574 aml_append(ifctx, aml_add(maxh, one, maxh)); in build_memory_hotplug_aml()
577 ifctx = aml_if(aml_lless(maxl, one)); in build_memory_hotplug_aml()
[all …]
/qemu/tests/qemu-iotests/
H A D261197 # Amend them, one by one
364 # Give the last snapshot (the one to be removed) an L1 table so we can
366 # (Put it two clusters before 1 MB, and one L2 table one cluster
400 echo '=== Snapshot table too big with one entry with too much extra data ==='
407 # - One snapshot with $extra_data_size extra data
408 # - One normal snapshot that breaks the 64 MB boundary
409 # - One normal snapshot beyond the 64 MB boundary
415 # limit to be somewhere, even when truncating one snapshot's extra
422 # The layout from the previous test had one snapshot beyond the 64 MB
429 # Assuming we had already written one of the three snapshots
[all …]
/qemu/docs/
H A Dthrottle.txt23 second and the number of operations per second (IOPS). For each one of
81 I/O they allow. These two can be configured separately for each one of
146 of this in order to circumvent the limits and submit one huge I/O
155 counted as two, and a 6KB request will be counted as one and a
157 requests will be always counted as one, no matter their size.
201 group, the last one wins.
208 it was member of a different one. In this case the limits
265 The user can create an arbitrary number of filters and each one of
332 each one of them and an additional set of limits for the combined I/O
335 First we would define all throttle groups, one for each one of the
[all …]
/qemu/util/
H A Derror-report.c97 * Change the current location to the one saved in LOC.
139 * Print current location to current monitor if we have one, else to stderr.
180 * Print a message to current monitor if we have one, else to stderr.
220 * Print an error message to current monitor if we have one, else to stderr.
232 * Print a warning message to current monitor if we have one, else to stderr.
243 * Print an information message to current monitor if we have one, else to
255 * Print an error message to current monitor if we have one, else to stderr.
271 * Print a warning message to current monitor if we have one, else to stderr.
286 * Print an information message to current monitor if we have one, else to
/qemu/ui/
H A Dvnc-enc-tight.h37 * byte". Its format is as follows (bit 0 is the least significant one):
69 * Data size is compactly represented in one, two or three bytes, according
76 * Here each character denotes one bit, xxxxxxx are the least significant 7
85 * pixel data before the compression. The "filter id" byte can be one of the
115 * encode one pixel. 1-bit encoding is performed such way that the most
136 * Data size is compactly represented in one, two or three bytes, just like
140 * 8-bit wide, then one pixel in Tight encoding is always represented by
155 * and each one should be encoded separately.
/qemu/block/
H A Dsnapshot.c87 * one, @id and @name are the matching condition:
88 * If both @id and @name are specified, find the first one with id @id and
90 * If only @id is specified, find the first one with id @id.
91 * If only @name is specified, find the first one with name @name.
95 * when error or not found. If all operation succeed but no matching one is
337 * If both @snapshot_id and @name are specified, delete the first one with
339 * If only @snapshot_id is specified, delete the first one with id
341 * If only @name is specified, delete the first one with name @name.
347 * not support parameter @snapshot_id or @name, or one of them is not correctly
348 * specified, return -EINVAL. If @bs can't find one matching @id and @name,
[all …]
/qemu/include/exec/
H A Dcputlb.h53 * At most one entry for a given virtual address is permitted. Only a
78 * At most one entry for a given virtual address is permitted. Only a
103 * Flush one page from the TLB of the specified CPU, for all
113 * Flush one page from the TLB of all CPUs, for all
128 * use one of the other functions for efficiency.
149 * Flush one page from the TLB of the specified CPU, for the specified
161 * Flush one page from the TLB of all CPUs, for the specified
/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py100 This function is useful for selection from valid values except current one.
108 This function is useful for selection from valid values except current one.
116 This function is useful for selection from valid values except current one.
122 """Select one value from all defined by constraints.
124 Each constraint produces one random value satisfying to it. The function
125 randomly selects one value satisfying at least one constraint (depending on
142 # to get one of allowable values
/qemu/docs/devel/testing/
H A Dqtest.rst26 hardware, or extending one if you are adding functionalities to an existing
39 1. Create a new source file for the test. (More than one file can be added as
47 one variable per architecture, plus ``qtests_generic`` for tests
56 4. If the test has more than one source file or needs to be linked with any
/qemu/docs/specs/
H A Dacpi_pci_hotplug.rst16 Slot injection notification pending. One bit per slot.
24 Slot removal notification pending. One bit per slot.
33 One bit per slot.
47 Used by ACPI BIOS _RMV method to indicate removability status to OS. One
/qemu/docs/devel/
H A Dconflict-resolution.rst29 For very urgent topics, you can also inform one or more members through IRC.
42 impacting one or more involved parties. In the event the leadership
50 to one or more involved individuals.
57 off period may require, for example, one or more of the following:
/qemu/include/hw/
H A Dptimer.h21 * and keep counting down, or to stop (as a one-shot timer).
59 * - Counter value of the running timer is one less than the actual value.
63 * counter = counter value at the moment of change (.i.e. one less).
67 /* Periodic timer counter stays with "0" for a one period before wrapping
76 * but after a one period for both oneshot and periodic modes. */
80 * immediately, but after a one period. */
84 * not the one less. */
204 * need to call one of them. If the counter behaviour is specified

12345678910>>...66