]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
machine: Use shorter format for GlobalProperty arrays
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 7 Jan 2019 19:30:20 +0000 (17:30 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Jan 2019 00:10:00 +0000 (22:10 -0200)
commit6c36bddf5340138a5fc1c97520030c915a0f1760
tree7bd4f735453e67b123beab0b12a32851af712e05
parente0985450e134db99e2ee167e9cd0087a51220d8f
machine: Use shorter format for GlobalProperty arrays

Instead of verbose arrays with 4 lines for each entry, make each
entry take only one line.  This makes long arrays that couldn't
fit in the screen become short and readable.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20190107193020.21744-4-ehabkost@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/machine.c
hw/i386/pc.c
hw/i386/pc_piix.c
hw/ppc/spapr.c
hw/s390x/s390-virtio-ccw.c
hw/xen/xen-common.c
include/hw/i386/pc.h