All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Resolve some redundant property accessors
@ 2022-02-17 22:53 Bernhard Beschow
  2022-02-17 22:53 ` [PATCH 1/2] hw/vfio/pci-quirks: Resolve redundant property getters Bernhard Beschow
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Bernhard Beschow @ 2022-02-17 22:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Bernhard Beschow

The QOM API already provides appropriate accessors, so reuse them.

Testing done:

  :$ make check
  Ok:                 569
  Expected Fail:      0
  Fail:               0
  Unexpected Pass:    0
  Skipped:            178
  Timeout:            0

Bernhard Beschow (2):
  hw/vfio/pci-quirks: Resolve redundant property getters
  hw/riscv/sifive_u: Resolve redundant property accessors

 hw/riscv/sifive_u.c  | 24 ++++--------------------
 hw/vfio/pci-quirks.c | 34 +++++++++-------------------------
 2 files changed, 13 insertions(+), 45 deletions(-)

-- 
2.35.1



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

end of thread, other threads:[~2022-02-27 10:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-17 22:53 [PATCH 0/2] Resolve some redundant property accessors Bernhard Beschow
2022-02-17 22:53 ` [PATCH 1/2] hw/vfio/pci-quirks: Resolve redundant property getters Bernhard Beschow
2022-02-21 22:24   ` Philippe Mathieu-Daudé
2022-02-17 22:53 ` [PATCH] virtio/virtio-balloon: Prefer Object* over void* parameter Bernhard Beschow
2022-02-25 20:40   ` Bernhard Beschow
2022-02-27 10:23     ` Michael S. Tsirkin
2022-02-26  8:37   ` David Hildenbrand
2022-02-17 22:53 ` [PATCH 2/2] hw/riscv/sifive_u: Resolve redundant property accessors Bernhard Beschow
2022-02-17 22:53   ` Bernhard Beschow
2022-02-21 21:45   ` Alistair Francis
2022-02-21 21:45     ` Alistair Francis
2022-02-21 22:26   ` Philippe Mathieu-Daudé
2022-02-21 22:26     ` Philippe Mathieu-Daudé
2022-02-21 22:28 ` [PATCH 0/2] Resolve some " Philippe Mathieu-Daudé
2022-02-21 22:52   ` Bernhard Beschow
2022-02-25 20:48 ` Bernhard Beschow

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.