/openbmc/qemu/tests/functional/ |
H A D | test_virtio_version.py | 62 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 D | virtio_pci_modern_dev.c | 10 * @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 D | Kconfig | 16 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 D | acpi_cpu_hotplug.rst | 20 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 D | Kconfig | 10 available on NehalemEX and more modern processors. 18 monitoring on modern processors. 26 monitoring on modern processors.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | wmi.rst | 7 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 D | nlohmann-json_3.11.3.bb | 1 SUMMARY = "JSON for modern C++" 7 CVE_PRODUCT = "json-for-modern-cpp"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
H A D | minio_git.bb | 3 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 D | cpp-style-and-conventions.md | 16 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 D | virtio-pci.h | 63 /* 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 D | README.md | 21 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 D | virtio-pci.c | 334 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 D | Kconfig | 93 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 D | python3-asyncinotify_4.2.0.bb | 1 …inotify library, focused on simplicity of use and operation, and leveraging modern Python features"
|
H A D | python3-pdm_2.22.2.bb | 1 SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards"
|
H A D | python3-qface_2.0.11.bb | 1 SUMMARY = "A generator framework based on a common modern IDL"
|
H A D | python3-sdbus_0.13.0.bb | 1 SUMMARY = "Modern Python library for the systemd D-Bus"
|
H A D | python3-charset-normalizer_3.4.1.bb | 1 SUMMARY = "The Real First Universal Charset Detector. Open, modern and actively maintained alternat…
|
H A D | python3-cassandra-driver_3.29.2.bb | 2 DESCRIPTION = "A modern, feature-rich and highly-tunable Python client \
|
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/ |
H A D | u-boot-aspeed_2016.07.bb | 12 # 2016 snapshot onto a more modern (circa late 2018) u-boot tree.
|
/openbmc/u-boot/doc/ |
H A D | README.virtio | 105 (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 D | wireguard.inc | 1 SUMMARY = "WireGuard is an extremely simple yet fast and modern VPN"
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pytz_2024.2.bb | 1 SUMMARY = "World timezone definitions, modern and historical"
|
/openbmc/openbmc/poky/meta/recipes-gnome/libadwaita/ |
H A D | libadwaita_1.6.2.bb | 1 SUMMARY = "Building blocks for modern GNOME applications"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/ |
H A D | geany_1.38.bb | 13 file://0001-configure-Upgrade-to-a-modern-Gettext.patch \
|