[Qemu-devel] [PATCH 0/3] machine: Make compat_props arrays shorter and more readable

Eduardo Habkost posted 3 patches 6 years, 10 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190107193020.21744-1-ehabkost@redhat.com
include/hw/i386/pc.h        |  18 +-
include/hw/pci-host/spapr.h |   1 -
hw/core/machine.c           | 338 ++++-------------
hw/i386/pc.c                | 720 +++++++-----------------------------
hw/i386/pc_piix.c           | 192 ++--------
hw/ppc/spapr.c              |  72 +---
hw/s390x/s390-virtio-ccw.c  |  75 +---
hw/xen/xen-common.c         |  18 +-
8 files changed, 265 insertions(+), 1169 deletions(-)
[Qemu-devel] [PATCH 0/3] machine: Make compat_props arrays shorter and more readable
Posted by Eduardo Habkost 6 years, 10 months ago
Current declarations of compat_props arrays are very verbose,
with each entry taking 4 lines of code.  By omitting the field
designators, we can make each array entry fit a single line of
code and be more readable.

Eduardo Habkost (3):
  spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macro
  machine: Eliminate unnecessary stringify() usage
  machine: Use shorter format for GlobalProperty arrays

 include/hw/i386/pc.h        |  18 +-
 include/hw/pci-host/spapr.h |   1 -
 hw/core/machine.c           | 338 ++++-------------
 hw/i386/pc.c                | 720 +++++++-----------------------------
 hw/i386/pc_piix.c           | 192 ++--------
 hw/ppc/spapr.c              |  72 +---
 hw/s390x/s390-virtio-ccw.c  |  75 +---
 hw/xen/xen-common.c         |  18 +-
 8 files changed, 265 insertions(+), 1169 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140