VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21399   15 years vboxsync timerlr-generic.cpp,iprt/timer.h: Skip ticks if we're more than 60 …
(edit) @21398   15 years vboxsync iprt/cdefs.h: cosmetics.
(edit) @21397   15 years vboxsync iprt/cdefs.h: RT_THROW should be a noop on MSC - limited to 14.00 atm, …
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21392   15 years vboxsync iprt/cdefs.h: Restored RT_THROW.
(edit) @21391   15 years vboxsync IPRT: simplify r49759 (not needed)
(edit) @21390   15 years vboxsync iprt/cdefs.h: RT_EXCEPTIONS_ENABLED, RT_THROW and RT_THROW_BAD_ALLOC.
(edit) @21388   15 years vboxsync IPRT: doc fix
(edit) @21377   15 years vboxsync iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
(edit) @21374   15 years vboxsync iprt/log.h: Corrected RTLOGFLAGS_PREFIX_MASK.
(edit) @21369   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21363   15 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21362   15 years vboxsync backing out r49709 to fix windows burns for now
(edit) @21360   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21359   15 years vboxsync fixed a gcc warning
(edit) @21358   15 years vboxsync IPRT: ministring crash fix + documentation
(edit) @21352   15 years vboxsync Fixed a VCC warning.
(edit) @21343   15 years vboxsync export vboxnetflt for Windows to OSE
(edit) @21333   15 years vboxsync Net[Flt,Adp]/win: export to OSE, disabled by default
(edit) @21327   15 years vboxsync cpumR3Load: ignore some advanced capability bits, that we don't expose …
(edit) @21320   15 years vboxsync Extra CPUID 1 ecx capability bits
(edit) @21284   15 years vboxsync RTR0MemAreKernelAndUserRangesDifferent -> …
(edit) @21282   15 years vboxsync iprt/mem.h: Added RTR0MemAreKernelAndUserRangesDifferent.
(edit) @21265   15 years vboxsync iprt/mem.h: Added APIs for basic user mode memory handling from ring-0.
(edit) @21260   15 years vboxsync VBGL: Renamed the internal HGCM functions and added a kernel/user mode …
(edit) @21253   15 years vboxsync video hw accel: Blt fixes/enhances, Flip basis for Guest driver & …
(edit) @21252   15 years vboxsync First attempt to enable hypervisor breakpoints with vt-x/amd-v guests
(edit) @21236   15 years vboxsync Windows build fix
(edit) @21235   15 years vboxsync windows build fix
(edit) @21234   15 years vboxsync IPRT: added ASMMemoryFenceSSE2(), ASMWriteFenceSSE(), …
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21226   15 years vboxsync VMMDev.h: cleanup.
(edit) @21225   15 years vboxsync Eliminated the VMMDEVHYP[PTR|PHYS]* types.
(edit) @21224   15 years vboxsync VBoxGuest.* cleanup.
(edit) @21223   15 years vboxsync Moving VMMDEV bits from VBoxGuest.h to VMMDev.h
(edit) @21219   15 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @21217   15 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @21212   15 years vboxsync VBoxGuest.h: This is the driver interface definition.
(edit) @21211   15 years vboxsync VBoxGuest.h,VBoxGuestLib: Moved the VbglR3 API out of VBoxGuest.h and …
(edit) @21210   15 years vboxsync Updates
(edit) @21209   15 years vboxsync Updates for io instruction restarts
(edit) @21208   15 years vboxsync Started with saving pending failed IO instructions.
(edit) @21188   15 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @21187   15 years vboxsync Deal with operand size and mod default values for certain instructions …
(edit) @21177   15 years vboxsync forgot this
(edit) @21156   15 years vboxsync IPRT: fix valgrind warnings about ministring + self assignment
(edit) @21154   15 years vboxsync fixed potential uninitialized member of ministring
(edit) @21145   15 years vboxsync Use ASMAtomicBitTestAndClear for VM_FF_TESTANDCLEAR.
(edit) @21144   15 years vboxsync Prevent future mistakes with VM_FF_TESTANDCLEAR
(edit) @21140   15 years vboxsync Config.kmk,VBoxGuest.h: temp hacks.
(edit) @21118   15 years vboxsync VBoxGuest (common): building on linux.
(edit) @21111   15 years vboxsync DBGF,DBGC: Added DBGFR3AsSymbolByName and DBGFR3AsSymbolByAddr. Start …
(edit) @21110   15 years vboxsync RTDbg: Some adjustments and fixes.
(edit) @21109   15 years vboxsync iprt/cdefs.h: Fixed RT_FROM_MEMBER.
(edit) @21106   15 years vboxsync iprt/types.h: _MAX & _MIN defines for a bunch of types.
(edit) @21098   15 years vboxsync export to OSE
(edit) @21094   15 years vboxsync VMM: Added MMR3HyperAllocOnceNoRelEx so that we can force the ring-0 …
(edit) @21092   15 years vboxsync iprt/cdefs.h: Added RT_STR(str) and RT_XSTR(str).
(edit) @21085   15 years vboxsync Main: fix class import/export linkage by using RT_DECL_CLASS (r49346)
(edit) @21084   15 years vboxsync iprt/cdefs.h: RT_DECL_CLASS.
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21072   15 years vboxsync VBoxGuest.h: oops, build fix.
(edit) @21069   15 years vboxsync VBoxGuest (common): porting to linux. some cleanup. currently untested.
(edit) @21046   15 years vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @21045   15 years vboxsync IPRT: Fixed RTStrmClearError so that it clears the error on the stream …
(edit) @21025   15 years vboxsync Storage/VBoxHDD: modify VDCopy so that it can copy to existing images
(edit) @21021   15 years vboxsync Add VM_FF_PDM_QUEUES as a reason to return to ring-3
(edit) @21000   15 years vboxsync forgot vmm.h
(edit) @20994   15 years vboxsync cpum.mac: file header.
(edit) @20992   15 years vboxsync VMMR0JmpA-amd64.asm: Save non-volatile XMM registers on Windows/AMD64.
(edit) @20989   15 years vboxsync usb-win: Detect and report data underruns (unexpected short packets) …
(edit) @20985   15 years vboxsync video hw accel: colorkey support in guest driver, checking gl caps …
(edit) @20973   15 years vboxsync Remote USB protocol version 3.
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20906   15 years vboxsync video hw accel: color keying & color conversion basics impl for QGL …
(edit) @20880   15 years vboxsync Queue suspend and power off calls from the VM for SMP guests (deadlock …
(edit) @20874   15 years vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20873   15 years vboxsync VMMGCCallHost -> VMMRZCallRing3[NoCpu].
(edit) @20871   15 years vboxsync VMM: Make sure there is enough room for a few physical handler …
(edit) @20869   15 years vboxsync VMMR3RawRunGC: cause guru meditation if cr3 mismatches. …
(edit) @20866   15 years vboxsync SUP: Removed two obsolete allocation APIs.
(edit) @20864   15 years vboxsync SUP,*: API cleanup.
(edit) @20862   15 years vboxsync SUP: Made SUPPageLock and SUPPageUnlock internal to SUP.
(edit) @20860   15 years vboxsync SUP: Bumped major version because of layout changes in RTLOGGER. …
(edit) @20859   15 years vboxsync IPRT: Increased the logger buffer and replaced a bunch RTUINT with …
(edit) @20853   15 years vboxsync IPRT: Added custom prefix callback to the logger.
(edit) @20847   15 years vboxsync pdmdev.h: major version (not really important, but whatever).
(edit) @20838   15 years vboxsync NMI updates
(edit) @20835   15 years vboxsync Interface for generating NMI & SMI added.
(edit) @20809   15 years vboxsync Runtime/getopt: new parameter value type 'UUID'
(edit) @20804   15 years vboxsync Introduced VMCPUID_OTHER
(edit) @20801   15 years vboxsync IPRT: The rest of the basic RTDbgMod code.
(edit) @20800   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20799   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20789   15 years vboxsync iprt/asm.h: larger notes about alignment.
(edit) @20785   15 years vboxsync IPRT: the ASMAtomicBit* functions must work on 32-bit …
(edit) @20756   15 years vboxsync IPRT: More RTDbg coding - generic container is mostly done now.
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