/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 90 /* qmp-example directive styling */ 92 .rst-content .admonition-example { 98 .rst-content .admonition-example > .admonition-title:before { 102 .rst-content .admonition-example > .admonition-title { 106 .rst-content .admonition-example > div[class^="highlight"] { 117 .rst-content .admonition-example > div[class^="highlight"]:nth-child(2) { 118 /* If a code box is the second element in an example admonition, 125 .rst-content .admonition-example > div[class^="highlight"]:last-child { 126 /* If a code box is the final element in an example admonition, don't 133 .rst-content .admonition-example .highlight { [all …]
|
/qemu/qapi/ |
H A D | misc.json | 33 # .. qmp-example:: 63 # .. qmp-example:: 114 # .. qmp-example:: 147 # .. qmp-example:: 171 # .. qmp-example:: 195 # .. qmp-example:: 235 # .. qmp-example:: 261 # .. qmp-example:: 288 # .. qmp-example:: 305 # .. qmp-example:: [all …]
|
H A D | run-state.json | 126 # .. qmp-example:: 155 # .. qmp-example:: 171 # .. qmp-example:: 192 # .. qmp-example:: 207 # .. qmp-example:: 221 # .. qmp-example:: 231 # Emitted when guest enters a hardware suspension state, for example, 236 # .. qmp-example:: 247 # saved on disk, for example, S4 state, which is sometimes called 255 # .. qmp-example:: [all …]
|
H A D | misc-i386.json | 11 # for example QEMU guest agent's guest-set-time command. 19 # .. qmp-example:: 139 # .. qmp-example:: 177 # .. qmp-example:: 224 # .. qmp-example:: 294 # .. qmp-example:: 352 # .. qmp-example:: 371 # .. qmp-example:: 443 # .. qmp-example:: 480 # .. qmp-example::
|
H A D | qdev.json | 23 # .. note:: Objects can create properties at runtime, for example to 65 # .. qmp-example:: 107 # .. qmp-example:: 113 # .. qmp-example:: 135 # .. qmp-example:: 157 # .. qmp-example::
|
H A D | replay.json | 57 # .. qmp-example:: 79 # .. qmp-example:: 94 # .. qmp-example:: 115 # .. qmp-example::
|
H A D | char.json | 43 # .. qmp-example:: 89 # .. qmp-example:: 144 # .. qmp-example:: 180 # .. qmp-example:: 367 # @type: kind of channel (for example vdagent). 779 # .. qmp-example:: 786 # .. qmp-example:: 794 # .. qmp-example:: 819 # .. qmp-example:: 826 # .. qmp-example:: [all …]
|
H A D | control.json | 19 # .. qmp-example:: 101 # .. qmp-example:: 138 # .. qmp-example:: 153 # This example has been shortened as the real response is too long. 168 # .. qmp-example::
|
H A D | virtio.json | 37 # .. qmp-example:: 206 # .. qmp-example:: 266 # .. qmp-example:: 577 # .. qmp-example:: 604 # .. qmp-example:: 705 # .. qmp-example:: 729 # .. qmp-example:: 854 # .. qmp-example:: 884 # .. qmp-example:: 913 # .. qmp-example::
|
H A D | dump.json | 66 # example, the guest uses ACPI to sleep, and ACPI sleep state 97 # .. qmp-example:: 153 # .. qmp-example:: 174 # .. qmp-example:: 205 # .. qmp-example::
|
H A D | migration.json | 293 # .. qmp-example:: 299 # .. qmp-example:: 320 # .. qmp-example:: 326 # .. qmp-example:: 348 # .. qmp-example:: 466 # example, a device can use it to make sure some of its data is 526 # .. qmp-example:: 544 # .. qmp-example:: 699 # @alias: An alias name for migration (for example the bitmap name on 722 # @alias: An alias block node name for migration (for example the node [all …]
|
H A D | tpm.json | 34 # .. qmp-example:: 65 # .. qmp-example:: 171 # .. qmp-example::
|
H A D | ui.json | 86 # .. qmp-example:: 148 # .. qmp-example:: 190 # .. qmp-example:: 332 # .. qmp-example:: 381 # .. qmp-example:: 407 # .. qmp-example:: 434 # .. qmp-example:: 455 # .. qmp-example:: 663 # .. qmp-example:: 728 # .. qmp-example:: [all …]
|
H A D | trace.json | 54 # .. qmp-example:: 77 # .. qmp-example::
|
/qemu/docs/ |
H A D | memory-hotplug.txt | 25 For example, the following command-line: 41 For example, the following commands add another 1GB to the guest 54 For example, assuming that the host has 1GB hugepages available in 65 In the following command-line example, an 8GB guest is created where 6GB 89 For example, assuming that the pc-dimm device with id "dimm1" exists, and its memory
|
/qemu/tests/qemu-iotests/ |
H A D | 113 | 51 $QEMU_IMG create -f bochs nbd://example.com 2>&1 64M 60 $QEMU_IMG convert -f bochs -O bochs "$TEST_IMG" nbd://example.com
|
/qemu/tests/tsan/ |
H A D | ignore.tsan | 1 # This is an example ignore list. 7 # for example, cpu_physical_memory_set_dirty_range,
|
/qemu/docs/devel/ |
H A D | kconfig.rst | 9 time different targets can share large amounts of code. For example, 31 of boards or devices. For example, by default most targets will include 68 The ``config`` keyword introduces a new configuration element. In the example 90 be used to force another symbol to true. In the following example, 153 subsystems or buses. For example, ``AUX`` (the DisplayPort auxiliary 170 Devices *depend on* the bus that they lie on, for example a PCI 173 that the device provides, for example a SCSI adapter would specify 178 Devices also select any optional subsystem that they use; for example 199 for example only VFIO (passthrough) and virtio-pci devices. 265 A file in ``configs/`` looks like the following example:: [all …]
|
H A D | qapi-code-gen.rst | 230 example above, the generator maps 'MyEnum' to MY_ENUM and 'value1' to 312 An example BlockdevOptionsGenericCOWFormat object on the wire could use 435 The example alternate declaration above allows using both of the 436 following example objects:: 497 Some example commands:: 532 example:: 550 (OOB) execution. It defaults to false. For example:: 584 before the machine is built. It defaults to false. For example:: 657 An example event is:: 740 problematic strings. For example, a member named ``default`` in qapi [all …]
|
H A D | clocks.rst | 23 example it is possible to create a clock outside of any device to 26 Here is an example of clocks:: 101 As an example, the following creates 2 clocks to a device: one input and one 152 change (for example the main clock source of a board), then you'll have 202 get the clock inputs or outputs of a device. For example: 224 device clock. For example, to connect the input clock ``clk2`` of 257 In the above example, when *Clock 1* is updated by *Device A*, three 298 object during device instance init. For example: 339 Here is an example, which assumes that ``clock_callback`` has been 415 For example, let's say that we have an output clock *clkout* and we [all …]
|
/qemu/tests/tcg/mips/user/ase/msa/ |
H A D | README | 3 For example: 13 provided. This is an example of compilation and execution of all
|
/qemu/docs/system/riscv/ |
H A D | shakti-c.rst | 37 Shakti SDK can be used to generate the baremetal example UART applications. 48 You could also download the precompiled example applications using below 56 Then we can run the UART example using:
|
/qemu/docs/system/ |
H A D | device-emulation.rst | 35 can be inferred, for example PCI devices are generally automatically 41 Some devices, for example a PCI SCSI host controller, will add an 58 specific to the class of device being emulated. For example serial 62 example being stored in a qcow2 file or accessing a raw host disk
|
H A D | device-url-syntax.rst.inc | 28 |qemu_system| -iscsi initiator-name=iqn.2001-04.com.example:my-initiator \\ 29 -cdrom iscsi://192.0.2.1/iqn.2001-04.com.example/2 \\ 30 -drive file=iscsi://192.0.2.1/iqn.2001-04.com.example/1 36 |qemu_system| -drive file=iscsi://user%password@192.0.2.1/iqn.2001-04.com.example/1 44 |qemu_system| -drive file=iscsi://192.0.2.1/iqn.2001-04.com.example/1 208 …'json:{"file.driver":"https",, "file.url":"https://user:password@vsphere.example.com/folder/test/t…
|
/qemu/docs/system/devices/ |
H A D | vfio-user.rst | 14 For example, SPDK includes a virtual PCI NVMe controller implementation; by 19 ``/tmp/vfio-user.sock``, a device can be configured with for example:
|