VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22866   15 years vboxsync #3987: Virtio PCI + Net skeleton.
(edit) @22847   15 years vboxsync Python, COM glue: event processing API
(edit) @22812   15 years vboxsync PDM: upgrade mouse device to an MS IntelliMouse Explorer (five buttons …
(edit) @22808   15 years vboxsync TM: hiding VMM internal APIs.
(edit) @22807   15 years vboxsync SSM: sketched out cancellation and handling of VMs powering off and stuff.
(edit) @22803   15 years vboxsync ssm: Use VMMR3_INT_DECL.
(edit) @22802   15 years vboxsync VBox/cdefs.h: Added VMM*_INT_DECL and made the VMMR?CDECL macros use …
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22792   15 years vboxsync SSM: Live snapshot and migration coding.
(edit) @22789   15 years vboxsync VBox/vm.h: Added VM_ASSERT_EMT0 and VM_ASSERT_EMT0_RETURN.
(edit) @22784   15 years vboxsync VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
(edit) @22764   15 years vboxsync PGMPoolFlushPage -> pgmPoolFlushPageByGCPhys
(edit) @22722   15 years vboxsync VBoxCOM,VBoxManage,WebService: Event queue fun.
(edit) @22708   15 years vboxsync Main: comptr+webservice logging
(edit) @22707   15 years vboxsync REM: Double the size of aHandlerNotifications and make sure there are …
(edit) @22704   15 years vboxsync Devices/VMMDev: new mouse capability flag …
(edit) @22702   15 years vboxsync Main: comptr logging
(edit) @22700   15 years vboxsync Main: comptr logging
(edit) @22695   15 years vboxsync Must flush pgm pool pages in PGMR3PhysGCPhys2CCPtrExternal to avoid …
(edit) @22663   15 years vboxsync VRDP server port range: extra data keys.
(edit) @22652   15 years vboxsync fixed OSE headers
(edit) @22620   15 years vboxsync HGSMI: export to OSE
(edit) @22615   15 years vboxsync refined r51666
(edit) @22609   15 years vboxsync disable VT-x on Linux < 2.6.13
(edit) @22594   15 years vboxsync Backed out 51636.
(edit) @22593   15 years vboxsync By default you can't allocate much more than 1.5 GB in a 32 bits …
(edit) @22592   15 years vboxsync HGSMI/VBVA updates.
(edit) @22578   15 years vboxsync VBox/types.h: Disabled VBOXSTRICTRC on MSC again.
(edit) @22564   15 years vboxsync VBox/types.h: Enable VBOXSTRICTRC on windows again.
(edit) @22559   15 years vboxsync ssm changes.
(edit) @22552   15 years vboxsync VBox/types.h: VBOXSTRICTRC only works in 64-bit mode atm.
(edit) @22536   15 years vboxsync hgsmi: fix compile error
(edit) @22517   15 years vboxsync VBox/types.h: Don't use the VBOXSTRICTRC class with MSC as it floods …
(edit) @22499   15 years vboxsync com/assert.h: The #endif comment indicates what's being closed.
(edit) @22493   15 years vboxsync VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
(edit) @22491   15 years vboxsync netadp/win: actual inf deletion with NetAdpUninstall, (not yet added …
(edit) @22485   15 years vboxsync netadp/win: functionality to uninstall NetAdp packages (second step in …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22472   15 years vboxsync netadp/win: install from specified inf (first step to pure non-DIFX …
(edit) @22466   15 years vboxsync VBVA methods in PDMIDISPLAYCONNECTOR.
(edit) @22463   15 years vboxsync VBOXVHWA_OFFSET64_VOID: use UINT64_MAX instead of assuming things …
(edit) @22431   15 years vboxsync iprt/x86.h|mac: Don't include X86DESC64_BASE in the assembly since it …
(edit) @22430   15 years vboxsync VBox/err.mac: regenerated.
(edit) @22429   15 years vboxsync VMM,x86.h/mac: Be more careful with X86DESCHC.
(edit) @22412   15 years vboxsync HGSMI/VBVA updates
(edit) @22357   15 years vboxsync COM, Python: wrappers cleanup, some generic improvments
(edit) @22344   15 years vboxsync PDMDevice: the pointer to pointer to Dev fix.
(edit) @22334   15 years vboxsync PDMR3DriverAttach: implemented, but untested.
(edit) @22328   15 years vboxsync pdmapi.h: spaces
(edit) @22322   15 years vboxsync pdmdrv.h: spaces
(edit) @22318   15 years vboxsync handle required settings upgrade transparently in the settings backend only
(edit) @22305   15 years vboxsync Main: generic callback wrappers mechanism
(edit) @22296   15 years vboxsync Main: fix boot order XML (position indices were wrong), set correct …
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @22247   15 years vboxsync video hw accel: more saved state support impl, bugfixes
(edit) @22242   15 years vboxsync Made TSC underflow checking more generic.
(edit) @22235   15 years vboxsync Reapplied 51023/25
(edit) @22224   15 years vboxsync Backed out 51023/24/25.
(edit) @22223   15 years vboxsync missing assembly struct update
(edit) @22221   15 years vboxsync Added u32UpdateIntervalNS to SUPGIPCPU (experiment)
(edit) @22215   15 years vboxsync video hw accel: basics for saved state support
(edit) @22213   15 years vboxsync Main: make XML settings parser support settings format 1.6 for reading …
(edit) @22198   15 years vboxsync Main: document XML settings versions correctly; bring back DHCP server …
(edit) @22189   15 years vboxsync video hw accel: propper report supported functionality, some code cleaning
(edit) @22188   15 years vboxsync Main: fix crash if VirtualBox.xml is not present.
(edit) @22186   15 years vboxsync Main: fix more windows warnings
(edit) @22185   15 years vboxsync Main: remove VBoxSettings library and link settings code into VBoxSVC …
(edit) @22183   15 years vboxsync Main: fix more windows warnings + burns
(edit) @22181   15 years vboxsync GuestHost/SharedClipboard: use the XFIXES notification extension in …
(edit) @22177   15 years vboxsync Main: fix burns on darwin and linux 64
(edit) @22175   15 years vboxsync Main: fix windows burns/warnings
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @22165   15 years vboxsync crOpenGL: add warning window when additions version is incompatible (#4108)
(edit) @22161   15 years vboxsync CFGM: Added CFGMR3InsertStringW, CFGMR3InsertStringF and …
(edit) @22112   15 years vboxsync DBGF,REM,Diggers: Converted more of the code dealing with debug symbol …
(edit) @22108   15 years vboxsync DBGC: plug-ins in the works.
(edit) @22106   15 years vboxsync DBGF,DBGC: 64-bit stack walking.
(edit) @22105   15 years vboxsync DBGF: Added DBGFSELQI_FLAGS_DT_ADJ_64BIT_MODE for making stack walking …
(edit) @22096   15 years vboxsync Devices/VMMDev: simplify and complete mouse status requests
(edit) @22044   15 years vboxsync Fixed regression in USB over VRDP.
(edit) @22042   15 years vboxsync VMM: refactor CPUID limitation, passed OSType
(edit) @22037   15 years vboxsync VMM: correct report cores count, also expose more CPUID leaves by default
(edit) @22036   15 years vboxsync Updates
(edit) @22028   15 years vboxsync video hw accel: perf improvements: 1.YV12 stored as BGRA, 2.PBO used …
(edit) @21986   15 years vboxsync VBox/vm.h: Avoid VM_IS_EMT in VM_ASSERT_VALID_EXT_RETURN to same a few …
(edit) @21981   15 years vboxsync VMMDev.h: UINT32_C() instead of const-1.
(edit) @21978   15 years vboxsync VbglR3: u32Timeout -> cMillies and other nitpicking.
(edit) @21974   15 years vboxsync Get rid of an annoying assertion during termination; allow disassembly …
(edit) @21939   15 years vboxsync Video Hw Accel: debugging & better color support (still debugging & …
(edit) @21930   15 years vboxsync VBox/param.mac,VBox/err.mac,VBox/x86.mac,iprt/err.mac: regenerated …
(edit) @21927   15 years vboxsync SSM,VBox/err.h: SSMR3SkipToEndOfUnit and more error codes.
(edit) @21913   15 years vboxsync Additions/x11 and common: simplify requests for getting video mode …
(edit) @21912   15 years vboxsync Additions/x11 and common: simplify requests for getting video mode …
(edit) @21820   15 years vboxsync ACPI: implement remappable PM device, better saved states, need some …
(edit) @21806   15 years vboxsync Storage/VBoxHDD: resurrect the facility to dump information about disk …
(edit) @21795   15 years vboxsync include/VBox/ssm.h: Clearified the extern load exec return code (new code).
(edit) @21787   15 years vboxsync SSMR3ValidateFile/ConsoleImpl.cpp: Don't waste lots of time …
(edit) @21783   15 years vboxsync API: make IVirtualBoxErrorInfo available via the webservice, and …
(edit) @21738   15 years vboxsync VMMDev.h: Fixed 32-bit additions build break.
(edit) @21681   15 years vboxsync Solaris/USB: bits.
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