[libvirt] [PATCH 0/9] qemu: Make qemu_domain more organized and consistent

Michal Privoznik mprivozn at redhat.com
Fri Feb 8 13:18:34 UTC 2019


On 2/6/19 2:46 PM, Andrea Bolognani wrote:
> A while ago I was looking at the code and got annoyed by the lack
> of consistency, both internal and external. This series addresses
> most of it.
> 
> Andrea Bolognani (9):
>    qemu: Remove redundant condition
>    qemu: Use more specific prefixes
>    qemu: Move functions around
>    qemu: Add arch parameter to qemuDomainMachine*()
>    qemu: Add arch checks to qemuDomainMachine*()
>    qemu: Remove useless ARCH_IS_X86() call
>    qemu: Make most qemuDomainMachine*() functions static
>    qemu: Move qemuDomainSupportsPCI() to qemu_domain
>    qemu: Unify style for qemuDomain*()
> 
>   src/qemu/qemu_capabilities.c   |  10 +-
>   src/qemu/qemu_domain.c         | 250 +++++++++++++++++++++------------
>   src/qemu/qemu_domain.h         |  29 ++--
>   src/qemu/qemu_domain_address.c |  22 ---
>   4 files changed, 175 insertions(+), 136 deletions(-)
> 

ACK

Michal




More information about the libvir-list mailing list