Re: [PATCH 25/33] x86/kvm: Set ELF function type for fastop functions

2016-01-22 Thread Paolo Bonzini
On 21/01/2016 23:49, Josh Poimboeuf wrote: > The callable functions created with the FOP* and FASTOP* macros are > missing ELF function annotations, which confuses tools like stacktool. > Properly annotate them. > > This adds some additional labels to the assembly, but the generated > binary

Re: [PATCH 25/33] x86/kvm: Set ELF function type for fastop functions

2016-01-22 Thread Paolo Bonzini
On 21/01/2016 23:49, Josh Poimboeuf wrote: > The callable functions created with the FOP* and FASTOP* macros are > missing ELF function annotations, which confuses tools like stacktool. > Properly annotate them. > > This adds some additional labels to the assembly, but the generated > binary

[PATCH 25/33] x86/kvm: Set ELF function type for fastop functions

2016-01-21 Thread Josh Poimboeuf
The callable functions created with the FOP* and FASTOP* macros are missing ELF function annotations, which confuses tools like stacktool. Properly annotate them. This adds some additional labels to the assembly, but the generated binary code is unchanged (with the exception of instructions which

[PATCH 25/33] x86/kvm: Set ELF function type for fastop functions

2016-01-21 Thread Josh Poimboeuf
The callable functions created with the FOP* and FASTOP* macros are missing ELF function annotations, which confuses tools like stacktool. Properly annotate them. This adds some additional labels to the assembly, but the generated binary code is unchanged (with the exception of instructions which