[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Resolve some redundant property accessors
From: |
Bernhard Beschow |
Subject: |
[PATCH 0/2] Resolve some redundant property accessors |
Date: |
Thu, 17 Feb 2022 23:53:48 +0100 |
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
- [PATCH 0/2] Resolve some redundant property accessors,
Bernhard Beschow <=