Re: [libvirt PATCH 17/39] cpu_x86: Use g_auto* in x86Decode

2020-04-07 Thread Ján Tomko
On a Friday in 2020, Jiri Denemark wrote: Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 26 +- 1 file changed, 9 insertions(+), 17 deletions(-) Both copy and features are unused as of: commit d8b3dd16cb947cc16c0700c4836367b4fcb15525 cpu: Move feature

[libvirt PATCH 17/39] cpu_x86: Use g_auto* in x86Decode

2020-03-27 Thread Jiri Denemark
Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 26 +- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index e4e21fbed4..26d872622e 100644 --- a/src/cpu/cpu_x86.c +++ b/src/cpu/cpu_x86.c @@ -2034,15 +2034,14 @@