VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
(edit) @20243   16 years vboxsync View HW Accel: guest ddraw command definitions, moved opengl …
(edit) @20226   16 years vboxsync usb: Removed remnants of a failed attempts to create a shared USB timer.
(edit) @20186   16 years vboxsync Solaris/VBoxUSB: dir mask.
(edit) @20184   16 years vboxsync include/VBox/vusb.h: added VUSB_DIR_TO_DEVICE.
(edit) @20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
(edit) @20158   16 years vboxsync Extra VCPU checks. Attempt to fix alignment issue
(edit) @20154   16 years vboxsync PCI: The risky half of the remapping fix. Fixes #1587 and #3903.
(edit) @20153   16 years vboxsync SSM,PCI: We must restore the PCI configuration registers before PGM so …
(edit) @20152   16 years vboxsync Added DBGFR3InfoLogRel and DBGFR3InfoStdErr.
(edit) @20114   16 years vboxsync SSM: Added SSMR3Skip.
(edit) @20096   16 years vboxsync VBox/pdmdrv.h,TM: user argument and flags for driver timers.
(edit) @20094   16 years vboxsync VBox/pdmdev.h: Retired pfnTMTimerCreateExternal.
(edit) @20093   16 years vboxsync VBox/pdmdev.h: bumped PDM_DEVHLP_VERSION.
(edit) @20092   16 years vboxsync DevAPIC,PDM: timer critsect.
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @20071   16 years vboxsync Bit more REM locking
(edit) @20056   16 years vboxsync Backed out 47770 & 47771 (failed experiment)
(edit) @20037   16 years vboxsync TPR read/write updates
(edit) @20009   16 years vboxsync Video HW Accel: guest->host command mechanism fixes
(edit) @20008   16 years vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @20001   16 years vboxsync Cleaned up PDMGet/SetTPR.
(edit) @19995   16 years vboxsync Introduced PDMHasIoApic.
(edit) @19993   16 years vboxsync Proper handling of VMX_EXIT_APIC_ACCESS
(edit) @19992   16 years vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19984   16 years vboxsync Some APIC access updates (disabled)
(edit) @19968   16 years vboxsync HostDVD: Add basic support for FreeBSD. Passthrough is working quite …
(edit) @19959   16 years vboxsync pdmifs.h: r=bird: added todos.
(edit) @19903   16 years vboxsync Invalidation cleanup
(edit) @19891   16 years vboxsync VBox/sup.h: Corrected the SUPSemEvent*Close() return code docs.
(edit) @19875   16 years vboxsync HostServices and GuestHost/SharedClipboard: hopefully fixed the broken …
(edit) @19866   16 years vboxsync SUP: Expose ring-0 event semaphores to ring-3, part 1.
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19842   16 years vboxsync SharedClipboard/GuestHost and HostServices/x11: use asynchronous host …
(edit) @19821   16 years vboxsync TM: TMTimerPoll cleanup.
(edit) @19816   16 years vboxsync Forgotten update
(edit) @19812   16 years vboxsync Implemented HWACCMFlushAllTLBs
(edit) @19810   16 years vboxsync TM: TMTimerPoll hacking.
(edit) @19808   16 years vboxsync Invalidate is per VCPU.
(edit) @19807   16 years vboxsync Some more locking updates
(edit) @19758   16 years vboxsync dbgf.h: build fix (darwin/gcc401 doesn't like the fancy calculation).
(edit) @19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
(edit) @19747   16 years vboxsync TM: Cleaned up pausing and resuming the clocks.
(edit) @19742   16 years vboxsync VBox/param.h: Changed VMM_MAX_CPU_COUNT to 32 to match r47343.
(edit) @19732   16 years vboxsync Ring 0 logger changes.
(edit) @19709   16 years vboxsync TM,EM: More TM/SMP work, still stuff in progress.
(edit) @19707   16 years vboxsync GVMM: Count EMTs instead of VMs to determin if we've got company or …
(edit) @19693   16 years vboxsync Emulate the mwait instruction with VT-x and AMD-V as well.
(edit) @19682   16 years vboxsync Try to cleanup after one VCPU goes into guru meditation mode. Release …
(edit) @19679   16 years vboxsync Fixed wrong usage of HWACCMR3IsActive.
(edit) @19666   16 years vboxsync Deal with VMMCALLHOST_MMHYPER_LOCK correctly.
(edit) @19663   16 years vboxsync Protect the MM hypervisor heap with a critical section.
(edit) @19660   16 years vboxsync TM+affected: SMP changes in progress.
(edit) @19654   16 years vboxsync Main and Devices/absolute mouse: do not send movement events to the …
(edit) @19652   16 years vboxsync Added GVMMR0SchedPokeEx & GVMMR0SchedWakeUpEx
(edit) @19639   16 years vboxsync Disassembler changes for guest SMP
(edit) @19611   16 years vboxsync Change the EM state to EMSTATE_HALTED after receiving the startup IPI.
(edit) @19595   16 years vboxsync Cleanup
(edit) @19593   16 years vboxsync Split up PDM.
(edit) @19589   16 years vboxsync Added PDMCritSectGetRecursion
(edit) @19575   16 years vboxsync Updates for ring 0 call stack dumping. (not enabled nor tested)
(edit) @19572   16 years vboxsync Started with ring 0 stack trace dump support.
(edit) @19552   16 years vboxsync GuestHost/SharedClipboard/x11: cleanup
(edit) @19536   16 years vboxsync GuestHost/SharedClipboard/x11: renamed a struct
(edit) @19530   16 years vboxsync Main: decouple xml classes from COM dependencies (part 2)
(edit) @19528   16 years vboxsync Introduced VMMR3AtomicExecuteHandler
(edit) @19520   16 years vboxsync fix windows burn
(edit) @19519   16 years vboxsync Main: decouple xml classes from COM dependencies
(edit) @19507   16 years vboxsync TM: TMTimerDestroy -> TMR3TimerDestroy. (trying to simplify)
(edit) @19500   16 years vboxsync TM: Moved the WarpDrive feature out of TMVirtual and made the setter …
(edit) @19482   16 years vboxsync Update
(edit) @19478   16 years vboxsync Finished up init IPI processing. (untested)
(edit) @19475   16 years vboxsync VMM: sending init IPI
(edit) @19473   16 years vboxsync Added PGMIsLockOwner
(edit) @19469   16 years vboxsync Added PGMIsLocked & PDMCritSectIsLocked.
(edit) @19468   16 years vboxsync VMM: better SIPI sending, reschedule to R3 as needed
(edit) @19466   16 years vboxsync tstVMM,CFGM: Hacked together a TM testcase in tstVMM.
(edit) @19464   16 years vboxsync HGSMI support makefile fixes, basics for passing ddraw command to host
(edit) @19463   16 years vboxsync dbgfsel.h,VMM,DBGC: Named the union containing the raw data to shut up …
(edit) @19458   16 years vboxsync VBox/vm.h: added VMCPU_CMPXCHG_STATE.
(edit) @19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
(edit) @19439   16 years vboxsync PDM: Renamed PDMR3CritSectTryEnter to PDMCritSectTryEnter.
(edit) @19437   16 years vboxsync SMP: send SIPI notification from APIC, let VM handle what really do
(edit) @19435   16 years vboxsync VMM: VMCPU::enmState.
(edit) @19434   16 years vboxsync Further splitup of VMM (ring 0 jump buffer).
(edit) @19431   16 years vboxsync HGSMI: windows graphics drivers.
(edit) @19425   16 years vboxsync Introduced EMSTATE_WAIT_SIPI VCPU state
(edit) @19423   16 years vboxsync Action flag updates
(edit) @19420   16 years vboxsync Action flag updates
(edit) @19406   16 years vboxsync GVMM: Added interfaces for Poking a single VCpu and for …
(edit) @19405   16 years vboxsync VBox/types.h: Added VMCPUSET and a couple of macros.
(edit) @19403   16 years vboxsync VBox/parma.h,VMM: VMCPU_MAX_CPU_COUNT & VMM_MAX_CPUS => …
(edit) @19402   16 years vboxsync VMReq: Added VMREQFLAGS_POKE for high priority requests.
(edit) @19400   16 years vboxsync VM: VMR3Notify*FF refactorying (for poking); converting fNotifiedREM …
(edit) @19397   16 years vboxsync VBox/param.h: Added VMM_MAX_CPUS, should match TCPUCount in …
(edit) @19395   16 years vboxsync GVMM,VM: Register the other EMTs or we assert painfully in …
(edit) @19382   16 years vboxsync Introduced GVMMR0RegisterVCpu. (not used yet; untested)
(edit) @19381   16 years vboxsync Further breakup of GVM. Deal with VCPU thread handles.
(edit) @19366   16 years vboxsync Removed global VMM lock.
(edit) @19360   16 years vboxsync Split up GVM and introduced GVMCPU.
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