[Qemu-devel] [PATCH v2 0/7] Coccinelle cleanups

Philippe Mathieu-Daudé posted 7 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180705155811.20366-1-f4bug@amsat.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
include/hw/intc/arm_gicv3_common.h | 2 +-
hw/pci-host/piix.c                 | 2 +-
hw/pci-host/q35.c                  | 2 +-
hw/s390x/virtio-ccw.c              | 4 +---
hw/xen/xen_pt_config_init.c        | 8 ++++----
qobject/block-qdict.c              | 2 +-
tests/bios-tables-test.c           | 2 +-
ui/vnc-enc-tight.c                 | 2 +-
ui/vnc.c                           | 3 ++-
9 files changed, 13 insertions(+), 14 deletions(-)
[Qemu-devel] [PATCH v2 0/7] Coccinelle cleanups
Posted by Philippe Mathieu-Daudé 7 years, 5 months ago
Hi Michael,

Nothing exciting here, patches created mechanically
(common after soft freeze).

All patches are reviewed, can you queue them in your Trivial tree?

Thanks,

Phil.

Since v1:
- rebased
- dropped incorrect "crypto: Remove useless casts" (Daniel)
- use PCI_DEVICE() to access XenPCIPassthroughState->dev (Peter)
- added R-b, A-b

Philippe Mathieu-Daudé (7):
  qobject: Catch another straggler for use of qdict_put_str()
  error: Remove NULL checks on error_propagate() calls
  xen: Use the PCI_DEVICE macro
  tests/bios-tables-test: Remove an useless cast
  ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
  hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro
  hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macro

 include/hw/intc/arm_gicv3_common.h | 2 +-
 hw/pci-host/piix.c                 | 2 +-
 hw/pci-host/q35.c                  | 2 +-
 hw/s390x/virtio-ccw.c              | 4 +---
 hw/xen/xen_pt_config_init.c        | 8 ++++----
 qobject/block-qdict.c              | 2 +-
 tests/bios-tables-test.c           | 2 +-
 ui/vnc-enc-tight.c                 | 2 +-
 ui/vnc.c                           | 3 ++-
 9 files changed, 13 insertions(+), 14 deletions(-)

-- 
2.18.0