Displaying 1 result from an estimated 1 matches for "paravirt_runtim".
Did you mean:
  paravirt_runtime
  
2020 Apr 08
0
[RFC PATCH 00/26] Runtime paravirt patching
...a guest from an
Intel to an AMD machine?
...
> There are four main sets of patches in this series:
> 
>   1. PV-ops management (patches 1-10, 20): mostly infrastructure and
>   refactoring pieces to make paravirt patching usable at runtime. For the
>   most part scoped under CONFIG_PARAVIRT_RUNTIME.
> 
>   Patches 1-7, to persist part of parainstructions in memory:
>    "x86/paravirt: Specify subsection in PVOP macros"
>    "x86/paravirt: Allow paravirt patching post-init"
>    "x86/paravirt: PVRTOP macros for PARAVIRT_RUNTIME"
>    "x86/a...