| /openbmc/qemu/docs/system/ |
| H A D | multi-process.rst | 1 .. _Multi-process QEMU: 3 Multi-process QEMU 6 This document describes how to configure and use multi-process qemu. 7 For the design document refer to docs/devel/multi-process.rst. 10 ---------------- 12 multi-process is enabled by default for targets that enable KVM 16 -------- 18 Multi-process QEMU requires an orchestrator to launch. 20 Following is a description of command-line used to launch mpqemu. 24 - The Orchestrator creates a unix socketpair [all …]
|
| H A D | gdb.rst | 4 --------- 6 QEMU supports working with gdb via gdb's remote-connection facility 8 way that you might with a low-level debug facility like JTAG 13 In order to use gdb, launch QEMU with the ``-s`` and ``-S`` options. 14 The ``-s`` option will make QEMU listen for an incoming connection 15 from gdb on TCP port 1234, and ``-S`` will make QEMU not start the 18 connection, use the ``-gdb dev`` option instead of ``-s``. See 21 .. parsed-literal:: 23 |qemu_system| -s -S -kernel bzImage -drive file=rootdisk.img,format=raw -append "root=/dev/sda" 59 As TCG cannot track all memory accesses in user-mode there is no [all …]
|
| /openbmc/qemu/block/ |
| H A D | curl.c | 27 #include "qemu/error-report.h" 30 #include "block/block-io.h" 60 #define CURL_BLOCK_OPT_COOKIE_SECRET "cookie-secret" 62 #define CURL_BLOCK_OPT_PASSWORD_SECRET "password-secret" 63 #define CURL_BLOCK_OPT_PROXY_USERNAME "proxy-username" 64 #define CURL_BLOCK_OPT_PROXY_PASSWORD_SECRET "proxy-password-secret" 107 CURLM *multi; member 111 GHashTable *sockets; /* GINT_TO_POINTER(fd) -> socket */ 132 CURLSocket *socket = value; in curl_drop_socket() local 133 BDRVCURLState *s = socket->s; in curl_drop_socket() [all …]
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net/ |
| H A D | first-boot-disable-ipmi-net.service | 3 After=phosphor-ipmi-net@eth0.service 4 After=phosphor-ipmi-net@eth1.service 5 After=phosphor-ipmi-net@eth0.socket 6 After=phosphor-ipmi-net@eth1.socket 7 Before=srvcfg-manager.service 8 ConditionPathExists=!/var/lib/ipmi-net-disable-one-time 11 ExecStart=/bin/systemctl disable --no-reload --now \ 12 phosphor-ipmi-net@eth0.socket \ 13 phosphor-ipmi-net@eth0.service \ 14 phosphor-ipmi-net@eth1.socket \ [all …]
|
| /openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
| H A D | clamav.service | 4 Requires=clamav-daemon.socket 10 ExecStart=/usr/sbin/clamd --foreground=true 12 ExecReload=/bin/kill -USR2 $MAINPID 16 WantedBy=multi-user.target 17 Also=clamav-daemon.socket
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
| H A D | Cpu.interface.yaml | 4 - name: Socket 7 Processor Socket designation on MotherBoard. 9 - name: Family 15 - name: EffectiveFamily 22 - name: EffectiveModel 28 - name: Id 31 This Processor ID field contains processor-specific information that 36 - name: MaxSpeedInMhz 40 - name: Characteristics 43 The set of boolean flags for processor's capability, such as 64-bit [all …]
|
| /openbmc/qemu/contrib/systemd/ |
| H A D | qemu-pr-helper.socket | 4 [Socket] section 5 ListenStream=/run/qemu-pr-helper.sock 9 WantedBy=multi-user.target
|
| H A D | qemu-vmsr-helper.socket | 4 [Socket] section 5 ListenStream=/run/qemu-vmsr-helper.sock 9 WantedBy=multi-user.target
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | busybox-syslog.service.in | 3 Wants=busybox-klogd.service 6 EnvironmentFile=-/etc/default/busybox-syslog 7 ExecStart=@base_sbindir@/syslogd -n $OPTIONS 8 Sockets=syslog.socket 11 WantedBy=multi-user.target 12 Also=busybox-klogd.service
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
| H A D | rsyslog.service | 3 Requires=syslog.socket 4 Wants=network.target network-online.target 5 After=network.target network-online.target 11 ExecStart=@sbindir@/rsyslogd -n -iNONE 13 Restart=on-failure 20 WantedBy=multi-user.target
|
| /openbmc/openbmc/poky/meta/recipes-core/dbus/ |
| H A D | dbus_1.16.2.bb | 1 SUMMARY = "D-Bus message bus" 2 …RIPTION = "D-Bus is a message bus system, a simple way for applications to talk to one another. In… 6 inherit meson pkgconfig gettext upstream-version-is-even ptest-gnome 8 LICENSE = "AFL-2.1 | GPL-2.0-or-later" 13 SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \ 14 file://run-ptest \ 15 file://dbus-1.init \ 20 EXTRA_OEMESON = "-Dxml_docs=disabled \ 21 -Ddoxygen_docs=disabled \ 22 -Dsystem_socket=/run/dbus/system_bus_socket \ [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | sockets.json | 1 # -*- Mode: Python -*- 6 # Socket data types 19 # @unix: unix socket 45 # Captures a socket address or address range in the Internet 61 # @keep-alive: enable keep-alive when connecting to/listening on this socket. 64 # @keep-alive-count: number of keep-alive packets sent before the connection is 66 # socket option is defined (this includes Linux, Windows, macOS, FreeBSD, 69 # @keep-alive-idle: time in seconds the connection needs to be idle before 71 # where TCP_KEEPIDLE socket option is defined (this includes Linux, 75 # @keep-alive-interval: time in seconds between keep-alive packets. Only [all …]
|
| /openbmc/libpldm/src/transport/ |
| H A D | mctp-demux.c | 1 /* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */ 3 #include "container-of.h" 4 #include "mctp-defines.h" 5 #include "socket.h" 11 #include <libpldm/transport/mctp-demux.h> 18 #include <sys/socket.h> 23 #define MCTP_DEMUX_NAME "libmctp-demux-daemon" 28 int socket; member 29 /* In the future this probably needs to move to a tid-eid-uuid/network 30 * id mapping for multi mctp networks */ [all …]
|
| /openbmc/bmcweb/config/ |
| H A D | meson.build | 6 'basic-auth', 7 'cookie-auth', 8 'experimental-bmcweb-user', 9 'experimental-redfish-dbus-log-subscription', 10 'experimental-redfish-multi-computer-system', 11 'google-api', 12 'host-serial-socket', 13 'http-zstd', 15 'hypervisor-computer-system', 16 'ibm-management-console', [all …]
|
| /openbmc/phosphor-networkd/src/ |
| H A D | netlink.cpp | 42 auto msg = msgs.substr(NLMSG_HDRLEN, hdr.nlmsg_len - NLMSG_HDRLEN); in processMsg() 59 throw std::runtime_error("Got done for non-multi msg"); in processMsg() 73 // All multi-msg headers must have the multi flag in processMsg() 76 throw std::runtime_error("Got non-multi msg before done"); in processMsg() 110 auto sock = socket(SocketDomain::Netlink, SocketType::Raw, in makeSocket() 148 // We only do multiple recvs if we have a MULTI type message in receive() 197 auto attr = data.substr(RTA_LENGTH(0), hdr.rta_len - RTA_LENGTH(0)); in extractRtAttr()
|
| /openbmc/qemu/docs/devel/ |
| H A D | multi-process.rst | 1 Multi-process QEMU 6 This is the design document for multi-process QEMU. It does not 31 ------------- 34 VM control point, where VMs can be created, migrated, re-configured, and 40 A multi-process QEMU 43 A multi-process QEMU involves separating QEMU services into separate 51 A QEMU control process would remain, but in multi-process mode, will 53 provide the user interface to hot-plug devices or live migrate the VM. 55 A first step in creating a multi-process QEMU is to separate IO services 62 ---------------------- [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/dropbear/ |
| H A D | dropbear_2025.88.bb | 3 …f POSIX-based platforms. Dropbear is open source software, distributed under a MIT-style license. … 8 LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD" 13 RCONFLICTS:${PN} = "openssh-sshd openssh" 15 SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ 16 file://0001-urandom-xauth-changes-to-options.h.patch \ 20 file://dropbear.socket \ 22 file://0001-Fix-proxycmd-without-netcat.patch \ 29 PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \ 30 file://0006-dropbear-configuration-file.patch \ 33 PAM_PLUGINS = "libpam-runtime \ [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs-ignores-common.txt | 5 Open ACPI failed (/var/run/acpid.socket) (No such file or directory) 8 NX (Execute Disable) protection cannot be enabled: non-PAE kernel! 37 VGA arbiter: cannot open kernel arbiter, no multi-card support 47 error retry time-out = 48 logind: cannot setup systemd-logind helper (-61), using legacy fallback
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 307.out | 5 {"execute": "nbd-server-start", "arguments": {"addr": {"data": {"path": "SOCK_DIR/PID-socket"}, "ty… 7 {"execute": "query-block-exports", "arguments": {}} 10 === Create a read-only NBD export === 11 {"execute": "block-export-add", "arguments": {"id": "export0", "node-name": "fmt", "type": "nbd"}} 13 {"execute": "query-block-exports", "arguments": {}} 14 {"return": [{"id": "export0", "node-name": "fmt", "shutting-down": false, "type": "nbd"}]} 18 flags: 0x158f ( readonly flush fua df multi cache block-status-payload ) 22 transaction size: 64-bit 28 {"execute": "block-export-add", "arguments": {"id": "#invalid", "node-name": "fmt", "type": "nbd"}} 30 {"execute": "block-export-add", "arguments": {"id": "export0", "node-name": "fmt", "type": "nbd"}} [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.service | 1 # It's not recommended to modify this file in-place, because it 11 PIDFile=@LOCALSTATEDIR@/run/php-fpm.pid 12 ExecStart=@SBINDIR@/php-fpm --nodaemonize --fpm-config /etc/php-fpm.conf 13 ExecReload=@BINDIR@/kill -USR2 $MAINPID 20 # Mounts the /usr, /boot, and /etc directories read-only for processes invoked by this unit. 33 # Kernel variables accessible through /proc/sys, /sys, /proc/sysrq-trigger, /proc/latency_stats, 34 # /proc/acpi, /proc/timer_stats, /proc/fs and /proc/irq will be made read-only to all processes 35 # of the unit. Usually, tunable kernel variables should only be written at boot-time, with the 41 # made read-only to all processes of the unit. Except for container managers no services should 49 # Restricts the set of socket address families accessible to the processes of this unit. [all …]
|
| /openbmc/bmcweb/ |
| H A D | meson.options | 20 'vm-websocket', 36 # 'vm-nbdproxy', 47 description: '''Enable Phosphor REST (D-Bus) APIs. Paths directly map 48 Phosphor D-Bus object paths, for example, 50 https://github.com/openbmc/docs/blob/master/rest-api.md.''', 64 'host-serial-socket', 73 'static-hosting', 82 'redfish-bmc-journal', 91 'redfish-cpu-log', 100 'redfish-dump-log', [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | pcmcia.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * (C) Copyright 2000-2006 10 * m8xx_pcmcia.c - Linux PCMCIA socket driver for the mpc8xx series. 11 * (C) 1999-2000 Magnus Damm <damm@bitsmart.com> 13 * "The ExCA standard specifies that socket controllers should provide 14 * two IO and five memory windows per socket, which can be independently 16 * arbitrary segments of card address space. " - David A Hinds. 1999 24 * - no offset register. sigh. 45 /* -------------------------------------------------------------------- */ 74 "PCMCIA sub-system", [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
| H A D | influxdb.conf | 12 # reporting-disabled = false 15 # bind-address = "127.0.0.1:8088" 29 # retention-autocreate = true 32 # logging-enabled = true 48 wal-dir = "/var/lib/influxdb/wal" 53 # Values in the range of 0-100ms are recommended for non-SSD disks. 54 # wal-fsync-delay = "0s" 57 # The type of shard index to use for new shards. The default is an in-memory index that is 60 # index-version = "inmem" 64 # trace-logging-enabled = false [all …]
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | Fan.v1_6_0.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 36 …ained within a chassis. It also describes the location, such as a slot, socket, or bay, where a u… 37 …dfish implementation. It may also represent a location, such as a slot, socket, or bay, where a u… 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 54 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" [all …]
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
| H A D | Fan.v1_6_0.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 36 …ained within a chassis. It also describes the location, such as a slot, socket, or bay, where a u… 37 …dfish implementation. It may also represent a location, such as a slot, socket, or bay, where a u… 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 54 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" [all …]
|