Home
last modified time | relevance | path

Searched refs:models (Results 1 – 25 of 52) sorted by relevance

123

/qemu/scripts/
H A Dcpu-x86-uarch-abi.py72 models = shell.cmd("query-cpu-definitions") variable
88 for model in models:
93 models = {} variable
108 models[name] = {
127 for name in models.keys():
129 got = set(models[name]["features"])
146 for name in models.keys():
148 if models[name]["levels"][level]:
163 for name in models.keys():
173 for name in models.keys():
[all …]
/qemu/docs/system/
H A Dcpu-models-mips.rst.inc4 QEMU supports variety of MIPS CPU models:
6 Supported CPU models for MIPS32 hosts
9 The following CPU models are supported for use on MIPS32 hosts.
12 mixture of host CPU models between machines, if live migration
38 Supported CPU models for MIPS64 hosts
41 The following CPU models are supported for use on MIPS64 hosts.
44 mixture of host CPU models between machines, if live migration
82 Supported CPU models for nanoMIPS hosts
85 The following CPU models are supported for use on nanoMIPS hosts.
88 mixture of host CPU models between machines, if live migration
[all …]
H A Dcpu-models-x86.rst.inc10 Two ways to configure CPU models with QEMU / KVM
42 ABI compatibility levels for CPU models
59 :file: cpu-models-x86-abi.csv
64 Preferred CPU models for Intel x86 hosts
227 Preferred CPU models for AMD x86 hosts
279 Must be explicitly turned on for all AMD CPU models.
330 Default x86 CPU models
370 Syntax for configuring CPU models
374 CPU models / features in QEMU and libvirt.
391 Named CPU models:
[all …]
H A Dqemu-cpu-models.rst17 .. include:: cpu-models-x86.rst.inc
18 .. include:: cpu-models-mips.rst.inc
H A Dtarget-mips.rst92 .. include:: cpu-models-mips.rst.inc
/qemu/tests/qtest/
H A Deepro100-test.c23 static const char *models[] = { variable
70 for (i = 0; i < ARRAY_SIZE(models); i++) { in eepro100_register_nodes()
71 qos_node_create_driver(models[i], eepro100_create); in eepro100_register_nodes()
72 qos_node_consumes(models[i], "pci-bus", &opts); in eepro100_register_nodes()
73 qos_node_produces(models[i], "pci-device"); in eepro100_register_nodes()
H A De1000-test.c23 static const char *models[] = { variable
61 for (i = 0; i < ARRAY_SIZE(models); i++) { in e1000_register_nodes()
62 qos_node_create_driver(models[i], e1000_create); in e1000_register_nodes()
63 qos_node_consumes(models[i], "pci-bus", &opts); in e1000_register_nodes()
64 qos_node_produces(models[i], "pci-device"); in e1000_register_nodes()
H A Dtpm-emu.c224 QList *models = qdict_get_qlist(rsp_models, "return"); in tpm_model_is_available() local
227 QLIST_FOREACH_ENTRY(models, e) { in tpm_model_is_available()
/qemu/qapi/
H A Dmachine-target.json46 # The @static CPU models are migration-safe.
119 # special property name "type" is included, the models are by
147 # version. (Except for CPU models reported as "static" in
154 # options. (Except for CPU models reported as "static" in
161 # supports comparing CPU models.
173 # - if comparing CPU models is not supported
199 # models run.
204 # version. (Except for CPU models reported as "static" in
218 # supports baselining CPU models.
227 # - if baselining CPU models is not supported
[all …]
H A Dtpm.json12 # An enumeration of TPM models
26 # @query-tpm-models:
28 # Return a list of supported TPM models
39 { 'command': 'query-tpm-models', 'returns': ['TpmModel'],
H A Dpragma.json31 'query-tpm-models',
/qemu/tests/qapi-schema/
H A Dreturns-bad-type.json4 'human-monitor-command', 'query-tpm-models', 'guest-get-time' ] } }
10 { 'command': 'query-tpm-models', 'returns': ['TpmModel'] }
/qemu/docs/system/arm/
H A Dxscale.rst1 Sharp XScale-based PDA models (``akita``, ``borzoi``, ``spitz``, ``terrier``, ``tosa``)
11 The clamshell PDA models emulation includes the following peripherals:
H A Dvexpress.rst4 QEMU models two variants of the Arm Versatile Express development
7 - ``vexpress-a9`` models the combination of the Versatile Express
9 - ``vexpress-a15`` models the combination of the Versatile Express
H A Dsx1.rst4 The Siemens SX1 models v1 and v2 (default) basic emulation. The
H A Dmusca.rst8 QEMU provides models of the A and B1 variants of this board.
H A Draspi.rst5 QEMU provides models of the following Raspberry Pi boards:
H A Dmps2.rst4 These board models use Arm M-profile or R-profile CPUs.
14 QEMU models the following FPGA images:
/qemu/docs/system/i386/
H A Dcpu.rst1 .. include:: ../cpu-models-x86.rst.inc
/qemu/tests/tcg/cris/bare/
H A Dcheck_movpr.s5 # functionality common to all models.
H A Dcheck_movmp.s5 # functionality common to all models.
/qemu/target/ppc/
H A Dmeson.build3 'cpu-models.c',
/qemu/docs/specs/
H A Dppc-xive.rst176 Overview of the QEMU models for XIVE
179 The XiveSource models the IVSE in general, internal and external. It
198 when a notification is triggered. It also models the Thread Interrupt
/qemu/docs/about/
H A Ddeprecated.rst239 QEMU includes models of some machine types where the QEMU code that
429 Runnability guarantee of CPU models (since 4.1)
432 Previous versions of QEMU never changed existing CPU models in
437 prevented CPU models from being updated to include CPU
442 existing CPU models. Management software that needs runnability
450 (specifically, version 1 of those CPU models). In future QEMU
/qemu/docs/
H A Dmeson.build60 'qemu-cpu-models.7': 'man7'

123