package qmp.v1alpha

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service QEMUMachineProtocol

service.proto:21

message CapabilitiesRequest.Arguments

control.proto:19

Used in: CapabilitiesRequest

enum Capability

control.proto:13

Used in: CapabilitiesRequest.Arguments, Greeting

message ContResponse

misc.proto:23

(message has no fields)

message ErrorResponse

error.proto:11

enum EventType

event.proto:15

message Greeting

greeting.proto:24

Used in: GreetingResponse

message GreetingRequest

greeting.proto:33

(message has no fields)

message GreetingVersion

greeting.proto:19

Used in: Greeting

message GreetingVersionTriple

greeting.proto:13

Used in: GreetingVersion

message InetSocketAddress

sockets.proto:34

Captures a socket address or address range in the Internet namespace. Since: 1.3

Used in: SocketAddress

message KvmInfo

machine.proto:17

Used in: QueryKvmResponse

enum NetClientDriver

net.proto:24

Available netdev drivers.

Used in: NetLegacyNicOptions, NetdevBridgeOptions, NetdevDgramOptions, NetdevHubPortOptions, NetdevL2TPv3Options, NetdevNetmapOptions, NetdevSocketOptions, NetdevStreamOptions, NetdevTapOptions, NetdevUserOptions, NetdevVdeOptions, NetdevVhostUserOptions, NetdevVhostVDPAOptions, NetdevVmnetBridgedOptions, NetdevVmnetHostOptions, NetdevVmnetSharedOptions

message NetLegacyNicOptions

net.proto:44

Create a new Network Interface Card. Since: 1.2

Used in: NetdevAddLegacyNicRequest

message NetdevBridgeOptions

net.proto:295

Connect a host TAP network interface to a host bridge device. Since: 1.2

Used in: NetdevAddDevBridgeRequest

message NetdevDelRequest.Arguments

net.proto:547

Used in: NetdevDelRequest

message NetdevDgramOptions

net.proto:263

Configuration info for datagram socket netdev. Only SocketAddress types 'unix', 'inet' and 'fd' are supported. If remote address is present and it's a multicast address, local address is optional. Otherwise local address is required and remote address is optional. .. table:: Valid parameters combination table :widths: auto ============= ======== ===== remote local okay? ============= ======== ===== absent absent no absent not fd no absent fd yes multicast absent yes multicast present yes not multicast absent no not multicast present yes ============= ======== ===== Since: 7.2

Used in: NetdevAddDevDgramRequest

message NetdevHubPortOptions

net.proto:309

Connect two or more net clients through a software hub. Since: 1.2

Used in: NetdevAddDevHubPortRequest

message NetdevL2TPv3Options

net.proto:163

Configure an Ethernet over L2TPv3 tunnel. Since: 2.1

Used in: NetdevAddDevL2TPv3Request

message NetdevNetmapOptions

net.proto:323

Connect a client to a netmap-enabled NIC or to a VALE switch port Since: 2.0

Used in: NetdevAddDevNetmapRequest

message NetdevSocketOptions

net.proto:204

Socket netdevs are used to establish a network connection to another QEMU virtual machine via a TCP socket. Since: 1.2

Used in: NetdevAddDevSocketRequest

message NetdevStreamOptions

net.proto:228

Configuration info for stream socket netdev Only SocketAddress types 'unix', 'inet' and 'fd' are supported. Since: 7.2

Used in: NetdevAddDevStreamRequest

message NetdevTapOptions

net.proto:122

Used to configure a host TAP network interface backend. Since: 1.2

Used in: NetdevAddDevTapRequest

message NetdevUserOptions

net.proto:65

Use the user mode network stack which requires no administrator privilege to run. Since: 1.2

Used in: NetdevAddDevUserRequest

message NetdevVdeOptions

net.proto:277

Connect to a vde switch running on the host. Since: 1.2

Used in: NetdevAddDevVdeRequest

message NetdevVhostUserOptions

net.proto:341

Vhost-user network backend Since: 2.1

Used in: NetdevAddDevVhostUserRequest

message NetdevVhostVDPAOptions

net.proto:361

Vhost-vdpa network backend vDPA device is a device that uses a datapath which complies with the virtio specifications with a vendor specific control path. Since: 5.1

Used in: NetdevAddDevVhostVDPARequest

message NetdevVmnetBridgedOptions

net.proto:452

vmnet (bridged mode) network backend. Bridges the vmnet interface with a physical network interface. Since: 7.1

Used in: NetdevAddDevVmnetBridgedRequest

message NetdevVmnetHostOptions

net.proto:383

vmnet (host mode) network backend. Allows the vmnet interface to communicate with other vmnet interfaces that are in host mode and also with the host. Since: 7.1

Used in: NetdevAddDevVmnetHostRequest

message NetdevVmnetSharedOptions

net.proto:421

vmnet (shared mode) network backend. Allows traffic originating from the vmnet interface to reach the Internet through a network address translator (NAT). The vmnet interface can communicate with the host and with other shared mode interfaces on the same subnet. If no DHCP settings, subnet mask and IPv6 prefix specified, the interface can communicate with any of other interfaces in shared mode. Since: 7.1

Used in: NetdevAddDevVmnetSharedRequest

message QueryRxFilterRequest.Arguments

net.proto:555

Used in: QueryRxFilterRequest

enum RunState

run_state.proto:26

Used in: StatusInfo

enum RxState

net.proto:564

Packets receiving state Since: 1.6

Used in: QueryRxFilterResponse

message SetLinkRequest.Arguments

net.proto:16

Used in: SetLinkRequest

enum ShutdownCause

run_state.proto:13

message SocketAddress

sockets.proto:88

Captures the address of a socket, which could also be a named file descriptor Since: 2.9

Used in: NetdevDgramOptions, NetdevStreamOptions

enum SocketAddressType

sockets.proto:16

Available SocketAddress types Since: 2.9

Used in: SocketAddress

message StatusInfo

run_state.proto:49

Used in: QueryStatusResponse

message StopResponse

misc.proto:17

(message has no fields)

message UnixSocketAddress

sockets.proto:59

Captures a socket address in the local ("Unix socket") namespace. Since: 1.3

Used in: SocketAddress

message VsockSocketAddress

sockets.proto:77

Captures a socket address in the vsock namespace. Note: string types are used to allow for possible future hostname or service resolution support. Since: 2.8

Used in: SocketAddress