genode/repos/ports/src/virtualbox5/patches/tm_tpr_vbox5.patch
Alexander Boettcher f4a7223bbf vbox: update to 5.1.8
Issue #2059
2016-11-25 15:27:29 +01:00

12 lines
420 B
Diff

--- a/src/app/virtualbox/src/VBox/VMM/VMMAll/APICAll.cpp
+++ b/src/app/virtualbox/src/VBox/VMM/VMMAll/APICAll.cpp
@@ -2264,7 +2264,7 @@
APICBOTHCBDECL(uint8_t) apicGetTpr(PPDMDEVINS pDevIns, PVMCPU pVCpu, bool *pfPending, uint8_t *pu8PendingIntr)
{
RT_NOREF_PV(pDevIns);
- VMCPU_ASSERT_EMT(pVCpu);
+ //VMCPU_ASSERT_EMT(pVCpu);
PCXAPICPAGE pXApicPage = VMCPU_TO_CXAPICPAGE(pVCpu);
if (pfPending)