VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23047   16 years vboxsync Fix RTFILE_O_NO_CACHE on Windows. Document that FILE_APPEND_DATA is …
(edit) @23037   16 years vboxsync VMR3Save: Code done. (Had to add VMSTATE_RESET_LS to deal with reset.)
(edit) @23016   16 years vboxsync VMM,Devices: VMR3ReqCallEx -> VMR3ReqCallVoidNoWait; retired the old API.
(edit) @23015   16 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
(edit) @23010   16 years vboxsync VBox/vmapi.h,VMReq.cpp: Added A number of convenice function to …
(edit) @23009   16 years vboxsync VMM: State machine adjustments. Have only received basic testing.
(edit) @23002   16 years vboxsync VBox/ssm.h: SSMR3Cancel.
(edit) @23000   16 years vboxsync Corrected 52285
(edit) @22998   16 years vboxsync Suggested reduction in size
(edit) @22987   16 years vboxsync VBox/uvm.h: Added UVM_ASSERT_VALID_EXT_RETURN.
(edit) @22986   16 years vboxsync VMM: Removed the AtReset callbacks. Rewrote the AtState registration …
(edit) @22983   16 years vboxsync Forgotten header change
(edit) @22975   16 years vboxsync VMM: State coding in progress - bed time commit.
(edit) @22966   16 years vboxsync Storage: Convert the backends to use the interface for I/O rather than …
(edit) @22961   16 years vboxsync VMM: state updates (almost there).
(edit) @22932   16 years vboxsync VBox/uvm.h: For some reason AssertCompileMemberAlignment doesn't work …
(edit) @22931   16 years vboxsync VBox/uvm.h: another try.
(edit) @22930   16 years vboxsync VBox/uvm.h: typo.
(edit) @22928   16 years vboxsync VBox/uvm.h: another try.
(edit) @22927   16 years vboxsync VBox/uvm.h: alignment fix.
(edit) @22922   16 years vboxsync VBox/uvm.h: major mess up! The per component data was declared as …
(edit) @22920   16 years vboxsync Video hw accel: fallback for PBO allocation failure
(edit) @22915   16 years vboxsync VMM: some state stuff (work in progress, back out on bustage).
(edit) @22911   16 years vboxsync event queues cleaned up
(edit) @22893   16 years vboxsync vm.h: page align VMCPU::pgm (it's 28KB).
(edit) @22892   16 years vboxsync vm.h: another shot at the windows build break.
(edit) @22890   16 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22889   16 years vboxsync vm.h: VMMCPU is bigger on 64-bit windows because we're saving lots …
(edit) @22888   16 years vboxsync vm.h/vm.mac: tweaking.
(edit) @22887   16 years vboxsync vm.h: Make 32-bit and 64-bit stuff be more uniform…
(edit) @22886   16 years vboxsync vm.h: 64-bit host realignment.
(edit) @22885   16 years vboxsync VMM: Realigned VM and VMCPU members for 64 byte cache lines. Made …
(edit) @22884   16 years vboxsync SSM: Added cancellation support (SSMR3Cancel). Needed by the state …
(edit) @22866   16 years vboxsync #3987: Virtio PCI + Net skeleton.
(edit) @22847   16 years vboxsync Python, COM glue: event processing API
(edit) @22812   16 years vboxsync PDM: upgrade mouse device to an MS IntelliMouse Explorer (five buttons …
(edit) @22808   16 years vboxsync TM: hiding VMM internal APIs.
(edit) @22807   16 years vboxsync SSM: sketched out cancellation and handling of VMs powering off and stuff.
(edit) @22806   16 years vboxsync iprt/err.mac: regenerated
(edit) @22803   16 years vboxsync ssm: Use VMMR3_INT_DECL.
(edit) @22802   16 years vboxsync VBox/cdefs.h: Added VMM*_INT_DECL and made the VMMR?CDECL macros use …
(edit) @22801   16 years vboxsync iprt/cdefs.h: Added DECL_INVALID(type).
(edit) @22793   16 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22792   16 years vboxsync SSM: Live snapshot and migration coding.
(edit) @22789   16 years vboxsync VBox/vm.h: Added VM_ASSERT_EMT0 and VM_ASSERT_EMT0_RETURN.
(edit) @22784   16 years vboxsync VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
(edit) @22764   16 years vboxsync PGMPoolFlushPage -> pgmPoolFlushPageByGCPhys
(edit) @22736   16 years vboxsync IPRT: Added RTStrDupN.
(edit) @22722   16 years vboxsync VBoxCOM,VBoxManage,WebService: Event queue fun.
(edit) @22708   16 years vboxsync Main: comptr+webservice logging
(edit) @22707   16 years vboxsync REM: Double the size of aHandlerNotifications and make sure there are …
(edit) @22704   16 years vboxsync Devices/VMMDev: new mouse capability flag …
(edit) @22702   16 years vboxsync Main: comptr logging
(edit) @22700   16 years vboxsync Main: comptr logging
(edit) @22695   16 years vboxsync Must flush pgm pool pages in PGMR3PhysGCPhys2CCPtrExternal to avoid …
(edit) @22663   16 years vboxsync VRDP server port range: extra data keys.
(edit) @22655   16 years vboxsync OSE header fixe
(edit) @22652   16 years vboxsync fixed OSE headers
(edit) @22650   16 years vboxsync spinlock-r0drv-freebsd.c,spinlock.h: quick review w/ bugfixes.
(edit) @22620   16 years vboxsync HGSMI: export to OSE
(edit) @22615   16 years vboxsync refined r51666
(edit) @22614   16 years vboxsync Solaris/r0drvthread: temporary #4147
(edit) @22610   16 years vboxsync Fixed UINT32_C for darwin.amd64.
(edit) @22609   16 years vboxsync disable VT-x on Linux < 2.6.13
(edit) @22594   16 years vboxsync Backed out 51636.
(edit) @22593   16 years vboxsync By default you can't allocate much more than 1.5 GB in a 32 bits …
(edit) @22592   16 years vboxsync HGSMI/VBVA updates.
(edit) @22578   16 years vboxsync VBox/types.h: Disabled VBOXSTRICTRC on MSC again.
(edit) @22566   16 years vboxsync IPRT/thread/solaris: Backed out changes to RTThreadPreempt* made in …
(edit) @22564   16 years vboxsync VBox/types.h: Enable VBOXSTRICTRC on windows again.
(edit) @22563   16 years vboxsync IPRT: Added a RTBldCfg API group for stuffing away the SVN_REV and …
(edit) @22559   16 years vboxsync ssm changes.
(edit) @22552   16 years vboxsync VBox/types.h: VBOXSTRICTRC only works in 64-bit mode atm.
(edit) @22536   16 years vboxsync hgsmi: fix compile error
(edit) @22517   16 years vboxsync VBox/types.h: Don't use the VBOXSTRICTRC class with MSC as it floods …
(edit) @22516   16 years vboxsync IPRT: Added RTFileExists
(edit) @22511   16 years vboxsync Typo.
(edit) @22499   16 years vboxsync com/assert.h: The #endif comment indicates what's being closed.
(edit) @22493   16 years vboxsync VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
(edit) @22492   16 years vboxsync iprt/err.h: VERR_IPE_UNINITIALIZED_STATUS.
(edit) @22491   16 years vboxsync netadp/win: actual inf deletion with NetAdpUninstall, (not yet added …
(edit) @22488   16 years vboxsync iprt/types.h,iprt/err.h: Strict type checks on what's passed to …
(edit) @22485   16 years vboxsync netadp/win: functionality to uninstall NetAdp packages (second step in …
(edit) @22480   16 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22472   16 years vboxsync netadp/win: install from specified inf (first step to pure non-DIFX …
(edit) @22466   16 years vboxsync VBVA methods in PDMIDISPLAYCONNECTOR.
(edit) @22463   16 years vboxsync VBOXVHWA_OFFSET64_VOID: use UINT64_MAX instead of assuming things …
(edit) @22457   16 years vboxsync iprt/types.h: Keep hacks out of the default case.
(edit) @22431   16 years vboxsync iprt/x86.h|mac: Don't include X86DESC64_BASE in the assembly since it …
(edit) @22430   16 years vboxsync VBox/err.mac: regenerated.
(edit) @22429   16 years vboxsync VMM,x86.h/mac: Be more careful with X86DESCHC.
(edit) @22418   16 years vboxsync IPRT: RTThreadPreemptDisble/Restore must work the SPL/PIL as well for …
(edit) @22412   16 years vboxsync HGSMI/VBVA updates
(edit) @22398   16 years vboxsync IPRT: Fix compiling on FreeBSD amd64. When compiling code for 32bit …
(edit) @22357   16 years vboxsync COM, Python: wrappers cleanup, some generic improvments
(edit) @22344   16 years vboxsync PDMDevice: the pointer to pointer to Dev fix.
(edit) @22334   16 years vboxsync PDMR3DriverAttach: implemented, but untested.
(edit) @22328   16 years vboxsync pdmapi.h: spaces
(edit) @22322   16 years vboxsync pdmdrv.h: spaces
(edit) @22318   16 years vboxsync handle required settings upgrade transparently in the settings backend only
Note: See TracRevisionLog for help on using the revision log.

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