VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12603   17 years vboxsync cpum.h: DR4/5 comment
(edit) @12600   17 years vboxsync Turned dr0..dr7 into an array.
(edit) @12585   17 years vboxsync VBox/types.h: Added the PVMCPU types.
(edit) @12579   17 years vboxsync VMM: Outlined the per CPU data.
(edit) @12578   17 years vboxsync Enable hardware breakpoint support for VT-x and AMD-V.
(edit) @12577   17 years vboxsync +changed chromium to use hgcm instead of tcpip, it works but some …
(edit) @12574   17 years vboxsync APIC: Added helper for calling VMMGetCpuId.
(edit) @12573   17 years vboxsync VMM: Added VMMGetCpuId (stub).
(edit) @12566   17 years vboxsync Backed out 36722, 36764 & 36770; no need for per-cpu mmio registations …
(edit) @12562   17 years vboxsync pdmdev.h: Dumped the devhlp version (MMIO changes are incompatible).
(edit) @12561   17 years vboxsync IOM: Made some minor adjustments to the MMIO CPU registration context …
(edit) @12551   17 years vboxsync be more verbose when logging ATA/SCSI commands
(edit) @12549   17 years vboxsync VMM: Implemented a TSC mode where it's tied to execution and halt …
(edit) @12547   17 years vboxsync runtime.h: added getopt.h
(edit) @12545   17 years vboxsync Updates for per-cpu MMIO range registration. (APIC)
(edit) @12532   17 years vboxsync Backed out previous changes for PATM logging. Breaks saved states. …
(edit) @12525   17 years vboxsync More room for PATM
(edit) @12518   17 years vboxsync r=bird: PDMSCSIREQUEST todos.
(edit) @12508   17 years vboxsync Device/Storage: fix CD/DVD media change problems in passthrough mode.
(edit) @12479   17 years vboxsync Also print ring 0 release assertion messages to the release log. Now …
(edit) @12476   17 years vboxsync BusLogic: Complete the device part.
(edit) @12473   17 years vboxsync export
(edit) @12462   17 years vboxsync Debugger: made tstVBoxDbg useful again.
(edit) @12449   17 years vboxsync +changed IFramebuffer interface to report id of associated window if …
(edit) @12437   17 years vboxsync mac build fix.
(edit) @12435   17 years vboxsync DBGGui / VirtualBox4: check the vtable version.
(edit) @12424   17 years vboxsync DBGGui,VirtualBox4: dynamically load the debugger GUI (VBoxDBG).
(edit) @12423   17 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12408   17 years vboxsync pgm.h: macro safety.
(edit) @12407   17 years vboxsync Refined the PGM pool flush check. No need to flush when switching …
(edit) @12375   17 years vboxsync wtf
(edit) @12371   17 years vboxsync warnings
(edit) @12341   17 years vboxsync iprt/dir.h: RTDIRENTRY clearification
(edit) @12324   17 years vboxsync PDMThread: New API PDMR3ThreadSleep. Fixed a per thread event sem leak.
(edit) @12305   17 years vboxsync Flush the recompiler's TB cache each time we detect writes to …
(edit) @12299   17 years vboxsync Add option to REMR3State to flush all TBs. (currently not yet active)
(edit) @12297   17 years vboxsync Version 2 of remote USB protocol.
(edit) @12278   17 years vboxsync Devices/VMMDev: send a guest event too when the absolute mode mouse …
(edit) @12238   17 years vboxsync iprt/asm.h: next try
(edit) @12237   17 years vboxsync fixed r36224
(edit) @12235   17 years vboxsync less input registers
(edit) @12232   17 years vboxsync iprt/asm.h: better fix
(edit) @12225   17 years vboxsync VMM: X86_DR7_ENABLED_MASK should not include GD, because it isn't a …
(edit) @12223   17 years vboxsync iprt/asm.h: Fixed gnu asm bug in ASMSetDR*(), the input (uDRVal) was …
(edit) @12221   17 years vboxsync iprt/asm.h: Use the intrinsic readdr and writedr introduced in VC …
(edit) @12176   17 years vboxsync ASMAtomicXchgU64 fix
(edit) @12164   17 years vboxsync iprt/asm.h: Forced the darwin build into working. Needs cleanup.
(edit) @12156   17 years vboxsync not necessary
(edit) @12155   17 years vboxsync gcc found this bug
(edit) @12153   17 years vboxsync asm fixes for gcc-4.3, hope this compiles
(edit) @12147   17 years vboxsync IPRT: added RTLOG_REL_DISABLE and RTLOG_REL_ENABLE for disabling …
(edit) @12131   17 years vboxsync Comment added
(edit) @12128   17 years vboxsync Release logging in ring 0 seems to cause problems (memory corruption). …
(edit) @12119   17 years vboxsync Added X86_DR6_INIT_VAL
(edit) @12104   17 years vboxsync iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
(edit) @12092   17 years vboxsync Compile fixes
(edit) @12088   17 years vboxsync fix Linux builds
(edit) @12087   17 years vboxsync Functions for setting dr0-3, 6 & 7.
(edit) @12086   17 years vboxsync Functions to fetch dr0-3 & 6.
(edit) @12079   17 years vboxsync More specific error messages for unexpected VT-x failures.
(edit) @12065   17 years vboxsync Missing VMXGetActiveVMCS (unused).
(edit) @12064   17 years vboxsync More space for hwaccm
(edit) @12059   17 years vboxsync Harmless updates
(edit) @11961   17 years vboxsync VRDPAuth.h: explain binary UUID representation in comment
(edit) @11946   17 years vboxsync Fetched esp from the wrong place (1.6 compatibility)
(edit) @11944   17 years vboxsync Updates for state saving
(edit) @11934   17 years vboxsync minor header update
(edit) @11911   17 years vboxsync Corrected size for 64 bits host case.
(edit) @11897   17 years vboxsync Resync the whole CPU state after saved state restore.
(edit) @11894   17 years vboxsync Correction for raw mode on 64 bits hosts.
(edit) @11889   17 years vboxsync VMM/SUP: Added SUPR3HardenedVerifyFile and use it to verify files we load.
(edit) @11888   17 years vboxsync IPRT: added RTLdrGetSuff.
(edit) @11853   17 years vboxsync IPRT: Added a 'append' flag to the logger.
(edit) @11841   17 years vboxsync IPRT: RTR3InitEx.
(edit) @11836   17 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11822   17 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11820   17 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11814   17 years vboxsync Initial commit of the NetFlt driver for Windows
(edit) @11808   17 years vboxsync Deal with GCPtr differences between 1.6 & 2.0 saved states.
(edit) @11798   17 years vboxsync Fixing backwards compatibility for CPUMCTX.
(edit) @11794   17 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11756   17 years vboxsync Use the wbinvd intercept if it's present in the secondary control.
(edit) @11725   17 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11704   17 years vboxsync Allow enabling and disabling of the PAT cpuid feature.
(edit) @11688   17 years vboxsync Some more MSR logging
(edit) @11649   17 years vboxsync BusLogic: FreeBSD works
(edit) @11643   17 years vboxsync compile fix
(edit) @11642   17 years vboxsync another guest additions 32/64 bit hack
(edit) @11605   17 years vboxsync backdoor logging for AMD64 guests
(edit) @11596   17 years vboxsync iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
(edit) @11562   17 years vboxsync Runtime: Remove fifo implementation, request queues are much better
(edit) @11561   17 years vboxsync Use request packets instead of the fifo implementation
(edit) @11558   17 years vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11556   17 years vboxsync BusLogic: updates, Linux guests are working and R0/GC components are …
(edit) @11555   17 years vboxsync Runtime: little threadsafe fifo implementation for passing things to …
(edit) @11546   17 years vboxsync attempt to fix the Windows builds
(edit) @11538   17 years vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11523   17 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11508   17 years vboxsync Added emulation of cmpxchg & lock cmpxchg (not yet used).
(edit) @11502   17 years vboxsync BusLogic SCSI: update, stub for generic SCSI request parsing and …
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