Lines Matching +full:- +full:- +full:version
5 * Hyper-V Dynamic Memory Protocol definitions
7 * Copyright (C) 2020-2023 Oracle and/or its affiliates.
14 * This work is licensed under the terms of the GNU GPL, version 2.
15 * See the COPYING file in the top-level directory.
19 * Protocol versions. The low word is the minor version, the high word the major
20 * version.
23 * Initial version 1.0
32 #define DYNMEM_MAJOR_VERSION(Version) ((uint32_t)(Version) >> 16) argument
33 #define DYNMEM_MINOR_VERSION(Version) ((uint32_t)(Version) & 0xff) argument
55 * Version 0.3
71 * Version 1.0.
77 * Version 2.0
94 uint32_t version; member
104 * limitations on hot-add, the guest can specify
163 * Version negotiation message. Sent from the guest to the host.
165 * accepts the version.
167 * dm_version: The protocol version requested.
168 * is_last_attempt: If TRUE, this is the last version guest will request.
174 union dm_version version; member
180 * Version response message; Host to Guest and indicates
181 * if the host has accepted the version sent by the guest.
183 * is_accepted: If TRUE, host has accepted the version and the guest
185 * guest should re-try with a different version.
238 * calculated as File Cache Page Fault Count - Page Read Count.
258 * Message to ask the guest to allocate memory - balloon up message.
295 * Un-balloon message; this message is sent from the host
318 * Un-balloon response message; this message is sent from the guest