VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/GIMHv.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87765   4 years vboxsync VMM/TM,*: Added flag parameter to TMR3TimerCreateInternal and renamed …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82210   5 years vboxsync GIM,GIMDev: Converted GIMDev to new style. bugref:9218
(edit) @81766   5 years vboxsync VMM: Added SSM_GET_ENUM32_RET and made the VMM code use it and the …
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80077   5 years vboxsync VMM: Kicking out raw-mode - GIM. bugref:9517
(edit) @79080   5 years vboxsync VMM/GIM: Spaces.
(edit) @79079   5 years vboxsync VMM/GIMHv: Comment.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76402   6 years vboxsync VBox/vmm/apic.h: Try avoid dragging in pdmdev.h, so use function for …
(edit) @73389   6 years vboxsync VMM, SUPDrv: Nested VMX: bugref:9180 Implement some of the VMX MSRs.
(edit) @73340   6 years vboxsync VMM/GIM: Address todo mentioned in r123944.
(edit) @72469   6 years vboxsync GIM,IEM: Correctly hook up hypercalls thru IEM. bugref:9044 - IEM: …
(edit) @72462   6 years vboxsync EM,IEM,HM: Consolidated VMMHypercallsDisable/VMMHypercallsEnable into …
(edit) @72460   7 years vboxsync GIM/Hv: Need to restore hypercall instruction enable state on load. …
(edit) @72193   7 years vboxsync VMM/GIM/HyperV: Include the debug UDP source and destination ports in …
(edit) @72190   7 years vboxsync VMM/GIM/HyperV: Implement extended hypercalls …
(edit) @69111   7 years vboxsync (C) year
(edit) @64764   8 years vboxsync VMM/GIM: Doxygen nit.
(edit) @64144   8 years vboxsync VMM/GIM/HyperV: Comment nit.
(edit) @64045   8 years vboxsync VMM/GIM/HyperV: Don't initialize timers when the feature isn't exposed.
(edit) @63945   8 years vboxsync VMM/APIC, VMM/GIM/HyperV: Fix MSR range insertion/removale ordering …
(edit) @63849   8 years vboxsync VMM/GIM/HyperV: Enable x2APIC MSR capabilities for Hyper-V.
(edit) @63650   8 years vboxsync VMM/GIM/HyperV: unused param build fix.
(edit) @63648   8 years vboxsync VMM/GIM/HyperV: Add partial support for synthetic interrupt controller …
(edit) @62642   8 years vboxsync gimR3HvInit: Check VendorID length or we'll pick up random stack bits …
(edit) @62641   8 years vboxsync GIM: Please refrain from using 'c' as 'const', 'c' always means 'count …
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62417   8 years vboxsync VMM/GIM/HyperV: Synthetic interrupt controller bits and some cleanup.
(edit) @62359   8 years vboxsync VMM/GIM: Doxygen build fix.
(edit) @62357   8 years vboxsync VMM/GIM/HyperV: SynIC: APIC-assist page bits.
(edit) @62354   8 years vboxsync VMM/GIM/HyperV: SynIC: APIC-assist page bits.
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61771   8 years vboxsync VMM/GIM: Cleanup, unused functions and caps.
(edit) @61632   8 years vboxsync GIM: Correct header order to match what is use *everywhere* else in …
(edit) @61559   8 years vboxsync VMM/GIM: Comment typos.
(edit) @61544   8 years vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61008   9 years vboxsync GIM: Saved state compatibility.
(edit) @58564   9 years vboxsync VMM/GIM: Removed some dead code.
(edit) @58448   9 years vboxsync VMM/GIM: separate vs#1 and hypercallinterface CFGM options from vendor.
(edit) @58436   9 years vboxsync VMM/GIM: Comments.
(edit) @58390   9 years vboxsync VMM/GIM: Implement Hyper-V debug receive thread optimization. Added a …
(edit) @58337   9 years vboxsync VMM/GIM: comment for kdvm.dll behaviour.
(edit) @58331   9 years vboxsync VMM/GIM: Saved state bump for MSR based debugging support.
(edit) @58316   9 years vboxsync VMM/GIM: spaces.
(edit) @58315   9 years vboxsync VMM/GIM: spaces.
(edit) @58313   9 years vboxsync VMM/GIM: Implemented simple DHCP for Hyper-V debug transport.
(edit) @58283   9 years vboxsync VMM/GIM: Implemented Hyper-V SINT2 and SIMP faking for making Windows …
(edit) @58251   9 years vboxsync VMM/GIM: Build fix.
(edit) @58248   9 years vboxsync VMM/GIM: Implemented Hyper-V synthetic debug MSRs support. Added CFGM …
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58058   9 years vboxsync VMM/GIM: Windows' size_t nonsense.
(edit) @58055   9 years vboxsync VMM/GIM: Filter out 'bad' packets (DHCP BOOTP, NETBIOS etc.) over the …
(edit) @58014   9 years vboxsync VMM/GIM: Fix Hyper-V hypercall vs hypercall page confusion.
(edit) @58008   9 years vboxsync VMM/GIM: LogRel nit.
(edit) @58007   9 years vboxsync VMM/GIM: fix typo.
(edit) @57999   9 years vboxsync VMM/GIM: Extra logging to help setup of Hyper-V debug interface.
(edit) @57989   9 years vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @57506   9 years vboxsync GIM/HyperV: Don't identify as Microsoft as the default vendor ID, use …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57159   9 years vboxsync VMM/GIM: Hyper-V reset the crash MSRs on VM reset.
(edit) @57158   9 years vboxsync VMM/GIM: Add support for Hyper-V guest-crash reporting. Better logging …
(edit) @56758   9 years vboxsync VMM/GIM: Don't unmap MMIO2 pages on Hyper-V reset as we don't map them …
(edit) @56694   9 years vboxsync VMM/GIM: Cleanup.
(edit) @56672   9 years vboxsync VMM/GIM: Workaround PGM issue with large pages in Hyper-V by directly …
(edit) @55439   10 years vboxsync VMM/GIM: nit.
(edit) @55129   10 years vboxsync VMM/GIM: Allow dynamic enabling of #UD traps and per-VCPU hypercalls.
(edit) @55118   10 years vboxsync VMM: GIM raw-mode support.
(edit) @54819   10 years vboxsync VMM/GIM: Implemented KVM paravirt. provider.
(edit) @54701   10 years vboxsync VMM/GIM: nits.
(edit) @54667   10 years vboxsync VMM/GIM: nit.
(edit) @54655   10 years vboxsync VMM/GIM: nits.
(edit) @54654   10 years vboxsync VMM/GIM: cleanup.
(edit) @54065   10 years vboxsync VMM: Implemented TM TSC-mode switching with paravirtualized guests.
(edit) @52768   10 years vboxsync VMM/GIM: doxygen beautifications.
(edit) @52761   10 years vboxsync GIM nits: Must check version and config when loading saved state. …
(edit) @52699   10 years vboxsync VMM/GIM: Fix initialization of Hyper-V bits that rely on HM …
(edit) @52685   10 years vboxsync VMM/GIM/Hyper-V: Busted -- Query nested paging info., MSR bitmap info. …
(edit) @52110   10 years vboxsync VMM/GIM: Make guest-OS Id as part of the saved states as it could be …
(edit) @52027   10 years vboxsync VMM/GIM: Enable relaxed timing for Hyper-V.
(edit) @52010   10 years vboxsync VMM/GIM: Add Hyper-V SSM version to the saved-state.
(edit) @51983   10 years vboxsync VMM/GIM: doxygen.
(edit) @51982   10 years vboxsync VMM/GIM: Comment typo.
(edit) @51981   10 years vboxsync VMM/GIM, VMM/HM: Add support for Hyper-V hypervisor capabilities …
(edit) @51980   10 years vboxsync VMM/GIM: Get system-reset MSR working, added EOI, TPR, ICR APIC MSR …
(edit) @51979   10 years vboxsync VMM/GIM: Fixes.
(edit) @51961   10 years vboxsync VMM/GIM: Fix Hyper-V TSC offset scaling to 100ns units.
(edit) @51719   10 years vboxsync VMM/GIM: nit.
(edit) @51686   10 years vboxsync VMM/GIM: Fixes to saved state, enabled reset MSR availability in CPUID.
(edit) @51659   10 years vboxsync VMM/GIM: another try.
(edit) @51658   10 years vboxsync VMM/GIM: Bits, try to find out why it breaks on mac2-rel.
(edit) @51647   10 years vboxsync VMM/GIM: build fix.
(edit) @51646   10 years vboxsync VMM/GIM: attempt to fix mac burn.
(edit) @51644   10 years vboxsync VMM/GIM: Fix wrongly committed testing bits.
(edit) @51643   10 years vboxsync VMM/GIM: More bits for Hyper-V implementation.
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