Re: [PATCH 02/22] x86/kvm: Fix fastop function ELF metadata

2019-07-15 Thread Paolo Bonzini
On 15/07/19 02:36, Josh Poimboeuf wrote: > Some of the fastop functions, e.g. em_setcc(), are actually just used as > global labels which point to blocks of functions. The global labels are > incorrectly annotated as functions. Also the functions themselves don't > have size annotations. > >

[PATCH 02/22] x86/kvm: Fix fastop function ELF metadata

2019-07-14 Thread Josh Poimboeuf
Some of the fastop functions, e.g. em_setcc(), are actually just used as global labels which point to blocks of functions. The global labels are incorrectly annotated as functions. Also the functions themselves don't have size annotations. Fixes a bunch of warnings like the following: