Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 – 25 of 37) sorted by relevance

12

/qemu/scripts/
H A Dget_maintainer.pl47 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 Dblock-coroutine-wrapper.py81 subsystem, subname = self.name.split('_', 1)
85 subsystem, co_infix, subname = self.name.split('_', 2)
/qemu/scripts/kvm/
H A Dkvm_flightrecorder46 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 Dcss.rst1 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 Dcpu-topology.rst180 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 Dpci.json117 # @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 Dreplay.json14 # Mode of the replay subsystem.
H A Drun-state.json88 # @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 Dtrivial-patches.rst12 actively maintained subsystem and therefore fall through the cracks.
17 - Do not fall under an actively maintained subsystem.
H A Dui.rst2 QEMU UI subsystem
H A Dpci.rst2 PCI subsystem
H A Dmaintainers.rst62 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 Dindex-internals.rst1 .. _internal-subsystem:
H A Dcodebase.rst34 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 Ds390-dasd-ipl.rst79 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 Dmultiple-iothreads.rst115 ``AioContext`` is a generic event loop that can be used by any QEMU subsystem.
/qemu/hw/pci/
H A Dpci-qmp-cmds.c144 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 Dpci-hmp-cmds.c46 dev->id->subsystem_vendor, dev->id->subsystem); in hmp_info_pci_device()
/qemu/hw/usb/
H A Dmeson.build3 # 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 Dnvme.rst124 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 Dcan.rst28 CAN subsystem for RTEMS. But lack of common environment for code and RTEMS
/qemu/docs/
H A Dglossary.rst191 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 Dqemu-trace-stap.rst57 subsystem, in a binary outside ``$PATH``
/qemu/docs/system/
H A Dauthz.rst199 subsystem. The above config would require a config
/qemu/system/
H A Dphysmem.c1281 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()

12