]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools
authorOliver Kurth <okurth@vmware.com>
Fri, 26 Oct 2018 17:44:56 +0000 (10:44 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 26 Oct 2018 17:44:56 +0000 (10:44 -0700)
open-vm-tools/lib/include/vmci_defs.h

index 9ec3781f61a37d3247534cc7f164a644a4d8f08a..7ba81c9a386fb71bdca97af5439dc6b121ff6f0b 100644 (file)
@@ -66,6 +66,10 @@ extern "C" {
 #define VMCI_CAPS_DATAGRAM      0x4
 #define VMCI_CAPS_NOTIFICATIONS 0x8
 #define VMCI_CAPS_PPN64         0x10
+#define VMCI_CAPS_CLEAR_TO_ACK  (0x1 << 31)
+
+#define VMCI_CAPS_NOT_ACKED (VMCI_CAPS_HYPERCALL | VMCI_CAPS_GUESTCALL | \
+                             VMCI_CAPS_DATAGRAM | VMCI_CAPS_NOTIFICATIONS)
 
 /* Interrupt Cause register bits. */
 #define VMCI_ICR_DATAGRAM      0x1