Re: [PATCH 0/7] some cleanups around CPU related code

2021-11-18 Thread Daniel Henrique Barboza
On 11/18/21 11:21, Peter Krempa wrote: On Thu, Nov 18, 2021 at 11:20:11 -0300, Daniel Henrique Barboza wrote: I'll resend this series because I somehow messed with my own email in the CC. Sorry for the span. Is that really necessary? You'll still get the replies from the mailing list. I

Re: [PATCH 0/7] some cleanups around CPU related code

2021-11-18 Thread Peter Krempa
On Thu, Nov 18, 2021 at 11:20:11 -0300, Daniel Henrique Barboza wrote: > I'll resend this series because I somehow messed with my own email in the CC. > Sorry for the span. Is that really necessary? You'll still get the replies from the mailing list.

[PATCH 0/7] some cleanups around CPU related code

2021-11-18 Thread Daniel Henrique Barboza
Hi, Here are some cleanups I ended up making while investigating a test issue with ppc64 hosts recently. Daniel Henrique Barboza (7): qemu_capabilities.c: use g_autofree in virQEMUCapsLoadCache() cpu_x86.c: remove 'guest' param from x86Compute() cpu_ppc64.c: remove 'guest' param from

Re: [PATCH 0/7] some cleanups around CPU related code

2021-11-18 Thread Daniel Henrique Barboza
I'll resend this series because I somehow messed with my own email in the CC. Sorry for the span. Daniel On 11/18/21 10:59, Daniel Henrique Barboza wrote: Hi, Here are some cleanups I ended up making while investigating a test issue with ppc64 hosts recently. Daniel Henrique Barboza (7):

[PATCH 0/7] some cleanups around CPU related code

2021-11-18 Thread Daniel Henrique Barboza
Hi, Here are some cleanups I ended up making while investigating a test issue with ppc64 hosts recently. Daniel Henrique Barboza (7): qemu_capabilities.c: use g_autofree in virQEMUCapsLoadCache() cpu_x86.c: remove 'guest' param from x86Compute() cpu_ppc64.c: remove 'guest' param from