All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] cleanup: Tweak and re-run return_directly.cocci
@ 2022-11-22 13:49 ` Markus Armbruster
  0 siblings, 0 replies; 26+ messages in thread
From: Markus Armbruster @ 2022-11-22 13:49 UTC (permalink / raw)
  To: qemu-devel
  Cc: groug, qemu_oss, Alistair.Francis, bin.meng, palmer,
	marcandre.lureau, pbonzini, yuval.shaia.ml, marcel.apfelbaum, mst,
	quintela, dgilbert, pavel.dovgaluk, alex.bennee, peterx, david,
	philmd, mrolnik, gaosong, yangxiaojuan, aurelien, jiaxun.yang,
	aleksandar.rikalo, berrange, thuth, lvivier, suhang16, chen.zhang,
	lizhijian, stefanha, qemu-riscv, qemu-ppc, virtio-fs

Markus Armbruster (2):
  cleanup: Tweak and re-run return_directly.cocci
  block/vmdk: Simplify vmdk_co_create() to return directly

 scripts/coccinelle/return_directly.cocci |  5 +--
 include/hw/pci/pci.h                     |  7 +--
 target/avr/cpu.h                         |  4 +-
 block/vmdk.c                             | 28 +++++-------
 hw/9pfs/9p-synth.c                       | 14 ++----
 hw/char/sifive_uart.c                    |  4 +-
 hw/ppc/ppc4xx_sdram.c                    |  5 +--
 hw/rdma/vmw/pvrdma_cmd.c                 | 57 +++++++++---------------
 hw/virtio/vhost-user.c                   |  6 +--
 migration/dirtyrate.c                    | 10 +----
 migration/tls.c                          |  6 +--
 replay/replay-time.c                     |  5 +--
 semihosting/console.c                    |  4 +-
 softmmu/memory.c                         | 11 +----
 softmmu/physmem.c                        |  9 +---
 target/loongarch/cpu.c                   |  4 +-
 target/mips/tcg/dsp_helper.c             | 15 ++-----
 target/riscv/debug.c                     |  6 +--
 target/riscv/vector_helper.c             | 28 +++---------
 tests/bench/benchmark-crypto-akcipher.c  |  6 +--
 tests/qtest/erst-test.c                  |  5 +--
 tests/qtest/hexloader-test.c             |  6 +--
 tests/qtest/pvpanic-pci-test.c           |  6 +--
 tests/qtest/pvpanic-test.c               |  6 +--
 tests/qtest/test-filter-mirror.c         |  6 +--
 tests/qtest/virtio-ccw-test.c            |  6 +--
 tests/tcg/multiarch/sha512.c             |  9 +---
 tools/virtiofsd/fuse_lowlevel.c          | 24 +++-------
 28 files changed, 81 insertions(+), 221 deletions(-)

-- 
2.37.3



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

end of thread, other threads:[~2022-11-24 18:41 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-22 13:49 [PATCH v2 0/2] cleanup: Tweak and re-run return_directly.cocci Markus Armbruster
2022-11-22 13:49 ` [Virtio-fs] " Markus Armbruster
2022-11-22 13:49 ` [PATCH v2 1/2] " Markus Armbruster
2022-11-22 13:49   ` [Virtio-fs] " Markus Armbruster
2022-11-22 14:06   ` BALATON Zoltan
2022-11-22 15:48     ` Markus Armbruster
2022-11-22 15:10   ` Philippe Mathieu-Daudé
2022-11-22 15:10     ` [Virtio-fs] " Philippe Mathieu-Daudé
2022-11-24 14:24   ` Dr. David Alan Gilbert
2022-11-24 14:24     ` [Virtio-fs] " Dr. David Alan Gilbert
2022-11-24 15:15   ` Greg Kurz
2022-11-24 15:15     ` [Virtio-fs] " Greg Kurz
2022-11-24 15:24     ` Greg Kurz
2022-11-24 15:24       ` [Virtio-fs] " Greg Kurz
2022-11-24 18:41       ` Markus Armbruster
2022-11-24 18:41         ` [Virtio-fs] " Markus Armbruster
2022-11-22 13:49 ` [PATCH v2 2/2] block/vmdk: Simplify vmdk_co_create() to return directly Markus Armbruster
2022-11-22 13:49   ` [Virtio-fs] " Markus Armbruster
2022-11-22 13:52   ` Peter Maydell
2022-11-22 13:52     ` [Virtio-fs] " Peter Maydell
2022-11-22 15:05   ` Philippe Mathieu-Daudé
2022-11-22 15:05     ` [Virtio-fs] " Philippe Mathieu-Daudé
2022-11-23  7:06 ` [PATCH 3/2] ppc4xx_sdram: Simplify sdram_ddr_size() to return Markus Armbruster
2022-11-23 10:44   ` BALATON Zoltan
2022-11-23 11:12     ` Markus Armbruster
2022-11-23 11:17   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.