Home
last modified time | relevance | path

Searched +full:remote +full:- +full:endpoint (Results 1 – 12 of 12) sorted by relevance

/qemu/linux-user/sparc/
H A Dtarget_errno_defs.h8 * from asm-sparc/errno.h
17 #define TARGET_ENOTSOCK 38 /* Socket operation on non-socket */
31 #define TARGET_EOPNOTSUPP 45 /* Op not supported on transport endpoint */
53 #define TARGET_EISCONN 56 /* Transport endpoint is already connected */
55 #define TARGET_ENOTCONN 57 /* Transport endpoint is not connected */
57 #define TARGET_ESHUTDOWN 58 /* No send after transport endpoint shutdown*/
83 #define TARGET_EREMOTE 71 /* Object is remote */
103 #define TARGET_ERREMOTE 81 /* SunOS: Too many lvls of remote in path */
119 #define TARGET_EREMCHG 89 /* Remote address changed */
183 #define TARGET_EREMOTEIO 121 /* Remote I/O error */
[all …]
/qemu/linux-user/mips/
H A Dtarget_errno_defs.h8 * from asm-mips/errno.h
66 #define TARGET_EREMOTE 66 /* Object is remote */
92 #define TARGET_EREMCHG 82 /* Remote address changed */
118 #define TARGET_ENOTSOCK 95 /* Socket operation on non-socket */
132 #define TARGET_EOPNOTSUPP 122 /* Operation not supported on transport endpoint */
154 #define TARGET_EISCONN 133 /* Transport endpoint is already connected */
156 #define TARGET_ENOTCONN 134 /* Transport endpoint is not connected */
166 #define TARGET_EREMOTEIO 140 /* Remote I/O error */
172 #define TARGET_ESHUTDOWN 143 /* Cannot send after transport endpoint shutdown */
/qemu/linux-user/generic/
H A Dtarget_errno_defs.h5 * Taken from asm-generic/errno-base.h and asm-generic/errno.h
28 #define TARGET_EXDEV 18 /* Cross-device link */
40 #define TARGET_EROFS 30 /* Read-only file system */
77 #define TARGET_EREMOTE 66 /* Object is remote */
89 #define TARGET_EREMCHG 78 /* Remote address changed */
99 #define TARGET_ENOTSOCK 88 /* Socket operation on non-socket */
106 #define TARGET_EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
117 #define TARGET_EISCONN 106 /* Transport endpoint is already connected */
118 #define TARGET_ENOTCONN 107 /* Transport endpoint is not connected */
119 #define TARGET_ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
[all …]
/qemu/include/crypto/
H A Dtlssession.h36 * only requirement is a full-duplex stream of some kind.
69 * return -1;
82 * return -1;
89 * return -1;
112 #define QCRYPTO_TLS_SESSION_ERR_BLOCK -2
119 * @endpoint: role of the TLS session, client or server
120 * @errp: pointer to a NULL-initialized error object
125 * client, according to the value of the @endpoint argument.
154 QCryptoTLSCredsEndpoint endpoint,
171 * @errp: pointer to a NULL-initialized error object
[all …]
/qemu/docs/tools/
H A Dqemu-nbd.rst1 .. _qemu-nbd:
8 --------
10 **qemu-nbd** [*OPTION*]... *filename*
12 **qemu-nbd** -L [*OPTION*]...
14 **qemu-nbd** -d *dev*
17 -----------
23 - Bind a /dev/nbdX block device to a QEMU server (on Linux).
24 - As a client to query exports of a remote NBD server.
27 -------
29 .. program:: qemu-nbd
[all …]
/qemu/include/hw/xen/interface/
H A Devent_channel.h1 /* SPDX-License-Identifier: MIT */
7 * Copyright (c) 2003-2004, K A Fraser.
26 * guests must check the value of the bit after re-enabling event
41 * @cmd == EVTCHNOP_* (event-channel operation).
42 * @args == struct evtchn_* Operation-specific extra arguments (NULL if none).
96 * handler) is as follows: (Re-enable the event channel for subsequent
117 * 1. Virtual IRQs are classified as per-vcpu or global. See the VIRQ list
120 * re-bound via EVTCHNOP_bind_vcpu.
121 * 3. Per-vcpu VIRQs may be bound to at most one event channel per vcpu.
138 * 2. Only a sufficiently-privileged domain may bind to a physical IRQ.
[all …]
/qemu/docs/system/
H A Dvnc-security.rst4 ------------
19 .. parsed-literal::
21 |qemu_system| [...OPTIONS...] -vnc unix:/home/joebloggs/.qemu-myvm-vnc
25 remote machine, a combination of netcat+ssh can be used to provide a
36 brute-forced by a client making repeat connections. For this reason, a
39 authentication is not supported when operating in FIPS 140-2 compliance
45 .. parsed-literal::
47 |qemu_system| [...OPTIONS...] -vnc :1,password=on -monitor stdio
60 because TLS on its own is susceptible to man-in-the-middle attacks.
65 .. parsed-literal::
[all …]
H A Dtls.rst4 ------------------------------
30 certificate authority to create certificates. A self-signed CA is
32 ability of malicious 3rd parties to trick the CA into mis-issuing certs
35 server and exposing it directly to remote browser clients. In such a
54 # certtool --generate-privkey > ca-key.pem
56 To generate a self-signed certificate requires one core piece of
66 # certtool --generate-self-signed \
67 --load-privkey ca-key.pem \
68 --template ca.info \
69 --outfile ca-cert.pem
[all …]
/qemu/hw/usb/
H A Dredirect.c2 * USB redirector usb-guest
4 * Copyright (c) 2011-2012 Red Hat, Inc.
36 #include "qemu/error-report.h"
39 #include "chardev/char-fe.h"
44 #include "hw/qdev-properties.h"
45 #include "hw/qdev-properties-system.h"
47 #include "migration/qemu-file-types.h"
58 #define USBEP2I(usb_ep) (((usb_ep)->pid == USB_TOKEN_IN) ? \
59 ((usb_ep)->nr | 0x10) : ((usb_ep)->nr))
60 #define I2USBEP(d, i) (usb_ep_get(&(d)->dev, \
[all …]
H A Dhost-libusb.c51 #include "qemu/error-report.h"
52 #include "qemu/main-loop.h"
58 #include "hw/qdev-properties.h"
61 /* ------------------------------------------------------------------------ */
63 #define TYPE_USB_HOST_DEVICE "usb-host"
164 /* ------------------------------------------------------------------------ */
170 /* ------------------------------------------------------------------------ */
218 [-LIBUSB_ERROR_IO] = "IO",
219 [-LIBUSB_ERROR_INVALID_PARAM] = "INVALID_PARAM",
220 [-LIBUSB_ERROR_ACCESS] = "ACCESS",
[all …]
H A Dhcd-ohci.c36 #include "hw/qdev-dma.h"
37 #include "hw/qdev-properties.h"
39 #include "hcd-ohci.h"
61 /* Bitfields for the first word of an Endpoint Descriptor. */
74 /* Flags in the head field of an Endpoint Descriptor. */
92 /* CC & DI - same as in the General Transfer Descriptor */
98 /* Isochronous Transfer Descriptor - Offset / PacketStatusWord */
117 /* endpoint descriptor */
258 ohci->ohci_die(ohci); in ohci_die()
266 if ((ohci->intr & OHCI_INTR_MIE) && in ohci_intr_update()
[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 …]