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

Daniel Henrique Barboza danielhb413 at gmail.com
Thu Nov 18 14:20:11 UTC 2021


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):
>    qemu_capabilities.c: use g_autofree in virQEMUCapsLoadCache()
>    cpu_x86.c: remove 'guest' param from x86Compute()
>    cpu_ppc64.c: remove 'guest' param from ppc64Compute()
>    qemu_capabilities.c: use g_autofree in virQEMUCapsLoadHostCPUModelInfo
>    domain_conf.h: add autoptr cleanup func to virDomainXMLOptionPtr
>    qemu_process.c: use g_autoptr() in qemuProcessQMPInitMonitor
>    qemu_capabilities.c: use g_autoptr() in virQEMUCapsInitHostCPUModel()
> 
>   src/conf/domain_conf.h       |   1 +
>   src/cpu/cpu_ppc64.c          |  26 +-------
>   src/cpu/cpu_x86.c            |  38 +-----------
>   src/qemu/qemu_capabilities.c | 116 +++++++++++++++--------------------
>   src/qemu/qemu_process.c      |  15 ++---
>   5 files changed, 57 insertions(+), 139 deletions(-)
> 




More information about the libvir-list mailing list