VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51752   10 years vboxsync Storage,DrvVD,Main: Redo the way secret keys are passed from Main to …
(edit) @51729   10 years vboxsync Recently missed header updates.
(edit) @51728   10 years vboxsync VMM: Add MWait Extensions as a CPUM feature to allow configuring it …
(edit) @51718   10 years vboxsync VMM: struct/union naming fix.
(edit) @51643   10 years vboxsync VMM/GIM: More bits for Hyper-V implementation.
(edit) @51609   11 years vboxsync DrvMouse: Added queue flush callback like we have for keyboard.
(edit) @51563   11 years vboxsync VMM/GIM: bits.
(edit) @51560   11 years vboxsync VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work.
(edit) @51539   11 years vboxsync Keyboard: Extended keyboard driver and reworked USB keyboard device …
(edit) @51508   11 years vboxsync pdmdev.h: comment typo.
(edit) @51342   11 years vboxsync Main,DrvVD: Interface to pass the keys to the disk encryption module …
(edit) @51333   11 years vboxsync VMM/GIM: Hyper-V provider, work-in-progress.
(edit) @51290   11 years vboxsync VMM/PDMUsb: add PDMR3UsbQueryLun function which is needed very soon …
(edit) @51285   11 years vboxsync VMM: Expose the MSR read/write function index enums.
(edit) @51283   11 years vboxsync VMM: Expose CPUMR3MsrRangesInsert().
(edit) @51281   11 years vboxsync VMM/VMMR3: Enable CPUMR3CpuIdInsert().
(edit) @51271   11 years vboxsync VMM: Implemented hyper heap realloc. and adjusted CPUM CpuId arrays …
(edit) @51217   11 years vboxsync crOpenGL: pdm led, some fixes to follow
(edit) @51182   11 years vboxsync VMM/IEM: Implemented hardware task-switches, code path disabled.
(edit) @51121   11 years vboxsync extend PDMIDISPLAYCONNECTOR::pfnVBVAXxx and VBVA resize for better …
(edit) @51013   11 years vboxsync Main/crOpenGL/DevVGA: synchronization, bugfixes, cleanup
(edit) @50994   11 years vboxsync VMM/GIM: Introduce the Minimal provider.
(edit) @50962   11 years vboxsync Send HID usage codes rather than XT scan codes to keyboard devices, …
(edit) @50953   11 years vboxsync GIM: Skeleton, work in progress.
(edit) @50917   11 years vboxsync Added PDMQueueFlushIfNecessary.
(edit) @50905   11 years vboxsync VMM: fix duplicate error code.
(edit) @50848   11 years vboxsync crOpenGL: new command submission continued
(edit) @50763   11 years vboxsync dev/vga: fixes
(edit) @50754   11 years vboxsync Dev/VGA/crOpenGL/wddm: command thread, more command processing
(edit) @50686   11 years vboxsync src/VBox/Devices/Audio, src/VBox/Main/src-client, include/VBox/vmm: …
(edit) @50675   11 years vboxsync include/VBox/vmm: C++11 fixes (thanks Genode Labs)
(edit) @50645   11 years vboxsync s/Port/Memory mapped/ in FNIOMMMIOWRITE and FNIOMMMIOFILL comments.
(edit) @50608   11 years vboxsync Function no longer there.
(edit) @50590   11 years vboxsync CPUM,VMM: More work related to bus, cpu and tsc frequency info. Should …
(edit) @50584   11 years vboxsync CPUM,DevEFI: Bus vs cpu clock ratio fixes for more recent CPUs. Older …
(edit) @50575   11 years vboxsync VMM: Added SSMR3RegisterStub and used it to provide saved state …
(edit) @50041   11 years vboxsync crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
(edit) @50001   11 years vboxsync PDMCritSect: Ditto VERR_INTERRUPTED fix for shared critical sections.
(edit) @49966   11 years vboxsync CPUM: Added AMD Athlon64 3200+ (130nm) and Pentium4 (mod 4, w/ 64-bit).
(edit) @49933   11 years vboxsync build fix
(edit) @49893   11 years vboxsync MSR rewrite: initial hacking - half disabled.
(edit) @49868   11 years vboxsync crOpenGL: fix img positioning for retina/osx
(edit) @49852   11 years vboxsync VMM/HMVMXR0: Add guest-state checks for PAE PDPTEs.
(edit) @49849   11 years vboxsync VMM: Use EFER.LMA in PAE-paging mode check rather than EFER.LME.
(edit) @49814   11 years vboxsync Devices/USB: First part of the rework, move most of the work to …
(edit) @49774   11 years vboxsync VMM/HMVMXR0: Handle #DB from ICEBP instruction which is undocumented …
(edit) @49755   11 years vboxsync VMM/HMVMXR0: Safer assumptions while updating guest-state on fully …
(edit) @49725   11 years vboxsync VMM/HM: Use unordered ASM atomics for safely updating HM flags.
(edit) @49701   11 years vboxsync VMM/HMVMXR0: Simplified the MSR optimization code.
(edit) @49668   11 years vboxsync VMM/HMVMXR0: Added a couple of missing Unsupported-Feature Combos errors.
(edit) @49664   11 years vboxsync VMM/HMVMXR0: MSR optimizations for world-switch of 64-bit guests.
(edit) @49640   11 years vboxsync PGM,IEM: Changed PGMPhysIemGCPhys2Ptr to not require A20 to be masked …
(edit) @49549   11 years vboxsync VMM/CPUM/MSRs: when returning the APIC base, don't rely upon the CPUID …
(edit) @49548   11 years vboxsync DevAPIC: reverted r90537, r90540, r90551 -- actually we need to clear …
(edit) @49522   11 years vboxsync VMM: Get rid of residual VBOX_WITH_OLD_VTX_CODE defines.
(edit) @49474   11 years vboxsync crOpenGL: some host bits for buffer-based command submission
(edit) @49441   11 years vboxsync PDMAPICHLPR0/RC: Drop pfnChangeFeature.
(edit) @49438   11 years vboxsync mark pfnChangeFeature as obsolete for ring-0 and raw-mode.
(edit) @49420   11 years vboxsync forward-port and adopt VHWA fixes
(edit) @49283   11 years vboxsync VMM/HMVMXR0: Macro naming fix and use RT_BOOL.
(edit) @49247   11 years vboxsync PATM,CSAM,SSM: Fix PATM restore issue in 4.3.0. …
(edit) @49092   11 years vboxsync VUSB,EHCI,OHCI: Add a method to query whether a device is emulated or …
(edit) @49019   11 years vboxsync VMM: FPU cleanup.
(edit) @49000   11 years vboxsync VMM: IntrInfo to IntInfo renaming.
(edit) @48986   11 years vboxsync VMM/SSM: Add support for USB devices
(edit) @48980   11 years vboxsync PDM,USB: Add methods to detach and attach drivers to USB devices …
(edit) @48934   11 years vboxsync include/: Whitespace cleanup by scm.
(edit) @48898   11 years vboxsync VMM,DBGC: Implemented DBGFR3RegNmSet and made the debugger side work.
(edit) @48694   11 years vboxsync DBGF: Added DBGFR3AsUnlinkModuleByName and extended DBGFR3AsLoadImage …
(edit) @48649   11 years vboxsync VMM/HMVMXR0: VMCS size is bits 44:32 not 43:32. Assert what the Intel …
(edit) @48591   11 years vboxsync VMMR0/HMR0: HM-Context flag macros.
(edit) @48565   11 years vboxsync VMM/HM: Added total VM-exits STAM.
(edit) @48562   11 years vboxsync HM: Operative macros for HM-context flags.
(edit) @48558   11 years vboxsync More doxygen fixes.
(edit) @48557   11 years vboxsync vm.h: Doxygen.
(edit) @48544   11 years vboxsync VMM/CPUM: Guest and Hyper-debug state pending 32->64 switcher case helpers.
(edit) @48543   11 years vboxsync VMM: Macros are not to be trusted, extra braces esp. when using '&' …
(edit) @48528   11 years vboxsync Change implementation for turning a reset into a power off to prevent …
(edit) @48406   11 years vboxsync Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed …
(edit) @48371   11 years vboxsync Forgot cpumctx.h with the MSR fix.
(edit) @48370   11 years vboxsync EM,HM: MWait fix, clearing the active bit too early.
(edit) @48248   11 years vboxsync Comments.
(edit) @48234   11 years vboxsync VMM: PDMR3UsbCreateEmulatedDevice
(edit) @48230   11 years vboxsync VMM: Propagate errors properly while leaving HM context.
(edit) @48227   11 years vboxsync VMM: Ensure longjmps after hmR0[Vmx|Svm]LeaveSession() don't happen.
(edit) @48216   11 years vboxsync VMM/HM: Cleanup.
(edit) @48215   11 years vboxsync VMM/HMVMXR0: Cleanup.
(edit) @48209   11 years vboxsync VMM: Apparently we use underscores in unions/structs in other places. …
(edit) @48208   11 years vboxsync VMM: Cleanup, hungarian and comments.
(edit) @48140   11 years vboxsync VMM/HMVMXR0: Safer longjmp coverage, only restore host state when …
(edit) @48130   11 years vboxsync VMM: Enable thread-context hooks. Reimplemented event injection logic …
(edit) @48037   11 years vboxsync VMM/HM: Preemption hooks, work in progress. Hopefully I didn't break …
(edit) @48003   11 years vboxsync VMM: CPUMR0Init -> CPUMR0InitVM renamed.
(edit) @48002   11 years vboxsync include/VBox/vmm: missed return.
(edit) @47999   11 years vboxsync VMM/HM: Better error reporting for unsupported VT-x feature combos.
(edit) @47989   11 years vboxsync VMM/VMMR0: Preemption hooks implemented and enabled for Solaris and …
(edit) @47844   11 years vboxsync VMM: X2APIC + NMI. Only tested on AMD64.
(edit) @47829   11 years vboxsync Devices/Storage: Preparations for non 512 byte sector sizes. Add a new …
(edit) @47807   11 years vboxsync EM/HM: Don't switch to REM immediately, try up to 1024 instruction in …
(edit) @47760   11 years vboxsync VMM/HM: Preemption hooks. Some common structural changes and cleanup, …
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