Re: [RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching

2023-08-24 Thread Juergen Gross via Virtualization
PING! On 10.07.23 14:29, Juergen Gross wrote: Any comments? On 08.06.23 16:03, Juergen Gross wrote: This is a small series getting rid of paravirt patching by switching completely to alternative patching for the same functionality. The basic idea is to add the capability to switch from

Re: [RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching

2023-07-10 Thread Juergen Gross via Virtualization
Any comments? On 08.06.23 16:03, Juergen Gross wrote: This is a small series getting rid of paravirt patching by switching completely to alternative patching for the same functionality. The basic idea is to add the capability to switch from indirect to direct calls via a special alternative

[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching

2023-06-08 Thread Juergen Gross via Virtualization
This is a small series getting rid of paravirt patching by switching completely to alternative patching for the same functionality. The basic idea is to add the capability to switch from indirect to direct calls via a special alternative patching option. This removes _some_ of the paravirt macro