|
|
@39890
|
13 years |
vboxsync |
VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
|
|
|
@39882
|
13 years |
vboxsync |
Config.kmk,VMMDev,Main,QtGui,VBoxManage: Refactored …
|
|
|
@39856
|
13 years |
vboxsync |
pdmifs.h: Doc update: PDMIMEDIA pairs with PDMIMEDIAPORT now.
|
|
|
@39854
|
13 years |
vboxsync |
PDM: Extended the driver chain transformations with a mergeconfig …
|
|
|
@39853
|
13 years |
vboxsync |
CFGM: Added CFGMR3InsertValue and CFGMR3CopyTree; changed …
|
|
|
@39847
|
13 years |
vboxsync |
crOpenGL: fix saved state issues
|
|
|
@39839
|
13 years |
vboxsync |
PDM: Initial driver chain transformation code (untested).
|
|
|
@39838
|
13 years |
vboxsync |
CFGM: Added CFGMR3DuplicateSubTree and CFGMR3ReplaceSubTree (untested).
|
|
|
@39825
|
13 years |
vboxsync |
VBoxGuestInfo2::szName updated documenation.
|
|
|
@39798
|
13 years |
vboxsync |
VD: Add option to ignore flush requests
|
|
|
@39684
|
13 years |
vboxsync |
Parallel: Some love for the long abandoned parallel port emulation. …
|
|
|
@39654
|
13 years |
vboxsync |
GuestControlSvc.h: Fixed wait-for-start flag.
|
|
|
@39645
|
13 years |
vboxsync |
VRDE.h: comments.
|
|
|
@39643
|
13 years |
vboxsync |
SharedFolders: more fixes
|
|
|
@39603
|
13 years |
vboxsync |
crHgsmi: cleanup
|
|
|
@39602
|
13 years |
vboxsync |
wine/XPDM: 1. Additional swapchain creation fixes 2. De-libwine'ize …
|
|
|
@39566
|
13 years |
vboxsync |
SCSI: Add support for readonly disks
|
|
|
@39519
|
13 years |
vboxsync |
VD: API to repair corrupted images
|
|
|
@39493
|
13 years |
vboxsync |
VRDP, Main: forward UTCINFO events as guest properties.
|
|
|
@39454
|
13 years |
vboxsync |
Additions-X11: initial DnD support
|
|
|
@39435
|
13 years |
vboxsync |
VRDP, Main: update RDP client name guest property.
|
|
|
@39427
|
13 years |
vboxsync |
r=bird: pre-review comments.
|
|
|
@39418
|
13 years |
vboxsync |
GuestCtrl: Added support for explicitly waiting on stdout/stderr, …
|
|
|
@39414
|
13 years |
vboxsync |
PDMBlkCache: Clear all entries on reset to prevent that unwritten data …
|
|
|
@39405
|
13 years |
vboxsync |
VMM: Don't use generic IPE status codes, use specific ones. Part 2.
|
|
|
@39402
|
13 years |
vboxsync |
VMM: don't use generic IPE status codes, use specific ones. Part 1.
|
|
|
@39368
|
13 years |
vboxsync |
VBOX_FULL_VERSION_MAKE: fixed copy & past bug messing up the build …
|
|
|
@39359
|
13 years |
vboxsync |
include/VBoxVideo: move a definition.
|
|
|
@39327
|
13 years |
vboxsync |
scm whitespace cleanups.
|
|
|
@39310
|
13 years |
vboxsync |
VMM_MAX_CPU_COUNT: 32 -> 64.
|
|
|
@39303
|
13 years |
vboxsync |
VMCPUSET changes.
|
|
|
@39288
|
13 years |
vboxsync |
CrOpenGL: avoid blocked client polling & extra memcpy (block hgsmi …
|
|
|
@39248
|
13 years |
vboxsync |
Runtime: new guest OS type for Solaris 11
Frontends/VirtualBox: add …
|
|
|
@39226
|
13 years |
vboxsync |
hgcmsvs.h: fixed hungarian spelling mistake.
|
|
|
@39206
|
13 years |
vboxsync |
Made OpenGL build against the Mac OS X 10.7 SDK. Some cleanups.
|
|
|
@39154
|
13 years |
vboxsync |
IOM: Added flags for dropping into the vbox debugger on complicated …
|
|
|
@39136
|
13 years |
vboxsync |
More MMIO refactoring and some other cleanups.
|
|
|
@39135
|
13 years |
vboxsync |
Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
|
|
|
@39111
|
13 years |
vboxsync |
IOM,PDM: Working on moving unaligned and non-dword MMIO access …
|
|
|
@39091
|
13 years |
vboxsync |
More parameter warning fixes; made PciIch9 check the saved state version.
|
|
|
@39090
|
13 years |
vboxsync |
VBox/asmdefs.mac: COM_INIT fixes, untested.
|
|
|
@39083
|
13 years |
vboxsync |
IPRT: -Wunused-parameter.
|
|
|
@39078
|
13 years |
vboxsync |
VMM: -Wunused-parameter
|
|
|
@39060
|
13 years |
vboxsync |
DevApic,PDM: Combine the two read functions (MSR/MMIO); renamed debug …
|
|
|
@39034
|
13 years |
vboxsync |
VMM,INTNET: Addressing unused variable warnings.
|
|
|
@38959
|
13 years |
vboxsync |
style
|
|
|
@38944
|
13 years |
vboxsync |
PDMCritSectLeave: Indicate whether it was a nested exit or a real one.
|
|
|
@38907
|
13 years |
vboxsync |
VRDE: a better remote USB extended device description.
|
|
|
@38879
|
13 years |
vboxsync |
vm.h: build fix
|
|
|
@38878
|
13 years |
vboxsync |
PDM,Devices,Drivers: Add async discard API and make us of it
|
|
|
@38877
|
13 years |
vboxsync |
VMM/PDMBlkCache: Add discard API
|
|
|
@38876
|
13 years |
vboxsync |
Storage: Add async discard API
|
|
|
@38873
|
13 years |
vboxsync |
Main: Add API to set the discard flag for harddisks
|
|
|
@38870
|
13 years |
vboxsync |
VBoxService/GuestCtrl: Fixed ABI for stdout pipe ID.
|
|
|
@38856
|
13 years |
vboxsync |
Additions/common/VBoxGuest: re-committed r73865 …
|
|
|
@38855
|
13 years |
vboxsync |
Additions/common/VBoxGuest: reverted r73865, r73862, r73808, r73807, …
|
|
|
@38847
|
13 years |
vboxsync |
PDM: Enter the device critical section for PDM callback.
|
|
|
@38838
|
13 years |
vboxsync |
VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
|
|
|
@38835
|
13 years |
vboxsync |
VMM: Detect recursive rendezvous calls. Removed the unused API …
|
|
|
@38792
|
13 years |
vboxsync |
VBoxInstallHelper.cpp,++: Clean up TCHAR/WCHAR mess - just use WCHAR, …
|
|
|
@38773
|
13 years |
vboxsync |
Main: only add parent to the lock list if it isn't null
|
|
|
@38755
|
13 years |
vboxsync |
Windows 8 OS type
|
|
|
@38746
|
13 years |
vboxsync |
Settings: fix initialization with default values of some of the …
|
|
|
@38743
|
13 years |
vboxsync |
Main: AutoMultiWriteLock4
|
|
|
@38736
|
13 years |
vboxsync |
*: Please don NOT redefine logger macros.
|
|
|
@38719
|
13 years |
vboxsync |
version.h: add VBOX_SHORT_VERSION which fits in 16bits
|
|
|
@38717
|
13 years |
vboxsync |
Main/Medium+Machine+AutoLock: Integrate the queryInfo semaphore into …
|
|
|
@38707
|
13 years |
vboxsync |
VMM/VT-x: Fix for PAE guests running on 32-bit hosts or 64-bit hosts …
|
|
|
@38687
|
13 years |
vboxsync |
Spelling.
|
|
|
@38680
|
13 years |
vboxsync |
VSCSI+DrvSCSI: Add support for the UNMAP command if discarding is enabled
|
|
|
@38677
|
13 years |
vboxsync |
IOM: MMIO instruction interpreter bug fixes.
|
|
|
@38663
|
13 years |
vboxsync |
Devices/VMMDev: document VMMDevReq_GetDisplayChangeRequest[2]
|
|
|
@38655
|
13 years |
vboxsync |
Additions/Common/VBoxGuest: removed some dead code
|
|
|
@38650
|
13 years |
vboxsync |
Additions/common and X11: more VBOXGUEST_IOCTL_SET_MOUSE_STATUS …
|
|
|
@38632
|
13 years |
vboxsync |
Missing header
|
|
|
@38623
|
13 years |
vboxsync |
Add logging groups
|
|
|
@38622
|
13 years |
vboxsync |
AHCI+DrvBlock+DrvVD: Add support for the TRIM command and connect with …
|
|
|
@38621
|
13 years |
vboxsync |
VD: Initial support to discard unused blocks in an image + support for …
|
|
|
@38592
|
13 years |
vboxsync |
Additions/common/VBoxGuest: mediate SET_MOUSE_STATUS in the kernel module
|
|
|
@38550
|
13 years |
vboxsync |
Windows build fix
|
|
|
@38549
|
13 years |
vboxsync |
GSO: UDP fragmentation offloading (#5846)
|
|
|
@38540
|
13 years |
vboxsync |
VD: Start of a new library which contains utilities for debugging, …
|
|
|
@38524
|
13 years |
vboxsync |
Main/glue/ErrorInfo: more macros
|
|
|
@38511
|
13 years |
vboxsync |
Main/Error: attempt to describe the error handling in COM
|
|
|
@38509
|
13 years |
vboxsync |
Main/glue/ErrorInfo: print _all_ error messages, not only the last …
|
|
|
@38469
|
13 years |
vboxsync |
VD: Interface cleanup. Merge the two involved structures (generic …
|
|
|
@38437
|
13 years |
vboxsync |
GuestCtrl: Update.
|
|
|
@38378
|
13 years |
vboxsync |
Don't issue instructions rescheduling to RAW or HWACCM mode when …
|
|
|
@38349
|
13 years |
vboxsync |
em.h: Saved state fix.
|
|
|
@38326
|
13 years |
vboxsync |
EM,REM: Make the EM execution scheduling policies apply to HM as well.
|
|
|
@38325
|
13 years |
vboxsync |
VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their …
|
|
|
@38324
|
13 years |
vboxsync |
FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
|
|
|
@38320
|
13 years |
vboxsync |
Redid the A20 gate assertion fix - the recompiler needs to be told.
|
|
|
@38312
|
13 years |
vboxsync |
Added "autologon" logging group (VBoxGINA, VBoxCredProv, PAM).
|
|
|
@38309
|
13 years |
vboxsync |
VMMDevTesting.h/.mac: VMMDEV_TESTING_UNIT_NONE.
|
|
|
@38300
|
13 years |
vboxsync |
REM,PGM: Fix A20 syncing between the VMM and the recompiler.
|
|
|
@38207
|
13 years |
vboxsync |
Additions/VBoxVideo: move a couple of functions from the X.Org driver …
|
|
|
@38203
|
13 years |
vboxsync |
VD: New VDCopyEx() API which can speedup cloning of diff images when …
|
|
|
@38133
|
13 years |
vboxsync |
GuestCtrl: Removed obsolete code for guest directory enumeration.
|
|
|
@38085
|
13 years |
vboxsync |
GuestCtrl: Update of copy from guest (work in progress).
|
|
|