VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8217   17 years vboxsync Added CSAMR3UnmonitorPage
(edit) @8194   17 years vboxsync OS/2: Fixed builds.
(edit) @8165   17 years vboxsync rebrand IPRT and other headers
(edit) @8164   17 years vboxsync rebrand IPRT and other headers
(edit) @8163   17 years vboxsync rebrand IPRT
(edit) @8160   17 years vboxsync All CRx registers are now 64 bits.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8149   17 years vboxsync More 64 bits disassembler updates
(edit) @8147   17 years vboxsync Extended RTGetOpt: o Support 8-, 16- and 64-bit types too. o Added …
(edit) @8145   17 years vboxsync Solaris host USB: some USBLib and ring-0 stuff (disabled).
(edit) @8142   17 years vboxsync Some updates for 64 bits disassembly
(edit) @8127   17 years vboxsync 32-bit-to-PAE switcher fixed
(edit) @8113   17 years vboxsync The recompiler must refresh its cpuid cache when we change a cpuid feature.
(edit) @8112   17 years vboxsync Another attempt at a proper check. (init order messed up the previous one)
(edit) @8111   17 years vboxsync The previous check for PAE was too strict.
(edit) @8108   17 years vboxsync Updated check. Added PGMGetHostMode.
(edit) @8098   17 years vboxsync Emulate cmpxchg8b in GC.
(edit) @8055   17 years vboxsync Main/Settigs: Redone semi-faulty r29679: When reading from settings …
(edit) @8054   17 years vboxsync Rebranding: Main vendor / copyright resource strings.
(edit) @8029   17 years vboxsync Main: Reverted r29679 (some file access problems).
(edit) @8020   17 years vboxsync Main/Settigs: Disabled File (..., RTFILE aHandle, ...) constructor …
(edit) @8014   17 years vboxsync Darwin USB.
(edit) @8006   17 years vboxsync Speed up logo fade in/out.
(edit) @7943   17 years vboxsync 'p' means already 'pointer'
(edit) @7920   17 years vboxsync Adjusted the RTSemRW interface to do recursion. Updated the posix …
(edit) @7905   17 years vboxsync Changed CRx parameter size
(edit) @7888   17 years vboxsync Moved remained logic to VGA device.
(edit) @7853   17 years vboxsync RT_C_IS_ODIGIT
(edit) @7837   17 years vboxsync r=bird: Expressions in paranthesis.
(edit) @7831   17 years vboxsync net: moved the wait/notify mechanism for receive buffers into the device
(edit) @7823   17 years vboxsync eol-style and keywords again
(edit) @7821   17 years vboxsync PDMAsyncCompletion: move the host specific part into separate files. …
(edit) @7818   17 years vboxsync fixed+re-applied r29399
(edit) @7817   17 years vboxsync backed out r29399
(edit) @7816   17 years vboxsync fixed annoying gcc warnings about dereferencing type-punned pointers
(edit) @7814   17 years vboxsync Use dirty bits instead of pfnUpdateRect.
(edit) @7801   17 years vboxsync HGCM: Add user data pointer to HGCM service function table
(edit) @7790   17 years vboxsync Increased Windows USB host driver version.
(edit) @7788   17 years vboxsync Properly determine USB port version on Windows hosts.
(edit) @7781   17 years vboxsync Forgotten header file.
(edit) @7774   17 years vboxsync Moved the LOGO_* defines and LOGOHDR to a common header instead of …
(edit) @7770   17 years vboxsync no change (white space).
(edit) @7768   17 years vboxsync Added a VMState dev/usb/drvhlp.
(edit) @7757   17 years vboxsync TMCLOCK_VIRTUAL_SYNC remark.
(edit) @7755   17 years vboxsync Added a flag to the MMIO2 registration and did some other MMIO2 …
(edit) @7752   17 years vboxsync Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists …
(edit) @7745   17 years vboxsync Added enmSpeed to USBDEVICE, needed to figure out where to attach a device.
(edit) @7731   17 years vboxsync MMIO cleanup in progress.
(edit) @7730   17 years vboxsync Added CPUMSet/GetGuestEFER. Corrected NX bit handling.
(edit) @7728   17 years vboxsync Some cleanup. CheckPageFault: implemented PAE case
(edit) @7726   17 years vboxsync Moved the R0/GC registration out of IOMAll.cpp and into IOM.cpp since …
(edit) @7725   17 years vboxsync stripped duplicate doxygen docs.
(edit) @7715   17 years vboxsync Renamed PDPTR to PDPT. Added preliminary code for executing code with …
(edit) @7709   17 years vboxsync Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.
(edit) @7706   17 years vboxsync Regenerated assembly headers.
(edit) @7705   17 years vboxsync Fixed some comments. Added a todo on my PDPTR mistake.
(edit) @7695   17 years vboxsync Added system MSRs to the CPUMCTX structure. Sync them in REM as well.
(edit) @7694   17 years vboxsync Introducing 32 & 64 bits RTGCPTR types. (preparational work)
(edit) @7688   17 years vboxsync PCnet: some cleanup, use host-provided RX buffers but don't access …
(edit) @7682   17 years vboxsync export
(edit) @7677   17 years vboxsync Cleanup
(edit) @7676   17 years vboxsync Cleaned up. AMD64 shadow paging is only valid with AMD64 guest paging. …
(edit) @7670   17 years vboxsync Fix forgotten log group define.
(edit) @7666   17 years vboxsync Put back the original PAE defines. AMD differs from Intel wrt valid …
(edit) @7660   17 years vboxsync Split off amd64
(edit) @7659   17 years vboxsync 36 bits physical address
(edit) @7655   17 years vboxsync PAE fixes & changes
(edit) @7645   17 years vboxsync CPUMCPUIDFEATURE_LONG_MODE added
(edit) @7644   17 years vboxsync Added CPUMCPUIDFEATURE_PAE
(edit) @7638   17 years vboxsync Another one.
(edit) @7637   17 years vboxsync cmpxchgl may change eax on failure, so tell the compiler that it …
(edit) @7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @7633   17 years vboxsync ASMMemIsAllU32
(edit) @7629   17 years vboxsync Initial cleanup for PAE
(edit) @7620   17 years vboxsync RTGCPHYS is now 64 bits
(edit) @7613   17 years vboxsync better fix for r29105 (see #2680): Make PGM3PhysGrowRange() take …
(edit) @7607   17 years vboxsync Main: Added more OS Type IDs.
(edit) @7606   17 years vboxsync Fixed PHYS_PAGE_ADDRESS.
(edit) @7604   17 years vboxsync Stripped doxygen function headers from the header - documented in source.
(edit) @7602   17 years vboxsync Runtime: switch guest R3 logging from backdoor to normal (with …
(edit) @7598   17 years vboxsync Corrected wrong macro use to mask physical addresses
(edit) @7588   17 years vboxsync Another correction
(edit) @7582   17 years vboxsync Correction
(edit) @7581   17 years vboxsync 64 bits physical address save/restore
(edit) @7578   17 years vboxsync Added RTGCPHYS64
(edit) @7567   17 years vboxsync uint32_t -> RTGCPHYS32
(edit) @7536   17 years vboxsync freebsd todo.
(edit) @7528   17 years vboxsync synced the VbglR3HostLikesVideoMode prototype.
(edit) @7519   17 years vboxsync Cosmetic changes to VbglR3SetGuestCaps.
(edit) @7517   17 years vboxsync Additions/FreeBSD: initial commit Mostly tested on FreeBSD 7.0. …
(edit) @7497   17 years vboxsync Missing header
(edit) @7475   17 years vboxsync VERR_VMX_MSR_LOCKED_OR_DISABLED
(edit) @7474   17 years vboxsync VERR_VMX_MSR_LOCKED
(edit) @7473   17 years vboxsync VERR_VMX_INIT_CPUS_FAILED added
(edit) @7471   17 years vboxsync Rewrote VT-x & AMD-V mode changes. Requires the MP apis in our runtime …
(edit) @7464   17 years vboxsync Additions/x11: use the VideoModeSupported guest request to check …
(edit) @7456   17 years vboxsync Disassemble vmread/vmwrite
(edit) @7452   17 years vboxsync MSR_IA32_VMX_BASIC_INFO_VMCS_SIZE fix
(edit) @7448   17 years vboxsync Runtime/Logger: added "LOG_TO_BACKDOOR_FULL" for guest R3 executables …
(edit) @7437   17 years vboxsync Additions/common: add ring 3 call to set guest capabilities and make …
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