Home
last modified time | relevance | path

Searched full:modern (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/openbmc/qemu/tests/functional/
H A Dtest_virtio_version.py62 same device tree created by `disable-modern` and
97 # Force modern mode:
99 'disable-modern=off,disable-legacy=on')
104 # <prefix>,disable-modern=off,disable-legacy=on
110 'disable-modern=off,disable-legacy=off')
115 'disable-modern=on,disable-legacy=off')
128 # <prefix>,disable-modern=off,disable-legacy=off
156 """Check if a modern-only virtio device type behaves as expected"""
157 # Force modern mode:
159 'disable-modern=off,disable-legacy=on')
[all …]
/openbmc/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c10 * @mdev: the modern virtio-pci device
209 * vp_modern_probe: probe the modern virtio pci device, note that the
211 * @mdev: the modern virtio-pci device
241 /* Modern devices: simply use PCI device id, but start from 0x1040. */ in vp_modern_probe()
287 "virtio-pci-modern"); in vp_modern_probe()
364 * vp_modern_remove: remove and cleanup the modern virtio pci device
365 * @mdev: the modern virtio-pci device
383 * @mdev: the modern virtio-pci device
404 * @mdev: the modern virtio-pci device
425 * @mdev: the modern virtio-pci device
[all …]
H A DKconfig16 Modern PCI device implementation. This module implements the
17 basic probe and control for devices which are based on modern
/openbmc/qemu/docs/specs/
H A Dacpi_cpu_hotplug.rst20 to modern CPU hotplug interface, write 0 into it to do switch.
27 Modern ACPI CPU hotplug interface registers
189 (x86) Detecting and enabling modern CPU hotplug interface
193 switching to modern interface is based on the 2 legacy CPU hotplug features:
198 Use following steps to detect and enable modern CPU hotplug interface:
200 #. Store 0x0 to the 'CPU selector' register, attempting to switch to modern mode
204 If read value is 0x0, the modern interface is enabled.
/openbmc/linux/arch/x86/events/
H A DKconfig10 available on NehalemEX and more modern processors.
18 monitoring on modern processors.
26 monitoring on modern processors.
/openbmc/linux/Documentation/driver-api/
H A Dwmi.rst7 The WMI driver core supports a more modern bus-based interface for interacting
11 and/or notification IDs. The modern bus-based interface instead maps each
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nlohmann-json/
H A Dnlohmann-json_3.11.3.bb1 SUMMARY = "JSON for modern C++"
7 CVE_PRODUCT = "json-for-modern-cpp"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb3 DESCRIPTION = "MinIO Client (mc) provides a modern alternative to \
116 github.com/modern-go/concurrent:github.com/modern-go/concurrent \
117 github.com/modern-go/reflect2:github.com/modern-go/reflect2 \
/openbmc/docs/
H A Dcpp-style-and-conventions.md16 2. Code should be written with modern practices.
27 Modern practices allow C++ to be an expressive, but concise, language. We tend
34 ### Code should be written with modern practices
52 recommend the book "Effective Modern C++" as a way to get up to speed on the
117 (clarity, modern practices, or performance).
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-pci.h63 /* have pio notification for modern device ? */
219 * 2) generic_name has the "disable-legacy" and "disable-modern"
227 * using the disable-legacy and disable-modern properties.
/openbmc/webui-vue/
H A DREADME.md21 As mentioned, this application is built using Vue.js, a modern open-source
42 - Modern front-end framework with an active community and future development
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c334 bool modern = virtio_pci_modern(proxy); in virtio_pci_ioeventfd_assign() local
344 if (modern) { in virtio_pci_ioeventfd_assign()
357 if (modern) { in virtio_pci_ioeventfd_assign()
1960 bool modern; in virtio_pci_device_plugged() local
1975 error_setg(errp, "Device doesn't support modern mode, and legacy" in virtio_pci_device_plugged()
1983 modern = virtio_pci_modern(proxy); in virtio_pci_device_plugged()
1997 warn_report("device is modern-only, but for backward " in virtio_pci_device_plugged()
2001 "device is modern-only, use disable-legacy=on"); in virtio_pci_device_plugged()
2030 if (modern) { in virtio_pci_device_plugged()
2117 bool modern = virtio_pci_modern(proxy); in virtio_pci_device_unplugged() local
[all …]
/openbmc/linux/drivers/video/console/
H A DKconfig93 On modern machines, on mainstream machines (like x86-64) or when
94 using a modern Linux distribution those fbdev drivers usually aren't used.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-asyncinotify_4.2.0.bb1 …inotify library, focused on simplicity of use and operation, and leveraging modern Python features"
H A Dpython3-pdm_2.22.2.bb1 SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards"
H A Dpython3-qface_2.0.11.bb1 SUMMARY = "A generator framework based on a common modern IDL"
H A Dpython3-sdbus_0.13.0.bb1 SUMMARY = "Modern Python library for the systemd D-Bus"
H A Dpython3-charset-normalizer_3.4.1.bb1 SUMMARY = "The Real First Universal Charset Detector. Open, modern and actively maintained alternat…
H A Dpython3-cassandra-driver_3.29.2.bb2 DESCRIPTION = "A modern, feature-rich and highly-tunable Python client \
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/
H A Du-boot-aspeed_2016.07.bb12 # 2016 snapshot onto a more modern (circa late 2018) u-boot tree.
/openbmc/u-boot/doc/
H A DREADME.virtio105 (aka modern) devices, pass additional device property/value pairs like below:
109 -device virtio-net-pci,netdev=net0,disable-legacy=true,disable-modern=false \
111 -device virtio-blk-pci,drive=hd0,disable-legacy=true,disable-modern=false
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/
H A Dwireguard.inc1 SUMMARY = "WireGuard is an extremely simple yet fast and modern VPN"
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pytz_2024.2.bb1 SUMMARY = "World timezone definitions, modern and historical"
/openbmc/openbmc/poky/meta/recipes-gnome/libadwaita/
H A Dlibadwaita_1.6.2.bb1 SUMMARY = "Building blocks for modern GNOME applications"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/
H A Dgeany_1.38.bb13 file://0001-configure-Upgrade-to-a-modern-Gettext.patch \

12345678910>>...21