|
|
@32536
|
14 years |
vboxsync |
Storage/VBoxHDD: replace custom open flags with regular IPRT file open …
|
|
|
@32370
|
14 years |
vboxsync |
VD: Beginnings of the L2 disk cache
|
|
|
@31491
|
14 years |
vboxsync |
DBGF: Kick-off for DBGFR3Reg*. Implemented simple queried only. The …
|
|
|
@30862
|
14 years |
vboxsync |
VMM,REM: Replumbled the MSR updating and reading so that PGM can …
|
|
|
@30783
|
14 years |
vboxsync |
Rewrote shared page handling to be more fault tolerant.
|
|
|
@30660
|
14 years |
vboxsync |
Very annoying to return informational codes without hitting …
|
|
|
@30650
|
14 years |
vboxsync |
Attempt nr 2 to reinit page fusion after VM restore
|
|
|
@30646
|
14 years |
vboxsync |
Reregister all shared modules after VM restore
|
|
|
@30555
|
14 years |
vboxsync |
VD/Async: Full support for VHD images. VMDK is still in progress
|
|
|
@30473
|
14 years |
vboxsync |
VMM: First shot at the fatal error misbehavior (PAE).
|
|
|
@30090
|
14 years |
vboxsync |
Added VERR_VMX_NOT_IN_VMX_ROOT_MODE
|
|
|
@29954
|
15 years |
vboxsync |
SSM: The I/O thread must wake up the master thread when quitting on …
|
|
|
@29709
|
15 years |
vboxsync |
Solaris/VBoxNetFltBow: comments, added one error code.
|
|
|
@29533
|
15 years |
vboxsync |
VBox/err.h,Main/Global.cpp: Updated COM<->VBox status code conversion.
|
|
|
@29532
|
15 years |
vboxsync |
VBox/err.h,Main/Global.cpp: Updated COM<->VBox status code conversion.
|
|
|
@29345
|
15 years |
vboxsync |
VBoxService,VBox/err.h: Use a dedicated status code for this, …
|
|
|
@29209
|
15 years |
vboxsync |
More shared paging updates
|
|
|
@29009
|
15 years |
vboxsync |
Additional information code
|
|
|
@28982
|
15 years |
vboxsync |
Additional error codes
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28682
|
15 years |
vboxsync |
Main/HostHardwareLinux: reconnect to the FAM daemon if the connection …
|
|
|
@28636
|
15 years |
vboxsync |
VBox/err.h: wrong FAM error number value
|
|
|
@28574
|
15 years |
vboxsync |
Main: add support for polling for USB devices on Linux hosts without …
|
|
|
@27797
|
15 years |
vboxsync |
misc compiler warning fixes, comment typos and other minor cleanups
|
|
|
@27653
|
15 years |
vboxsync |
VSCSI: New SCSI interpreter component which will replace the old stuff …
|
|
|
@27459
|
15 years |
vboxsync |
Added VERR_PGM_PHYS_PAGE_BALLOONED
|
|
|
@26625
|
15 years |
vboxsync |
Large page code cleanup
|
|
|
@26176
|
15 years |
vboxsync |
VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
|
|
|
@26147
|
15 years |
vboxsync |
AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes …
|
|
|
@26111
|
15 years |
vboxsync |
CFGM: Added CFGMR3ValidateConfig as a replacement for …
|
|
|
@26066
|
15 years |
vboxsync |
Guest SMP: force all VCPUs to go back to ring 3 when a pgm pool flush …
|
|
|
@25848
|
15 years |
vboxsync |
CPU hotplug: Merge the third patch. Guest additions interface for the …
|
|
|
@25313
|
15 years |
vboxsync |
VBox/err.h: comment typo which ends up in error messages
|
|
|
@24938
|
15 years |
vboxsync |
EM: VINF_EM_SUSPEND should have higher priority than VINF_EM_RESET …
|
|
|
@24618
|
15 years |
vboxsync |
Added Global::vboxStatusCodeFromCOM (and Global::vboxStatusCodeToCOM), …
|
|
|
@24282
|
15 years |
vboxsync |
PDM: Added missing driver instance checks.
|
|
|
@24272
|
15 years |
vboxsync |
PDMDevice.cpp: Check the number of devices instances against the max …
|
|
|
@24027
|
15 years |
vboxsync |
Fail if VT-x or AMD-V are already enabled (Windows 7)
|
|
|
@23906
|
15 years |
vboxsync |
VBox/err.h: clearification.
|
|
|
@23801
|
15 years |
vboxsync |
Main,VMM,Frontends,++: Teminology. Added a bind address for the …
|
|
|
@23783
|
15 years |
vboxsync |
SSM: Added _HCPTR_HACK_U32 to deal with two PATM fields.
|
|
|
@23764
|
15 years |
vboxsync |
SSM: More structure serialization and deserialization features.
|
|
|
@23752
|
15 years |
vboxsync |
SSM: Implemented SSMR3GetStructEx and SSMR3PutStructEx.
|
|
|
@23749
|
15 years |
vboxsync |
SSM: Extending SSMFIELD so it can be used for fixing old …
|
|
|
@23714
|
15 years |
vboxsync |
SSM,VBox/err.*: VINF_SSM_DONT_CALL_AGAIN from pfnLiveExec.
|
|
|
@23709
|
15 years |
vboxsync |
SSM: VINF_SSM_VOTE_FOR_ANOTHER_PASS - for pushing config data in pass 0.
|
|
|
@23151
|
15 years |
vboxsync |
VBox/err.h,VMM: VMR3Save should be mostly done now.
|
|
|
@22884
|
15 years |
vboxsync |
SSM: Added cancellation support (SSMR3Cancel). Needed by the state …
|
|
|
@22807
|
15 years |
vboxsync |
SSM: sketched out cancellation and handling of VMs powering off and stuff.
|
|
|
@22793
|
15 years |
vboxsync |
SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
|
|
|
@22792
|
15 years |
vboxsync |
SSM: Live snapshot and migration coding.
|
|
|
@22609
|
15 years |
vboxsync |
disable VT-x on Linux < 2.6.13
|
|
|
@22334
|
15 years |
vboxsync |
PDMR3DriverAttach: implemented, but untested.
|
|
|
@22277
|
15 years |
vboxsync |
PDMDRVREG change (big changeset).
|
|
|
@21927
|
15 years |
vboxsync |
SSM,VBox/err.h: SSMR3SkipToEndOfUnit and more error codes.
|
|
|
@21653
|
15 years |
vboxsync |
TPR patching updates
|
|
|
@20871
|
15 years |
vboxsync |
VMM: Make sure there is enough room for a few physical handler …
|
|
|
@20869
|
15 years |
vboxsync |
VMMR3RawRunGC: cause guru meditation if cr3 mismatches. …
|
|
|
@20743
|
15 years |
vboxsync |
VBox/err.h: Removed VINF_SVM_PREEMPT_PENDING and …
|
|
|
@20670
|
15 years |
vboxsync |
Solaris/USB: bits.
|
|
|
@20604
|
15 years |
vboxsync |
err: unintended duplicate, see r18389
|
|
|
@20520
|
15 years |
vboxsync |
Added VINF_EM_RAW_EMULATE_DBG_STEP
|
|
|
@20406
|
15 years |
vboxsync |
Removed obsolete REMR3ReplayInvalidatedPages
|
|
|
@20158
|
16 years |
vboxsync |
Extra VCPU checks. Attempt to fix alignment issue
|
|
|
@19844
|
16 years |
vboxsync |
HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
|
|
|
@19478
|
16 years |
vboxsync |
Finished up init IPI processing. (untested)
|
|
|
@19406
|
16 years |
vboxsync |
GVMM: Added interfaces for Poking a single VCpu and for …
|
|
|
@19290
|
16 years |
vboxsync |
VBox/err.h,*/err.mac: Added VERR_INVALID_VM_HANDLE, …
|
|
|
@18927
|
16 years |
vboxsync |
Big step to separate VMM data structures for guest SMP. (pgm, em)
|
|
|
@18566
|
16 years |
vboxsync |
Storage/API/VBoxManage/...: add maximum size check to prevent creation …
|
|
|
@18230
|
16 years |
vboxsync |
PGM,IOM: Implemented MMIO2 aliases for MMIO pages. This involved some …
|
|
|
@17775
|
16 years |
vboxsync |
Storage/VMDK: implement creating/writing (slightly relaxed append …
|
|
|
@17534
|
16 years |
vboxsync |
PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
|
|
|
@17432
|
16 years |
vboxsync |
PGM,GMM: Filling in missing bits and fixing some bugs.
|
|
|
@17282
|
16 years |
vboxsync |
Added VINF_EM_RAW_EMULATE_IO_BLOCK
|
|
|
@17235
|
16 years |
vboxsync |
Added VERR_PGM_NO_CR3_SHADOW_ROOT
|
|
|
@16827
|
16 years |
vboxsync |
Storage/VMDK: implement VMDK 1.1 streamOptimized format. read only at …
|
|
|
@15852
|
16 years |
vboxsync |
Another experiment with limiting the time spent in ring 0.
|
|
|
@15503
|
16 years |
vboxsync |
SSM, CPUM: Moved the GCPtr/GCPhys sizes into the file header instead …
|
|
|
@15366
|
16 years |
vboxsync |
Storage: Eradicated the last bits using the old VDI only backend, …
|
|
|
@15284
|
16 years |
vboxsync |
PGM, REM: Virtual address in TLB - this is what I meant…
|
|
|
@14806
|
16 years |
vboxsync |
#3202: config and VT-X/software mix errors.
|
|
|
@14494
|
16 years |
vboxsync |
#1865: PGMR0DynMap - retry with smaller segments if one big one is …
|
|
|
@14363
|
16 years |
vboxsync |
#1865: ring-0 mapping cache, code in progress.
|
|
|
@14332
|
16 years |
vboxsync |
SUPDrv,SUPLib: generic ring-0 service interface.
|
|
|
@13703
|
16 years |
vboxsync |
VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, …
|
|
|
@13702
|
16 years |
vboxsync |
VMM++: new EM status code VINF_EM_DBG_RING0_ASSERTION for …
|
|
|
@13515
|
16 years |
vboxsync |
Added VERR_HWACCM_SUSPEND_PENDING
|
|
|
@13375
|
16 years |
vboxsync |
some (disabled) VMI bits
|
|
|
@12079
|
16 years |
vboxsync |
More specific error messages for unexpected VT-x failures.
|
|
|
@11046
|
16 years |
vboxsync |
Storage: Theoretically functional iSCSI backend.
|
|
|
@10715
|
16 years |
vboxsync |
Merge async I/O for VMDK backend from private branch
|
|
|
@10530
|
16 years |
vboxsync |
Implemented trunk and flag matching when opening a network.
|
|
|
@10375
|
16 years |
vboxsync |
Added two VERR_SUPDRV_* status code and rearranged the codes to fill …
|
|
|
@10069
|
16 years |
vboxsync |
Fixed two SSM error messages.
|
|
|
@9772
|
16 years |
vboxsync |
fixed break.
|
|
|
@9767
|
16 years |
vboxsync |
Some new error codes for internal networking.
|
|
|
@9590
|
16 years |
vboxsync |
Extra error codes
|
|
|
@9448
|
16 years |
vboxsync |
Added VERR_PGM_UNSUPPORTED_SHADOW_PAGING_MODE
|
|
|
@8797
|
17 years |
vboxsync |
New DBGF interface for digging into the guts of the guest OS kernel.
|
|
|