Home
last modified time | relevance | path

Searched +full:ports +full:- +full:block +full:- +full:group +full:- +full:count (Results 1 – 3 of 3) sorted by relevance

/qemu/docs/specs/
H A Drocker.rst23 --------
30 -------------------------
39 * Register are (R) read-only, (R/W) read/write, (W) write-only, or (COR) clear
41 * TLV values in network-byte-order are designated with (N).
48 -----------------------
53 ---------------------------------------------
62 0xF 1 Built-in self test
65 0x18-28 Reserved
68 0x30-38 Reserved
74 0x41 1 Retry count
[all …]
/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c7 * COPYING file in the top-level directory.
19 #include "hw/pci-bridge/cxl_upstream_port.h"
54 * payload from cmd->payload and operating upon it as necessary. It must then
55 * fill the output data into cmd->payload (overwriting what was there),
122 /* CCI Message Format CXL r3.1 Figure 7-19 */
162 if (cmd->in < sizeof(*in)) { in cmd_tunnel_management_cmd()
171 /* Enough room for minimum sized message - no payload */ in cmd_tunnel_management_cmd()
172 if (in->size < sizeof(in->ccimessage)) { in cmd_tunnel_management_cmd()
175 /* Length of input payload should be in->size + a wrapping tunnel header */ in cmd_tunnel_management_cmd()
176 if (in->size != len_in - offsetof(typeof(*out), ccimessage)) { in cmd_tunnel_management_cmd()
[all …]
/qemu/
H A Dqemu-options.hx14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL)
16 ``-h``
21 "-version display version information and exit\n", QEMU_ARCH_ALL)
23 ``-version``
28 "-machine [type=]name[,prop[=value][,...]]\n"
29 " selects emulated machine ('-machine help' for list)\n"
33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
34 " mem-merge=on|off controls memory merge support (default: on)\n"
35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n"
36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n"
[all …]