Re: [libvirt PATCH 06/15] cpu_ppc64: Turn structs ppc64_{vendor, model, map} into typedefs

2020-09-08 Thread Ján Tomko
On a Tuesday in 2020, Tim Wiederhake wrote: Am Montag, den 07.09.2020, 12:03 -0400 schrieb Laine Stump: danielhb had sent similar patches for this file last week, which I had planned to review, but didn't get around to before the weekend:

Re: [libvirt PATCH 06/15] cpu_ppc64: Turn structs ppc64_{vendor, model, map} into typedefs

2020-09-08 Thread Tim Wiederhake
Am Montag, den 07.09.2020, 12:03 -0400 schrieb Laine Stump: > danielhb had sent similar patches for this file last week, which I > had > planned to review, but didn't get around to before the weekend: > > > https://www.redhat.com/archives/libvir-list/2020-September/msg00124.html > Thank you

Re: [libvirt PATCH 06/15] cpu_ppc64: Turn structs ppc64_{vendor, model, map} into typedefs

2020-09-07 Thread Laine Stump
On 9/7/20 10:58 AM, Tim Wiederhake wrote: This enables us to use g_auto* macros on those types. Signed-off-by: Tim Wiederhake --- src/cpu/cpu_ppc64.c | 91 + danielhb had sent similar patches for this file last week, which I had planned to

[libvirt PATCH 06/15] cpu_ppc64: Turn structs ppc64_{vendor, model, map} into typedefs

2020-09-07 Thread Tim Wiederhake
This enables us to use g_auto* macros on those types. Signed-off-by: Tim Wiederhake --- src/cpu/cpu_ppc64.c | 91 + 1 file changed, 50 insertions(+), 41 deletions(-) diff --git a/src/cpu/cpu_ppc64.c b/src/cpu/cpu_ppc64.c index 5b34c00a18..c7860cb1b4