VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12577   16 years vboxsync +changed chromium to use hgcm instead of tcpip, it works but some …
(edit) @12574   16 years vboxsync APIC: Added helper for calling VMMGetCpuId.
(edit) @12573   16 years vboxsync VMM: Added VMMGetCpuId (stub).
(edit) @12566   16 years vboxsync Backed out 36722, 36764 & 36770; no need for per-cpu mmio registations …
(edit) @12562   16 years vboxsync pdmdev.h: Dumped the devhlp version (MMIO changes are incompatible).
(edit) @12561   16 years vboxsync IOM: Made some minor adjustments to the MMIO CPU registration context …
(edit) @12551   16 years vboxsync be more verbose when logging ATA/SCSI commands
(edit) @12549   16 years vboxsync VMM: Implemented a TSC mode where it's tied to execution and halt …
(edit) @12545   16 years vboxsync Updates for per-cpu MMIO range registration. (APIC)
(edit) @12532   16 years vboxsync Backed out previous changes for PATM logging. Breaks saved states. …
(edit) @12525   16 years vboxsync More room for PATM
(edit) @12518   16 years vboxsync r=bird: PDMSCSIREQUEST todos.
(edit) @12508   16 years vboxsync Device/Storage: fix CD/DVD media change problems in passthrough mode.
(edit) @12479   16 years vboxsync Also print ring 0 release assertion messages to the release log. Now …
(edit) @12476   16 years vboxsync BusLogic: Complete the device part.
(edit) @12473   16 years vboxsync export
(edit) @12462   16 years vboxsync Debugger: made tstVBoxDbg useful again.
(edit) @12449   16 years vboxsync +changed IFramebuffer interface to report id of associated window if …
(edit) @12437   16 years vboxsync mac build fix.
(edit) @12435   16 years vboxsync DBGGui / VirtualBox4: check the vtable version.
(edit) @12424   16 years vboxsync DBGGui,VirtualBox4: dynamically load the debugger GUI (VBoxDBG).
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12408   16 years vboxsync pgm.h: macro safety.
(edit) @12407   16 years vboxsync Refined the PGM pool flush check. No need to flush when switching …
(edit) @12375   16 years vboxsync wtf
(edit) @12371   16 years vboxsync warnings
(edit) @12324   16 years vboxsync PDMThread: New API PDMR3ThreadSleep. Fixed a per thread event sem leak.
(edit) @12305   16 years vboxsync Flush the recompiler's TB cache each time we detect writes to …
(edit) @12299   16 years vboxsync Add option to REMR3State to flush all TBs. (currently not yet active)
(edit) @12297   16 years vboxsync Version 2 of remote USB protocol.
(edit) @12278   16 years vboxsync Devices/VMMDev: send a guest event too when the absolute mode mouse …
(edit) @12225   16 years vboxsync VMM: X86_DR7_ENABLED_MASK should not include GD, because it isn't a …
(edit) @12155   16 years vboxsync gcc found this bug
(edit) @12119   16 years vboxsync Added X86_DR6_INIT_VAL
(edit) @12079   16 years vboxsync More specific error messages for unexpected VT-x failures.
(edit) @12065   16 years vboxsync Missing VMXGetActiveVMCS (unused).
(edit) @12064   16 years vboxsync More space for hwaccm
(edit) @12059   16 years vboxsync Harmless updates
(edit) @11961   16 years vboxsync VRDPAuth.h: explain binary UUID representation in comment
(edit) @11946   16 years vboxsync Fetched esp from the wrong place (1.6 compatibility)
(edit) @11944   16 years vboxsync Updates for state saving
(edit) @11934   16 years vboxsync minor header update
(edit) @11911   16 years vboxsync Corrected size for 64 bits host case.
(edit) @11897   16 years vboxsync Resync the whole CPU state after saved state restore.
(edit) @11894   16 years vboxsync Correction for raw mode on 64 bits hosts.
(edit) @11889   16 years vboxsync VMM/SUP: Added SUPR3HardenedVerifyFile and use it to verify files we load.
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11814   16 years vboxsync Initial commit of the NetFlt driver for Windows
(edit) @11808   16 years vboxsync Deal with GCPtr differences between 1.6 & 2.0 saved states.
(edit) @11798   16 years vboxsync Fixing backwards compatibility for CPUMCTX.
(edit) @11794   16 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11756   16 years vboxsync Use the wbinvd intercept if it's present in the secondary control.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11704   16 years vboxsync Allow enabling and disabling of the PAT cpuid feature.
(edit) @11688   16 years vboxsync Some more MSR logging
(edit) @11649   16 years vboxsync BusLogic: FreeBSD works
(edit) @11643   16 years vboxsync compile fix
(edit) @11642   16 years vboxsync another guest additions 32/64 bit hack
(edit) @11561   16 years vboxsync Use request packets instead of the fifo implementation
(edit) @11556   16 years vboxsync BusLogic: updates, Linux guests are working and R0/GC components are …
(edit) @11508   16 years vboxsync Added emulation of cmpxchg & lock cmpxchg (not yet used).
(edit) @11502   16 years vboxsync BusLogic SCSI: update, stub for generic SCSI request parsing and …
(edit) @11484   16 years vboxsync Storage/VBoxHDD-new: Add information about configuration settings …
(edit) @11444   16 years vboxsync Storage/VBoxHDD-new: introduced VD interfaces per image and per …
(edit) @11435   16 years vboxsync Storage: big cleanup of the VD interfaces, especially hide the linked …
(edit) @11424   16 years vboxsync Emulate stosw/d/q ourselves.
(edit) @11421   16 years vboxsync Storage/VBoxHDD-new: Added backend info, listing the supported file …
(edit) @11410   16 years vboxsync BusLogic: initial commit
(edit) @11390   16 years vboxsync Changed definition of ComSafeArrayInIsNull to work properly on Windows …
(edit) @11379   16 years vboxsync Rolled back r34628 changes.
(edit) @11378   16 years vboxsync PerfAPI: VBoxManage metrics command implementation. Removed an …
(edit) @11372   16 years vboxsync VRDP server interface version 2 (contrubuted by Sun) with redirection …
(edit) @11370   16 years vboxsync Deal with flushing of pgm pool pages when an injected event triggers …
(edit) @11353   16 years vboxsync VBoxHDD-new: add new UUID parameter to image creation, specifying …
(edit) @11306   16 years vboxsync VBox/type.h: Fixed PTMTIMER.
(edit) @11305   16 years vboxsync VBox/types.h: Retired unused types VBOXHCPHYS, PVBOXHCPHYS, …
(edit) @11304   16 years vboxsync tm: Retired PTMTIMERGC.
(edit) @11303   16 years vboxsync pdm: Retired PPDMDEVINSGC.
(edit) @11302   16 years vboxsync vm: VM_RC_ADDR
(edit) @11301   16 years vboxsync vmapi: Removed unused & deprecated macro VM_HOST_ADDR.
(edit) @11300   16 years vboxsync pgm: Removed unused PGMPAGE_* defines.
(edit) @11297   16 years vboxsync pdm: Retired PDMINS2DATA.
(edit) @11295   16 years vboxsync pdm: Retired PDMINS2DATA_GCPTR, PDMINS2DATA_R0PTR and PDMINS2DATA_R3PTR.
(edit) @11294   16 years vboxsync pdm: Retired PDMDEVINS_2_GCPTR.
(edit) @11292   16 years vboxsync pdm: Retired PDM_SRC_POS.
(edit) @11291   16 years vboxsync mm: Removed some unused deprecated macros.
(edit) @11290   16 years vboxsync tm: removed TMTimerGCPtr.
(edit) @11261   16 years vboxsync #1865: DevPIC.
(edit) @11224   16 years vboxsync PDM: GC->RC, HC->R3 wrt PCI bus registration.
(edit) @11220   16 years vboxsync pdmdev.h: DECLRCCALLBACKMEMBER
(edit) @11219   16 years vboxsync #1865: DevAPIC.
(edit) @11177   16 years vboxsync Bump VM RAM limit to 3.5GByte. More isn't possible right now …
(edit) @11176   16 years vboxsync VBoxHDD-new: VDGetInterface* has a pointer to the interface descriptor …
(edit) @11169   16 years vboxsync #1865: PCI.
(edit) @11164   16 years vboxsync #1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @11155   16 years vboxsync TMTimerRCPtr and some types.
(edit) @11153   16 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @11150   16 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @11149   16 years vboxsync PDMDEVINS_2_RCPTR
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