VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @21669   15 years vboxsync reverted r50150 as it fixes nothing.
(edit) @21653   15 years vboxsync TPR patching updates
(edit) @21652   15 years vboxsync Updates + compile fixes
(edit) @21650   15 years vboxsync Missed header file update
(edit) @21645   15 years vboxsync Naming changes
(edit) @21644   15 years vboxsync Register guest allocated memory (locked & executable) for patching …
(edit) @21625   15 years vboxsync HostServices: attempt to fix a burn
(edit) @21623   15 years vboxsync HostServices: added getBuffer and getString methods to the host …
(edit) @21620   15 years vboxsync TPR access optimization experiments (disabled).
(edit) @21609   15 years vboxsync video hw accel: raise interrupts for urgent commands only, hgsmi …
(edit) @21588   15 years vboxsync Main: move vbox-independent OVF reader code to separate file; move …
(edit) @21559   15 years vboxsync COM: implemented arrays support for Visual Basic (not VBS), sample …
(edit) @21553   15 years vboxsync video hw accel: overlay & flip fixes
(edit) @21523   15 years vboxsync crOpenGL: add protocol version check(4108), add max connected clients check
(edit) @21521   15 years vboxsync fixed burn
(edit) @21515   16 years vboxsync make the headers build cleanly again
(edit) @21506   16 years vboxsync VBoxGuest,VMMDev: New HGCM cancellation request.
(edit) @21490   16 years vboxsync video hw accel: overlay support (not debugged yet), better colorkey & …
(edit) @21488   16 years vboxsync VMMDev.h: Added VBOX_HGCM_F_PARM_ARE_VALID(fFlags).
(edit) @21485   16 years vboxsync sf: parameter validation.
(edit) @21463   16 years vboxsync VMMDev.h: doxygen
(edit) @21461   16 years vboxsync VBoxGuestLib: Implemented detection of physical page list support.
(edit) @21458   16 years vboxsync VMMDevHGCMParmType_PhysAddr is not a valid parameter any longer.
(edit) @21457   16 years vboxsync VMMDev: Adjusted and implemented GetHostVersion.
(edit) @21456   16 years vboxsync HGCM&Co: physical page list.
(edit) @21435   16 years vboxsync Main: teach Bstr to convert from a MiniString as well as Utf8Str
(edit) @21427   16 years vboxsync Main: remove dead code
(edit) @21412   16 years vboxsync Add,++: Switch to common addition kernel module.
(edit) @21409   16 years vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21369   16 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21363   16 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21359   16 years vboxsync fixed a gcc warning
(edit) @21343   16 years vboxsync export vboxnetflt for Windows to OSE
(edit) @21333   16 years vboxsync Net[Flt,Adp]/win: export to OSE, disabled by default
(edit) @21327   16 years vboxsync cpumR3Load: ignore some advanced capability bits, that we don't expose …
(edit) @21320   16 years vboxsync Extra CPUID 1 ecx capability bits
(edit) @21260   16 years vboxsync VBGL: Renamed the internal HGCM functions and added a kernel/user mode …
(edit) @21253   16 years vboxsync video hw accel: Blt fixes/enhances, Flip basis for Guest driver & …
(edit) @21252   16 years vboxsync First attempt to enable hypervisor breakpoints with vt-x/amd-v guests
(edit) @21227   16 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21226   16 years vboxsync VMMDev.h: cleanup.
(edit) @21225   16 years vboxsync Eliminated the VMMDEVHYP[PTR|PHYS]* types.
(edit) @21224   16 years vboxsync VBoxGuest.* cleanup.
(edit) @21223   16 years vboxsync Moving VMMDEV bits from VBoxGuest.h to VMMDev.h
(edit) @21219   16 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @21217   16 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @21212   16 years vboxsync VBoxGuest.h: This is the driver interface definition.
(edit) @21211   16 years vboxsync VBoxGuest.h,VBoxGuestLib: Moved the VbglR3 API out of VBoxGuest.h and …
(edit) @21210   16 years vboxsync Updates
(edit) @21209   16 years vboxsync Updates for io instruction restarts
(edit) @21208   16 years vboxsync Started with saving pending failed IO instructions.
(edit) @21188   16 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @21187   16 years vboxsync Deal with operand size and mod default values for certain instructions …
(edit) @21177   16 years vboxsync forgot this
(edit) @21145   16 years vboxsync Use ASMAtomicBitTestAndClear for VM_FF_TESTANDCLEAR.
(edit) @21144   16 years vboxsync Prevent future mistakes with VM_FF_TESTANDCLEAR
(edit) @21140   16 years vboxsync Config.kmk,VBoxGuest.h: temp hacks.
(edit) @21118   16 years vboxsync VBoxGuest (common): building on linux.
(edit) @21111   16 years vboxsync DBGF,DBGC: Added DBGFR3AsSymbolByName and DBGFR3AsSymbolByAddr. Start …
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