Re: [PATCH v2 0/2] Remove unused macros from asm-offset

2022-11-30 Thread Michael Ellerman
On Fri, 16 Sep 2022 16:27:34 +0530, Disha Goel wrote: > The kvm code was refactored to convert some of kvm assembly routines to C. > This includes commits which moved code path for the kvm guest entry/exit > for p7/8 from aseembly to C. As part of the code changes, usage of some of > the macros

Re: [PATCH v2 0/2] Remove unused macros from asm-offset

2022-10-16 Thread Athira Rajeev
> On 16-Sep-2022, at 4:27 PM, Disha Goel wrote: > > The kvm code was refactored to convert some of kvm assembly routines to C. > This includes commits which moved code path for the kvm guest entry/exit > for p7/8 from aseembly to C. As part of the code changes, usage of some of > the macros

[PATCH v2 0/2] Remove unused macros from asm-offset

2022-09-16 Thread Disha Goel
The kvm code was refactored to convert some of kvm assembly routines to C. This includes commits which moved code path for the kvm guest entry/exit for p7/8 from aseembly to C. As part of the code changes, usage of some of the macros were removed. But definitions still exist in the assembly files.