/qemu/scripts/ |
H A D | get_maintainer.pl | 47 my $subsystem = 0; 193 'subsystem!' => \$subsystem, 232 $subsystem = 0; 237 my $selections = $email + $scm + $status + $subsystem + $web; 461 my @subsystem = (); 483 if ($subsystem) { 484 @subsystem = uniq(@subsystem); 485 output(@subsystem); 539 @subsystem = (); 906 my $subsystem = $typevalue[$start]; [all …]
|
H A D | block-coroutine-wrapper.py | 81 subsystem, subname = self.name.split('_', 1) 85 subsystem, co_infix, subname = self.name.split('_', 2)
|
/qemu/scripts/kvm/ |
H A D | kvm_flightrecorder | 46 def enable_event(subsystem, event, enable): argument 47 write_file(trace_path('events', subsystem, event, 'enable'), '1' if enable else '0') 49 def enable_subsystem(subsystem, enable): argument 50 write_file(trace_path('events', subsystem, 'enable'), '1' if enable else '0')
|
/qemu/docs/system/s390x/ |
H A D | css.rst | 1 The virtual channel subsystem 4 QEMU implements a virtual channel subsystem with subchannels, (mostly 12 The default channel subsystem image id (``<cssid>``) is ``0xfe``. Devices in 13 there will show up in channel subsystem image ``0`` to guests that do not 69 * a virtio-mouse device in a non-standard channel subsystem image:: 78 * a virtio-keyboard device in another non-standard channel subsystem image:: 83 the standard channel subsystem image id.
|
H A D | cpu-topology.rst | 180 subsystem reset. When horizontal polarization is in effect all vCPUs should 188 A subsystem reset puts all vCPU of the configuration into the
|
/qemu/qapi/ |
H A D | pci.json | 117 # @subsystem: the PCI subsystem id (since 3.1) 119 # @subsystem-vendor: the PCI subsystem vendor id (since 3.1) 124 'data': {'device': 'int', 'vendor': 'int', '*subsystem': 'int', 125 '*subsystem-vendor': 'int'} }
|
H A D | replay.json | 14 # Mode of the replay subsystem.
|
H A D | run-state.json | 88 # @subsystem-reset: Partial guest reset that does not trigger QMP 93 # subsystem. This value is used only within QEMU. It doesn't 100 'guest-panic', 'subsystem-reset', 'snapshot-load'] }
|
/qemu/docs/devel/ |
H A D | trivial-patches.rst | 12 actively maintained subsystem and therefore fall through the cracks. 17 - Do not fall under an actively maintained subsystem.
|
H A D | ui.rst | 2 QEMU UI subsystem
|
H A D | pci.rst | 2 PCI subsystem
|
H A D | maintainers.rst | 62 Most maintainers start by becoming subsystem reviewers. While anyone 70 subsystem will automatically be CC'd to you. 78 reviews, that they have a good understanding of the subsystem. They
|
H A D | index-internals.rst | 1 .. _internal-subsystem:
|
H A D | codebase.rst | 34 More documentation on QEMU subsystems can be found on :ref:`internal-subsystem` 45 subsystem, where we have it. Unfortunately not every subsystem has documentation
|
H A D | s390-dasd-ipl.rst | 79 When we start a channel program we pass the channel subsystem parameters via an 85 the kernel's channel subsystem memory. The kernel vfio-ccw driver currently
|
H A D | multiple-iothreads.rst | 115 ``AioContext`` is a generic event loop that can be used by any QEMU subsystem.
|
/qemu/hw/pci/ |
H A D | pci-qmp-cmds.c | 144 info->id->subsystem = pci_get_word(dev->config + PCI_SUBSYSTEM_ID); in qmp_query_pci_device() 149 info->id->subsystem = pci_get_word(dev->config + PCI_CB_SUBSYSTEM_ID); in qmp_query_pci_device()
|
H A D | pci-hmp-cmds.c | 46 dev->id->subsystem_vendor, dev->id->subsystem); in hmp_info_pci_device()
|
/qemu/hw/usb/ |
H A D | meson.build | 3 # usb subsystem core 33 system_ss.add(when: 'CONFIG_XLNX_USB_SUBSYS', if_true: files('xlnx-usb-subsystem.c'))
|
/qemu/docs/system/devices/ |
H A D | nvme.rst | 124 This will create an NVM subsystem with two controllers. Having controllers 129 subsystem. If set to ``off``, the namespace will remain a private namespace 135 If set to ``on``, the namespace will be be available in the subsystem, but 233 configuring it (``fdp=on``) on the subsystem:: 237 The subsystem emulates a single Endurance Group, on which Flexible Data 255 Namespaces within this subsystem may requests Reclaim Unit Handles::
|
H A D | can.rst | 28 CAN subsystem for RTEMS. But lack of common environment for code and RTEMS
|
/qemu/docs/ |
H A D | glossary.rst | 191 Once a series is reviewed and accepted by a subsystem maintainer, it will be 248 ``target/arm/``. However in the :ref:`TCG subsystem <tcg>` "target" refers to the
|
/qemu/docs/tools/ |
H A D | qemu-trace-stap.rst | 57 subsystem, in a binary outside ``$PATH``
|
/qemu/docs/system/ |
H A D | authz.rst | 199 subsystem. The above config would require a config
|
/qemu/system/ |
H A D | physmem.c | 1281 g_autofree char *subsystem = NULL; in get_file_size() local 1285 subsystem = g_file_read_link(subsystem_path, NULL); in get_file_size() 1287 if (subsystem && g_str_has_suffix(subsystem, "/dax")) { in get_file_size()
|