[PATCH RESEND 0/2] Resolve some redundant property accessors

Bernhard Beschow posted 2 patches 2 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220301225220.239065-1-shentey@gmail.com
Test checkpatch passed
Maintainers: Alistair Francis <Alistair.Francis@wdc.com>, Bin Meng <bin.meng@windriver.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alex Williamson <alex.williamson@redhat.com>
hw/riscv/sifive_u.c  | 24 ++++--------------------
hw/vfio/pci-quirks.c | 34 +++++++++-------------------------
2 files changed, 13 insertions(+), 45 deletions(-)
[PATCH RESEND 0/2] Resolve some redundant property accessors
Posted by Bernhard Beschow 2 years, 2 months ago
No changes. Just also CC'ed to qemu-trivial.

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

Testing done:

  :$ make check
  Ok:                 570
  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
Re: [PATCH RESEND 0/2] Resolve some redundant property accessors
Posted by Alistair Francis 1 year, 11 months ago
On Wed, Mar 2, 2022 at 8:54 AM Bernhard Beschow <shentey@gmail.com> wrote:
>
> No changes. Just also CC'ed to qemu-trivial.
>
> The QOM API already provides appropriate accessors, so reuse them.
>
> Testing done:
>
>   :$ make check
>   Ok:                 570
>   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

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  hw/riscv/sifive_u.c  | 24 ++++--------------------
>  hw/vfio/pci-quirks.c | 34 +++++++++-------------------------
>  2 files changed, 13 insertions(+), 45 deletions(-)
>
> --
> 2.35.1
>
>
Re: [PATCH RESEND 0/2] Resolve some redundant property accessors
Posted by Bernhard Beschow 1 year, 11 months ago
Am 17. Mai 2022 03:41:51 UTC schrieb Alistair Francis <alistair23@gmail.com>:
>On Wed, Mar 2, 2022 at 8:54 AM Bernhard Beschow <shentey@gmail.com> wrote:
>>
>> No changes. Just also CC'ed to qemu-trivial.
>>
>> The QOM API already provides appropriate accessors, so reuse them.
>>
>> Testing done:
>>
>>   :$ make check
>>   Ok:                 570
>>   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
>
>Thanks!
>
>Applied to riscv-to-apply.next

Finally :)

Thanks,
Bernhard

>
>Alistair
>
>>
>>  hw/riscv/sifive_u.c  | 24 ++++--------------------
>>  hw/vfio/pci-quirks.c | 34 +++++++++-------------------------
>>  2 files changed, 13 insertions(+), 45 deletions(-)
>>
>> --
>> 2.35.1
>>
>>
Re: [PATCH RESEND 0/2] Resolve some redundant property accessors
Posted by Bernhard Beschow 1 year, 12 months ago
Am 1. März 2022 22:52:18 UTC schrieb Bernhard Beschow <shentey@gmail.com>:
>No changes. Just also CC'ed to qemu-trivial.
>
>The QOM API already provides appropriate accessors, so reuse them.
>
>Testing done:
>
>  :$ make check
>  Ok:                 570
>  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(-)
>

Ping

First round of trivial patches went already in for 7.1, hence a reminder.

Best regards,
Bernhard
Re: [PATCH RESEND 0/2] Resolve some redundant property accessors
Posted by Bernhard Beschow 1 year, 11 months ago
Am 5. Mai 2022 16:52:13 UTC schrieb Bernhard Beschow <shentey@gmail.com>:
>Am 1. März 2022 22:52:18 UTC schrieb Bernhard Beschow <shentey@gmail.com>:
>>No changes. Just also CC'ed to qemu-trivial.
>>
>>The QOM API already provides appropriate accessors, so reuse them.
>>
>>Testing done:
>>
>>  :$ make check
>>  Ok:                 570
>>  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(-)
>>
>
>Ping
>
>First round of trivial patches went already in for 7.1, hence a reminder.
>
>Best regards,
>Bernhard
Ping 2