VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55342   10 years vboxsync HGSMI: cleanup, comments.
(edit) @55340   10 years vboxsync Audio: Fixed warnings, largely inconsistent types.
(edit) @55335   10 years vboxsync Audio: Spelling, Hungarian fixes.
(edit) @55331   10 years vboxsync PGMHandlerPhysicalChangeCallbacks -> PGMHandlerPhysicalChangeUserArgs.
(edit) @55327   10 years vboxsync Backed out r99649; doesn't work in guest contexts, d'oh.
(edit) @55326   10 years vboxsync VBox/hgcmsvc.h: Added optional arguments for setPointer() and …
(edit) @55315   10 years vboxsync cpum.h: CPUMDeactivateGuestFPUState was removed earlier today.
(edit) @55306   10 years vboxsync VMM: renamed HM_[DISABLE|RESTORE]_PREEMPT_IF_NEEDED() macro.
(edit) @55290   10 years vboxsync HM: Save/Load/Restore XCR0 handling during world switching. …
(edit) @55289   10 years vboxsync IEM,CPUM: Implemented XSETBV and XGETBV.
(edit) @55259   10 years vboxsync Main/Serial+Devices/Serial: new TCP backend for serial port. …
(edit) @55257   10 years vboxsync HM/VMX: Added new exit codes.
(edit) @55255   10 years vboxsync Main/Snapshot: only update the machine state on the VM process if …
(edit) @55254   10 years vboxsync kmk incs
(edit) @55248   10 years vboxsync HMR0VMX,EM,IEM: Moved the CRx related interpretation methods from EM …
(edit) @55229   10 years vboxsync CPUM,IEM: Expose GuestFeatures and HostFeatures (exploded CPUID), …
(edit) @55157   10 years vboxsync VMM/TM: logrel nits.
(edit) @55129   10 years vboxsync VMM/GIM: Allow dynamic enabling of #UD traps and per-VCPU hypercalls.
(edit) @55124   10 years vboxsync s/targetting/targeting/
(edit) @55118   10 years vboxsync VMM: GIM raw-mode support.
(edit) @55117   10 years vboxsync cpumctx.h: comment nit.
(edit) @55111   10 years vboxsync Disassembler: added AMD-V vmmcall.
(edit) @55106   10 years vboxsync VMM: host+guest xsave/xrstor state handling - not enabled.
(edit) @55091   10 years vboxsync VBoxTray/VBoxDnD: Fixed a crash + format detection.
(edit) @55062   10 years vboxsync Remove CPUFeatures and CPUFeaturesExt from CPUM, use HostFeatures …
(edit) @55048   10 years vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @55037   10 years vboxsync VMM/GIM: Add hypercall support and KVM spinlock support.
(edit) @55034   10 years vboxsync VMM: Added VMCPU_FF_UNHALT force-flag.
(edit) @55033   10 years vboxsync Disassembler: typo & nit.
(edit) @55008   10 years vboxsync include/VBox/dbggui.h: get rid of compiler warning on Windows host
(edit) @55005   10 years vboxsync PDM/Audio: Added volume through virtual mixer.
(edit) @55004   10 years vboxsync backed out r99268 as it causes serious regressions on Windows hosts
(edit) @55001   10 years vboxsync CPUMCTXCORE elimination.
(edit) @55000   10 years vboxsync CPUMCTXCORE elimination.
(edit) @54999   10 years vboxsync Moved the XState to the end of the CPUMCTX structure, reducing the …
(edit) @54948   10 years vboxsync Main/Medium+Snapshot: make all code recursing over trees (objects …
(edit) @54903   10 years vboxsync typo.
(edit) @54902   10 years vboxsync solaris/VBoxNetFltBow: Fix using VNIC templates when lower-mac has a …
(edit) @54898   10 years vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54897   10 years vboxsync Moving CPUMCPU about…
(edit) @54887   10 years vboxsync CPUM: Enable a bunch of recent instruction extensions for VMs which …
(edit) @54878   10 years vboxsync HM: Determine VT-x, AMD-V, nested paging and unhindered guest …
(edit) @54874   10 years vboxsync SUPR0QueryVTCaps: Added SUPVTCAPS_VTX_UNRESTRICTED_GUEST return flag. …
(edit) @54863   10 years vboxsync hm_vmx.h: updates
(edit) @54845   10 years vboxsync VMM/GIM,TM: paranoia assertions.
(edit) @54835   10 years vboxsync Encryption: Add a way to retrieve the encryption settings without …
(edit) @54834   10 years vboxsync Frontend,SharedOpenGL: 3D notification without safearray.
(edit) @54809   10 years vboxsync Distinguished error codes when a provided password is wrong
(edit) @54763   10 years vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54738   10 years vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54728   10 years vboxsync PATM,VMM,err.h: Added VERR_PATM_IPE_TRAP_IN_PATCH_CODE for getting a …
(edit) @54720   10 years vboxsync VMM: Some more internal decls.
(edit) @54719   10 years vboxsync VMM: Make the thread-context hook functions VMM internal linkage.
(edit) @54718   10 years vboxsync VMM: VMMR0ThreadCtxHooksDeregister returns void, further simplified …
(edit) @54714   10 years vboxsync PATM,CPUM: CPUID patch update.
(edit) @54712   10 years vboxsync VMM: Clear idHostCpu mapping while deregistering the context-hooks …
(edit) @54697   10 years vboxsync VMM/TM: TMR3CpuTickIsFixedRateMonotonic() for now.
(edit) @54673   10 years vboxsync CPUM: Working on refactoring the guest CPUID handling.
(edit) @54650   10 years vboxsync SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
(edit) @54649   10 years vboxsync build fix
(edit) @54648   10 years vboxsync FE/Qt and Debugger UI: 6227: Omitting some of the dependencies for COM …
(edit) @54624   10 years vboxsync Storage/VD: Add API to prepare a chain of images for use with filters
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54584   10 years vboxsync DHCPServer: Define DHCP option encodings as an enum. The enum is not …
(edit) @54582   10 years vboxsync Host 3D unscaled HiDPI output: privide notifyHiDPIOutputPolicyChange() …
(edit) @54565   10 years vboxsync include,Additions: introduce VBVA_SCREEN_F_BLANK
(edit) @54557   10 years vboxsync Alignment.
(edit) @54556   10 years vboxsync VUSB: Added RH service to abort an endpoint (as opposed to canceling a …
(edit) @54540   10 years vboxsync Be -pedantic about trailing comma at the end of an enum for the sake …
(edit) @54533   10 years vboxsync SVM: Added comments for easier cross-referencing with manuals.
(edit) @54506   10 years vboxsync os2/VBoxMouse: Use VBOXGUEST_IOCTL_CTL_FILTER_MASK and …
(edit) @54496   10 years vboxsync VMMSwitcher: test code for disabling the Extended LVT APIC registers …
(edit) @54495   10 years vboxsync Main/Display and Mouse: input mapping fix for when VMMDev is not in use.
(edit) @54491   10 years vboxsync PDM/Audio: Fixed crashes on termination.
(edit) @54430   10 years vboxsync Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity …
(edit) @54403   10 years vboxsync Storage/VDFilterrypt,Main: Move key store implementation to the crypto …
(edit) @54368   10 years vboxsync PDM/Audio: Some renaming.
(edit) @54352   10 years vboxsync SUPDrv,TM: Overhauled the CPU/TSC frequency a little, making it …
(edit) @54340   10 years vboxsync Storage/VD: Allow different filter chains for reads and writes …
(edit) @54339   10 years vboxsync SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping …
(edit) @54333   10 years vboxsync sup.h: whether TSC-delta is available for given CPU.
(edit) @54314   10 years vboxsync Main/DHCPServerImpl: for DHCP options keep not just the text …
(edit) @54311   10 years vboxsync Use existing typedef to define DHCPServer::GlobalDhcpOptions.
(edit) @54310   10 years vboxsync oops
(edit) @54309   10 years vboxsync build fix
(edit) @54308   10 years vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54290   10 years vboxsync HostDrivers/Support: TSC-delta thread adjustments for tsc-delta …
(edit) @54286   10 years vboxsync SUPR3TscDeltaMesaure prototype correction.
(edit) @54275   10 years vboxsync missed copyright year update.
(edit) @54274   10 years vboxsync HostDrivers/Support: use warning and not error code.
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54258   10 years vboxsync SUPReadTsc: semi-predict we can call ASMReadTSC and doesn't need deltas.
(edit) @54256   10 years vboxsync VMCPU: Added a iHostCpuSet field to go with the idHostCpu one. This …
(edit) @54252   10 years vboxsync SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and fTscDeltasRoughlyInSync …
(edit) @54230   10 years vboxsync PDM/Audio: Update.
(edit) @54224   10 years vboxsync SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
(edit) @54222   10 years vboxsync sup.h: build fix.
(edit) @54219   10 years vboxsync HostDrivers/support: TSC-delta bits.
(edit) @54218   10 years vboxsync DBGF,DBGC: Added dmesg command and implemented it for linux guests.
(edit) @54215   10 years vboxsync Runtime,TM: Use GIP's fTscDeltasAreRoughlyInSync.
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