VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40138   13 years vboxsync IEM: fdiv work. Added x86extra.mac for non-automatic x86.h bits.
(edit) @40076   13 years vboxsync Changed the types of the r80 views of the FPU registers.
(edit) @40069   13 years vboxsync Floating point testing.
(edit) @40066   13 years vboxsync hash the teleporter token.
(edit) @40054   13 years vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @40030   13 years vboxsync VD: New interface to query the use of blocks in the disk image
(edit) @40025   13 years vboxsync gcc-4.7 fixes
(edit) @40023   13 years vboxsync gcc-4.7 fixes
(edit) @40022   13 years vboxsync IEM: fxsave & fxrstor.
(edit) @40006   13 years vboxsync build fix.
(edit) @40005   13 years vboxsync More GMM stats. Added todo regarding GMMR0SharedModuleCheckPage assertion.
(edit) @39944   13 years vboxsync VERR_IEM_INSTR_NOT_IMPLEMENTED and VERR_IEM_ASPECT_NOT_IMPLEMENTED.
(edit) @39920   13 years vboxsync GMM/PageFusion: Some cleanups (elimiated gotos) and more detailed …
(edit) @39917   13 years vboxsync STAM,GMM,VBoxDbg: Adding GMM statistics (at last). Introduces …
(edit) @39906   13 years vboxsync GuestCtrl/VBoxService: Added active/inactive guest process thread …
(edit) @39890   13 years vboxsync VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
(edit) @39882   13 years vboxsync Config.kmk,VMMDev,Main,QtGui,VBoxManage: Refactored …
(edit) @39856   13 years vboxsync pdmifs.h: Doc update: PDMIMEDIA pairs with PDMIMEDIAPORT now.
(edit) @39854   13 years vboxsync PDM: Extended the driver chain transformations with a mergeconfig …
(edit) @39853   13 years vboxsync CFGM: Added CFGMR3InsertValue and CFGMR3CopyTree; changed …
(edit) @39847   13 years vboxsync crOpenGL: fix saved state issues
(edit) @39839   13 years vboxsync PDM: Initial driver chain transformation code (untested).
(edit) @39838   13 years vboxsync CFGM: Added CFGMR3DuplicateSubTree and CFGMR3ReplaceSubTree (untested).
(edit) @39825   13 years vboxsync VBoxGuestInfo2::szName updated documenation.
(edit) @39798   13 years vboxsync VD: Add option to ignore flush requests
(edit) @39684   13 years vboxsync Parallel: Some love for the long abandoned parallel port emulation. …
(edit) @39654   13 years vboxsync GuestControlSvc.h: Fixed wait-for-start flag.
(edit) @39645   13 years vboxsync VRDE.h: comments.
(edit) @39643   13 years vboxsync SharedFolders: more fixes
(edit) @39603   13 years vboxsync crHgsmi: cleanup
(edit) @39602   13 years vboxsync wine/XPDM: 1. Additional swapchain creation fixes 2. De-libwine'ize …
(edit) @39566   13 years vboxsync SCSI: Add support for readonly disks
(edit) @39519   13 years vboxsync VD: API to repair corrupted images
(edit) @39493   13 years vboxsync VRDP, Main: forward UTCINFO events as guest properties.
(edit) @39454   13 years vboxsync Additions-X11: initial DnD support
(edit) @39435   13 years vboxsync VRDP, Main: update RDP client name guest property.
(edit) @39427   13 years vboxsync r=bird: pre-review comments.
(edit) @39418   13 years vboxsync GuestCtrl: Added support for explicitly waiting on stdout/stderr, …
(edit) @39414   13 years vboxsync PDMBlkCache: Clear all entries on reset to prevent that unwritten data …
(edit) @39405   13 years vboxsync VMM: Don't use generic IPE status codes, use specific ones. Part 2.
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39368   13 years vboxsync VBOX_FULL_VERSION_MAKE: fixed copy & past bug messing up the build …
(edit) @39359   13 years vboxsync include/VBoxVideo: move a definition.
(edit) @39327   13 years vboxsync scm whitespace cleanups.
(edit) @39310   13 years vboxsync VMM_MAX_CPU_COUNT: 32 -> 64.
(edit) @39303   13 years vboxsync VMCPUSET changes.
(edit) @39288   13 years vboxsync CrOpenGL: avoid blocked client polling & extra memcpy (block hgsmi …
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @39226   13 years vboxsync hgcmsvs.h: fixed hungarian spelling mistake.
(edit) @39206   13 years vboxsync Made OpenGL build against the Mac OS X 10.7 SDK. Some cleanups.
(edit) @39154   13 years vboxsync IOM: Added flags for dropping into the vbox debugger on complicated …
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @39111   13 years vboxsync IOM,PDM: Working on moving unaligned and non-dword MMIO access …
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @39090   13 years vboxsync VBox/asmdefs.mac: COM_INIT fixes, untested.
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39060   13 years vboxsync DevApic,PDM: Combine the two read functions (MSR/MMIO); renamed debug …
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @38959   13 years vboxsync style
(edit) @38944   13 years vboxsync PDMCritSectLeave: Indicate whether it was a nested exit or a real one.
(edit) @38907   13 years vboxsync VRDE: a better remote USB extended device description.
(edit) @38879   13 years vboxsync vm.h: build fix
(edit) @38878   13 years vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38877   13 years vboxsync VMM/PDMBlkCache: Add discard API
(edit) @38876   13 years vboxsync Storage: Add async discard API
(edit) @38873   13 years vboxsync Main: Add API to set the discard flag for harddisks
(edit) @38870   13 years vboxsync VBoxService/GuestCtrl: Fixed ABI for stdout pipe ID.
(edit) @38856   13 years vboxsync Additions/common/VBoxGuest: re-committed r73865
(edit) @38855   13 years vboxsync Additions/common/VBoxGuest: reverted r73865, r73862, r73808, r73807, …
(edit) @38847   13 years vboxsync PDM: Enter the device critical section for PDM callback.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38835   13 years vboxsync VMM: Detect recursive rendezvous calls. Removed the unused API …
(edit) @38792   13 years vboxsync VBoxInstallHelper.cpp,++: Clean up TCHAR/WCHAR mess - just use WCHAR, …
(edit) @38773   13 years vboxsync Main: only add parent to the lock list if it isn't null
(edit) @38755   13 years vboxsync Windows 8 OS type
(edit) @38746   13 years vboxsync Settings: fix initialization with default values of some of the …
(edit) @38743   13 years vboxsync Main: AutoMultiWriteLock4
(edit) @38736   13 years vboxsync *: Please don NOT redefine logger macros.
(edit) @38719   13 years vboxsync version.h: add VBOX_SHORT_VERSION which fits in 16bits
(edit) @38717   13 years vboxsync Main/Medium+Machine+AutoLock: Integrate the queryInfo semaphore into …
(edit) @38707   13 years vboxsync VMM/VT-x: Fix for PAE guests running on 32-bit hosts or 64-bit hosts …
(edit) @38687   13 years vboxsync Spelling.
(edit) @38680   13 years vboxsync VSCSI+DrvSCSI: Add support for the UNMAP command if discarding is enabled
(edit) @38677   13 years vboxsync IOM: MMIO instruction interpreter bug fixes.
(edit) @38663   13 years vboxsync Devices/VMMDev: document VMMDevReq_GetDisplayChangeRequest[2]
(edit) @38655   13 years vboxsync Additions/Common/VBoxGuest: removed some dead code
(edit) @38650   13 years vboxsync Additions/common and X11: more VBOXGUEST_IOCTL_SET_MOUSE_STATUS …
(edit) @38632   13 years vboxsync Missing header
(edit) @38623   13 years vboxsync Add logging groups
(edit) @38622   13 years vboxsync AHCI+DrvBlock+DrvVD: Add support for the TRIM command and connect with …
(edit) @38621   13 years vboxsync VD: Initial support to discard unused blocks in an image + support for …
(edit) @38592   13 years vboxsync Additions/common/VBoxGuest: mediate SET_MOUSE_STATUS in the kernel module
(edit) @38550   13 years vboxsync Windows build fix
(edit) @38549   13 years vboxsync GSO: UDP fragmentation offloading (#5846)
(edit) @38540   13 years vboxsync VD: Start of a new library which contains utilities for debugging, …
(edit) @38524   13 years vboxsync Main/glue/ErrorInfo: more macros
(edit) @38511   13 years vboxsync Main/Error: attempt to describe the error handling in COM
(edit) @38509   13 years vboxsync Main/glue/ErrorInfo: print _all_ error messages, not only the last …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette