mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
de328c412a
commit
e087d6ad19
@ -1 +1 @@
|
||||
218d93225ef6a41885a6b0a623d8004a590b4f7a
|
||||
b133c6dd40d51e4cbd0d8906f3f7ff5a57f8a7bf
|
||||
|
11
repos/ports/src/virtualbox5/patches/microcode.patch
Normal file
11
repos/ports/src/virtualbox5/patches/microcode.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/src/app/virtualbox/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
|
||||
--- b/src/app/virtualbox/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
|
||||
@@ -251,6 +251,8 @@
|
||||
RT_NOREF_PV(pVCpu); RT_NOREF_PV(idMsr); RT_NOREF_PV(pRange);
|
||||
/** @todo fake microcode update. */
|
||||
*puValue = pRange->uValue;
|
||||
+ *puValue = ~0ULL;
|
||||
+ RTLogPrintf("%s: overwrite %llx->%llx to avoid endless microcode patch loop\n", __func__, pRange->uValue, *puValue);
|
||||
return VINF_SUCCESS;
|
||||
}
|
||||
|
@ -12,3 +12,4 @@ mm.patch
|
||||
substr.patch
|
||||
vusburb.patch
|
||||
audio.patch
|
||||
microcode.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user