[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] Resolve some redundant property accessors
From: |
Bernhard Beschow |
Subject: |
Re: [PATCH 0/2] Resolve some redundant property accessors |
Date: |
Fri, 25 Feb 2022 20:48:48 +0000 |
Am 17. Februar 2022 22:53:48 UTC schrieb Bernhard Beschow <shentey@gmail.com>:
>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(-)
>
Hi,
all 2 patches in this series are reviewed. What's missing?
Note: The lonely [PATCH] slipped underneath this series. Is this a problem?It
was supposed to be submitted toplevel but git send-email doesn't seem to
support sending multiple independent series at once.
Best regards,
Bernhard