Changeset 33540 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
r28800 r33540 61 61 #endif 62 62 63 /* 2.4.x compat ability macros that may or may not be defined. */63 /* 2.4.x compatibility macros that may or may not be defined. */ 64 64 #ifndef IRQ_RETVAL 65 65 # define irqreturn_t void -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp
r31517 r33540 329 329 330 330 /** 331 * Called fromn VBoxGuestOS2Init to determin which OS/2 version this is.331 * Called fromn VBoxGuestOS2Init to determine which OS/2 version this is. 332 332 * 333 333 * @returns VBox OS/2 type. -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r32664 r33540 912 912 913 913 /* 914 * Overrid en routine for mouse polling events. Not914 * Overridden routine for mouse polling events. Not 915 915 * used at the moment on Windows. 916 916 * … … 1057 1057 1058 1058 /** 1059 * Maps the I/O space from VMMDev to virtual kernel ad ress space.1059 * Maps the I/O space from VMMDev to virtual kernel address space. 1060 1060 * 1061 1061 * @return NTSTATUS -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r33059 r33540 568 568 569 569 /* 570 * Try inflate / defa ltethe balloon as requested.570 * Try inflate / default the balloon as requested. 571 571 */ 572 572 rc = VbglGRAlloc((VMMDevRequestHeader **)&pReq, cbChangeMemBalloonReq, VMMDevReq_ChangeMemBalloon); … … 688 688 689 689 /* 690 * Init alize the data.690 * Initialize the data. 691 691 */ 692 692 pDevExt->IOPortBase = IOPortBase; … … 2091 2091 2092 2092 /** 2093 * Common IOCtl for user to kernel and kernel to kernel commun cation.2093 * Common IOCtl for user to kernel and kernel to kernel communication. 2094 2094 * 2095 2095 * This function only does the basic validation and then invokes … … 2309 2309 2310 2310 /* 2311 * Make sure we've init alized the device extension.2311 * Make sure we've initialized the device extension. 2312 2312 */ 2313 2313 if (RT_UNLIKELY(!pReq)) -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h
r28800 r33540 1 1 /* $Rev$ */ 2 2 /** @file 3 * VBoxGuest - Inter Driver Commun cation, unix implementation.3 * VBoxGuest - Inter Driver Communication, unix implementation. 4 4 * 5 5 * This file is included by the platform specific source file. -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r32449 r33540 78 78 typedef struct VBOXGUESTMEMBALLOON 79 79 { 80 /** Mutex tprotecting the members below from concurrent access.. */80 /** Mutex protecting the members below from concurrent access.. */ 81 81 RTSEMFASTMUTEX hMtx; 82 82 /** The current number of chunks in the balloon. */ … … 157 157 * offset in both 64-bit and 32-bit builds. 158 158 * 159 * @remarks The alig ments of the members that are larger than 48 bytes should be159 * @remarks The alignments of the members that are larger than 48 bytes should be 160 160 * 64-byte for cache line reasons. structs containing small amounts of 161 161 * data could be lumped together at the end with a < 64 byte padding -
trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuestMsg.mc
r32267 r33540 15 15 16 16 ;// 17 ;// Status values are 32 bit values layed outas follows:17 ;// Status values are 32 bit values arranged as follows: 18 18 ;// 19 19 ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
Note:
See TracChangeset
for help on using the changeset viewer.