summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/GIMAllHv.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types (preparatio...vboxsync2023-03-291-3/+3
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* VMM/EM: Drop the PVM and PCCPUMCTXCORE arguments from EMInterpretDisasCurrent...vboxsync2022-10-181-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* VMM: More arm64 adjustments. bugref:9898vboxsync2022-02-141-1/+0
* VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT -> GUE...vboxsync2022-02-021-6/+7
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a pVM pa...vboxsync2021-02-161-18/+16
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* GIM,GIMDev: Converted GIMDev to new style. bugref:9218vboxsync2019-11-261-0/+18
* VMM (and related changes): Add support for Hygon Dhyana CPUs. Modified and im...vboxsync2019-10-311-1/+2
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM: Refactoring VMMAll/* to use VMCC & VMMCPUCC. bugref:9217vboxsync2019-08-141-19/+20
* VMM: Kicking out raw-mode - GIM. bugref:9517vboxsync2019-07-311-8/+2
* VMM: Build fixes for VBOX_WITH_RAW_MODE= on windows.vboxsync2019-05-071-0/+4
* VMM (and related changes): Add support for Shanghai/Zhaoxin CPUs. Modified an...vboxsync2019-01-181-1/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev and hook...vboxsync2018-07-251-7/+1
* DBGF,DBGC,GIMHv: Added some basic windows bug check formatting (DBGFR3FormatB...vboxsync2018-07-251-1/+6
* GIM,IEM: Correctly hook up hypercalls thru IEM. bugref:9044vboxsync2018-06-071-14/+13
* EM,IEM,HM: Consolidated VMMHypercallsDisable/VMMHypercallsEnable into EMSetHy...vboxsync2018-06-061-8/+8
* VMM/GIM/HyperV: Implement extended hypercalls HvExtCallQueryCapabilities and ...vboxsync2018-05-101-2/+44
* VMM: More build fixing.vboxsync2018-02-101-2/+1
* VMM: Added a bMainExecutionEngine member to the VM structure for use instead ...vboxsync2018-02-101-1/+1
* (C) yearvboxsync2017-10-171-1/+1
* VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of indirect...vboxsync2016-11-141-1/+1
* VMM/GIM/HyperV: unused param build fix.vboxsync2016-08-261-0/+1
* VMM/GIM/HyperV: unused param build fix.vboxsync2016-08-261-1/+2
* VMM/GIM/HyperV: Add partial support for synthetic interrupt controller (still...vboxsync2016-08-261-38/+301
* VMMR3: warningsvboxsync2016-07-281-2/+2
* VMM: Unused parameters.vboxsync2016-07-271-0/+2
* VMM/GIM/HyperV: Synthetic interrupt controller bits.vboxsync2016-07-251-13/+21
* (C) 2016vboxsync2016-07-221-1/+1
* GIMAllHv.cpp: MSC level 4 warnings.vboxsync2016-07-221-6/+6
* VMM/GIM/HyperV: Synthetic interrupt controller bits and some cleanup.vboxsync2016-07-221-36/+75
* VMM/GIM/HyperV: SynIC: APIC-assist page bits.vboxsync2016-07-201-3/+34
* GIM: Correct header order to match what is use *everywhere* else in the VMM a...vboxsync2016-06-091-2/+3
* GIMAllHv.cpp: build fix.vboxsync2016-06-091-1/+0
* DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot return V...vboxsync2016-06-091-9/+15
* VMM/GIM: Comment typos.vboxsync2016-06-081-1/+1
* VMM/GIM: Fix up hypercall rc handling and also a bug while disassembling hype...vboxsync2016-06-071-36/+81
* GIM: format specifier fixvboxsync2016-05-231-1/+1
* VMM,Devices,Main: Implemented soft/warm reset for shutdown status codes 05h, ...vboxsync2016-04-091-2/+2
* VMM/GIMAllHv: Comment fix for r106426.vboxsync2016-04-061-1/+1
* VMM/GIM/HyperV: EOI MSR is read-only.vboxsync2016-04-061-3/+3
* VMM: APIC rewrite. Initial commit, work in progress.vboxsync2016-04-041-6/+6
* GIM/Hyper: Fix missing return code in read MSR.vboxsync2016-03-021-2/+1
* GIM/HyperV: Fix X2APIC MSR values.vboxsync2016-03-021-11/+6
* VMM/GIM: todo.vboxsync2015-12-111-0/+1
* VMM/GIM: Implement Hyper-V debug receive thread optimization. Added a few sta...vboxsync2015-10-231-76/+67