qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] Blank property cleanup
@ 2015-05-12  2:25 shannon.zhao
  2015-05-12  2:25 ` [Qemu-devel] [PATCH 1/6] hw/s390x/s390-virtio-bus: Remove meaningless blank Property shannon.zhao
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: shannon.zhao @ 2015-05-12  2:25 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, hangaohuai, qemu-trivial, mjt, peter.huangpeng,
	zhaoshenglong, christoffer.dall

From: Shannon Zhao <shannon.zhao@linaro.org>

After [1]"s390-virtio: use common features" and [2]"virtio: Move host
features to backends" applied, there are some Property arrays which only
contain the list terminator DEFINE_PROP_END_OF_LIST. This patchset
removes those arrays and other meaningless Property arrays and also adds
comma after DEFINE_PROP_END_OF_LIST().

[1] http://lists.gnu.org/archive/html/qemu-devel/2015-05/msg00259.html
[2] http://lists.gnu.org/archive/html/qemu-devel/2015-04/threads.html

Shannon Zhao (6):
  hw/s390x/s390-virtio-bus: Remove meaningless blank Property
  hw/virtio/virtio-balloon: Remove meaningless blank Property
  hw/virtio/virtio-pci: Remove meaningless blank Property
  hw/gpio/zaurus: Remove meaningless blank Property
  hw/arm/spitz: Remove meaningless blank Property
  Add comma after DEFINE_PROP_END_OF_LIST()

 hw/arm/spitz.c                     |  5 -----
 hw/audio/intel-hda.c               |  2 +-
 hw/char/virtio-serial-bus.c        |  2 +-
 hw/core/platform-bus.c             |  2 +-
 hw/dma/i82374.c                    |  2 +-
 hw/gpio/zaurus.c                   |  5 -----
 hw/i386/kvm/ioapic.c               |  2 +-
 hw/i386/xen/xen_pvdevice.c         |  2 +-
 hw/ide/mmio.c                      |  2 +-
 hw/ipack/ipack.c                   |  2 +-
 hw/isa/pc87312.c                   |  2 +-
 hw/misc/arm11scu.c                 |  2 +-
 hw/misc/macio/cuda.c               |  2 +-
 hw/misc/macio/macio.c              |  2 +-
 hw/nvram/mac_nvram.c               |  2 +-
 hw/pci-bridge/ioh3420.c            |  2 +-
 hw/pci-bridge/xio3130_downstream.c |  2 +-
 hw/pci-host/prep.c                 |  2 +-
 hw/pci-host/versatile.c            |  2 +-
 hw/pci/pci.c                       |  2 +-
 hw/pci/pcie_port.c                 |  4 ++--
 hw/s390x/s390-virtio-bus.c         | 15 ---------------
 hw/timer/a9gtimer.c                |  2 +-
 hw/timer/arm_mptimer.c             |  2 +-
 hw/usb/bus.c                       |  2 +-
 hw/virtio/virtio-balloon.c         |  5 -----
 hw/virtio/virtio-pci.c             |  5 -----
 target-arm/cpu.c                   |  2 +-
 target-i386/cpu.c                  |  4 ++--
 tests/test-qdev-global-props.c     |  2 +-
 30 files changed, 27 insertions(+), 62 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-09-11 13:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12  2:25 [Qemu-devel] [PATCH 0/6] Blank property cleanup shannon.zhao
2015-05-12  2:25 ` [Qemu-devel] [PATCH 1/6] hw/s390x/s390-virtio-bus: Remove meaningless blank Property shannon.zhao
2015-05-12  7:35   ` Cornelia Huck
2015-05-12  7:52   ` Peter Maydell
2015-05-12  7:55     ` Shannon Zhao
2015-09-11  8:00   ` Michael Tokarev
2015-09-11 13:41     ` Andreas Färber
2015-05-12  2:25 ` [Qemu-devel] [PATCH 2/6] hw/virtio/virtio-balloon: " shannon.zhao
2015-09-11  8:01   ` Michael Tokarev
2015-05-12  2:25 ` [Qemu-devel] [PATCH 3/6] hw/virtio/virtio-pci: " shannon.zhao
2015-09-11  8:02   ` Michael Tokarev
2015-05-12  2:25 ` [Qemu-devel] [PATCH 4/6] hw/gpio/zaurus: " shannon.zhao
2015-09-11  8:04   ` Michael Tokarev
2015-05-12  2:25 ` [Qemu-devel] [PATCH 5/6] hw/arm/spitz: " shannon.zhao
2015-09-11  8:04   ` Michael Tokarev
2015-05-12  2:25 ` [Qemu-devel] [PATCH 6/6] Add comma after DEFINE_PROP_END_OF_LIST() shannon.zhao
2015-05-12  6:59   ` Peter Maydell
2015-05-12  7:11     ` Shannon Zhao
2015-09-11  8:21   ` Michael Tokarev
2015-09-11 13:39     ` Andreas Färber
2015-05-20  1:06 ` [Qemu-devel] [PATCH 0/6] Blank property cleanup Shannon Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).