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

Andrea Bolognani abologna at redhat.com
Wed Feb 6 13:46:46 UTC 2019


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(-)

-- 
2.20.1




More information about the libvir-list mailing list